diff options
author | Petr Viktorin <pviktori@redhat.com> | 2013-08-28 14:31:46 +0200 |
---|---|---|
committer | Petr Viktorin <pviktori@redhat.com> | 2013-08-28 14:40:18 +0200 |
commit | fed7e7b23182ef0355cdaf6a712d8cce84382872 (patch) | |
tree | 0d83608cca32999a36e77933dc7130eb2d5ea88d /ipatests/ipa-test-config | |
parent | 92569b712c04c6e4a1eb8c1e2c118a649f727997 (diff) | |
download | freeipa-fed7e7b23182ef0355cdaf6a712d8cce84382872.tar.gz freeipa-fed7e7b23182ef0355cdaf6a712d8cce84382872.tar.xz freeipa-fed7e7b23182ef0355cdaf6a712d8cce84382872.zip |
Add missing license header to ipa-test-config
Diffstat (limited to 'ipatests/ipa-test-config')
-rwxr-xr-x | ipatests/ipa-test-config | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ipatests/ipa-test-config b/ipatests/ipa-test-config index eb2da10f2..ce1f55b5f 100755 --- a/ipatests/ipa-test-config +++ b/ipatests/ipa-test-config @@ -1,5 +1,24 @@ #! /usr/bin/python +# Authors: +# Petr Viktorin <pviktori@redhat.com> +# +# Copyright (C) 2013 Red Hat +# see file 'COPYING' for use and warranty information +# +# 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, either version 3 of the License, or +# (at your option) any later version. +# +# 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/>. + import sys import os import argparse |