From 728157e52fe3212d50edfc17fcd72e1aaf9a6e76 Mon Sep 17 00:00:00 2001 From: Carsten Clasohm Date: Tue, 25 Jun 2013 09:56:24 -0700 Subject: changed license to Apache License, Version 2.0 --- apachekerbauth/apachekerbauth/var/www/cgi-bin/swift-auth | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'apachekerbauth') diff --git a/apachekerbauth/apachekerbauth/var/www/cgi-bin/swift-auth b/apachekerbauth/apachekerbauth/var/www/cgi-bin/swift-auth index d04ebb2..30f98b5 100755 --- a/apachekerbauth/apachekerbauth/var/www/cgi-bin/swift-auth +++ b/apachekerbauth/apachekerbauth/var/www/cgi-bin/swift-auth @@ -1,5 +1,19 @@ #!/usr/bin/python +# Copyright (c) 2013 Red Hat, 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 +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# 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. + # Requires the python-memcached package to be installed. # # Requires the following command to be run: -- cgit