diff options
author | carey.xu <carey.xuhan@huawei.com> | 2016-01-21 15:57:09 +0800 |
---|---|---|
committer | Justin chi <chigang@huawei.com> | 2016-01-21 12:29:30 +0000 |
commit | 52a1dd15babd74e5201ea5c9df8c9e20da8cc760 (patch) | |
tree | 9c52ac87468ab8d513ba81e621d9990926b2cb34 | |
parent | bb7a36cbac02a1345e61b29f83cadc6434274249 (diff) |
remove GPL header
- 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)
-rwxr-xr-x | deploy/status_callback.py | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/deploy/status_callback.py b/deploy/status_callback.py index 86191322..e430326b 100755 --- a/deploy/status_callback.py +++ b/deploy/status_callback.py @@ -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 |