Change license for late_command.py to Apache

The whole fuel-library repository is Apache
licensed, so should be all files. This file
late_command.py was originally motivated by
similar ideas used in Cobbler community.

Change-Id: I7c30c6a1ec0c54cc478313cc37d184833e017ade
Closes-Bug: #1564376
This commit is contained in:
Vladimir Kozhukalov 2016-03-31 14:54:43 +03:00
parent 264e422386
commit eba92050f7
1 changed files with 10 additions and 13 deletions

View File

@ -1,20 +1,17 @@
#!/usr/bin/python
# Copyright 2011 Mirantis, Inc.
#
# Copyright (C) 2011 Mirantis Inc.
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# Authors: Vladimir Kozhukalov <vkozhukalov@mirantis.com>
# http://www.apache.org/licenses/LICENSE-2.0
#
# This program 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, version 3 of the License.
#
# This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
from base64 import b64encode
from cStringIO import StringIO