From 0c5228ced8950c3a988bdb5eafe3263a07a73070 Mon Sep 17 00:00:00 2001 From: "carey.xu" Date: Thu, 21 Jan 2016 15:57:09 +0800 Subject: remove GPL header - the status_callback.py is writed by us, but forget to remove headers Change-Id: I4451837c53d02be4beb6dcfa33c24068098ebd5c Signed-off-by: carey.xu --- deploy/status_callback.py | 17 ----------------- 1 file changed, 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, - -# 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 . - import httplib import json import sys -- cgit 1.2.3-korg