remove GPL header 95/7595/2
authorcarey.xu <carey.xuhan@huawei.com>
Thu, 21 Jan 2016 07:57:09 +0000 (15:57 +0800)
committerJustin chi <chigang@huawei.com>
Thu, 21 Jan 2016 12:29:30 +0000 (12:29 +0000)
  - the status_callback.py is writed by us, but forget to remove
    headers

Change-Id: I4451837c53d02be4beb6dcfa33c24068098ebd5c
Signed-off-by: carey.xu <carey.xuhan@huawei.com>
(cherry picked from commit 0c5228ced8950c3a988bdb5eafe3263a07a73070)

deploy/status_callback.py

index 8619132..e430326 100755 (executable)
@@ -1,20 +1,3 @@
-# (C) 2012, Michael DeHaan, <michael.dehaan@gmail.com>
-
-# This file is part of Ansible
-#
-# Ansible is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# Ansible is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with Ansible.  If not, see <http://www.gnu.org/licenses/>.
-
 import httplib
 import json
 import sys