diff options
author | Rob Crittenden <rcritten@redhat.com> | 2015-05-07 22:40:19 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2015-05-08 11:00:48 -0400 |
commit | cfe24fa3dc15d87f3ace944a2d62a0f4c5ee496c (patch) | |
tree | 849e9f7be6139704ba5dde54e8ea7a95a2cab023 /tests | |
parent | 7a2a221318198717f9526ea521dc65cdf73b587d (diff) | |
download | ipsilon.git-cfe24fa3dc15d87f3ace944a2d62a0f4c5ee496c.tar.gz ipsilon.git-cfe24fa3dc15d87f3ace944a2d62a0f4c5ee496c.tar.xz ipsilon.git-cfe24fa3dc15d87f3ace944a2d62a0f4c5ee496c.zip |
Update Copyright header point to COPYING file
Point to a file containing the license rather than including
it in every single source file. This will make it easier to
manage the license in the future without another humongous
commit.
https://fedorahosted.org/ipsilon/ticket/126
Signed-off-by: Rob Crittenden <rcritten@redhat.com>
Reviewed-by: Patrick Uiterwijk <puiterwijk@redhat.com>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/attrs.py | 18 | ||||
-rw-r--r-- | tests/blobs/openid_app.py | 3 | ||||
-rwxr-xr-x | tests/fconf.py | 18 | ||||
-rwxr-xr-x | tests/helpers/common.py | 18 | ||||
-rwxr-xr-x | tests/helpers/http.py | 18 | ||||
-rwxr-xr-x | tests/ldap.py | 3 | ||||
-rwxr-xr-x | tests/openid.py | 18 | ||||
-rwxr-xr-x | tests/pgdb.py | 18 | ||||
-rwxr-xr-x | tests/test1.py | 18 | ||||
-rwxr-xr-x | tests/testgssapi.py | 4 | ||||
-rwxr-xr-x | tests/testlogout.py | 18 | ||||
-rwxr-xr-x | tests/testmapping.py | 3 | ||||
-rwxr-xr-x | tests/testnameid.py | 3 | ||||
-rwxr-xr-x | tests/testrest.py | 2 | ||||
-rwxr-xr-x | tests/tests.py | 17 | ||||
-rwxr-xr-x | tests/trans.py | 18 |
16 files changed, 20 insertions, 177 deletions
diff --git a/tests/attrs.py b/tests/attrs.py index b4d8a99..956e7dd 100755 --- a/tests/attrs.py +++ b/tests/attrs.py @@ -1,22 +1,6 @@ #!/usr/bin/python # -# Copyright (C) 2014 Simo Sorce <simo@redhat.com> -# -# 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/>. - +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from helpers.common import IpsilonTestBase # pylint: disable=relative-import from helpers.http import HttpSessions # pylint: disable=relative-import diff --git a/tests/blobs/openid_app.py b/tests/blobs/openid_app.py index db80bbd..adee47b 100644 --- a/tests/blobs/openid_app.py +++ b/tests/blobs/openid_app.py @@ -1,4 +1,5 @@ -# Copyright (C) 2015 Ipsilon project Contributors, for licensee see COPYING +# Copyright (C) 2015 Ipsilon project Contributors, for license see COPYING + import sys sys.stdout = sys.stderr diff --git a/tests/fconf.py b/tests/fconf.py index 79e7ed7..b895a30 100755 --- a/tests/fconf.py +++ b/tests/fconf.py @@ -1,22 +1,6 @@ #!/usr/bin/python # -# Copyright (C) 2014 Simo Sorce <simo@redhat.com> -# -# 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/>. - +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from helpers.common import IpsilonTestBase # pylint: disable=relative-import from helpers.http import HttpSessions # pylint: disable=relative-import diff --git a/tests/helpers/common.py b/tests/helpers/common.py index 8e6c53b..aa35d83 100755 --- a/tests/helpers/common.py +++ b/tests/helpers/common.py @@ -1,22 +1,6 @@ #!/usr/bin/python # -# Copyright (C) 2014 Simo Sorce <simo@redhat.com> -# -# 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/>. - +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING import ConfigParser import io diff --git a/tests/helpers/http.py b/tests/helpers/http.py index bfa3240..cb72edc 100755 --- a/tests/helpers/http.py +++ b/tests/helpers/http.py @@ -1,22 +1,6 @@ #!/usr/bin/python # -# Copyright (C) 2014 Simo Sorce <simo@redhat.com> -# -# 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/>. - +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from lxml import html import requests diff --git a/tests/ldap.py b/tests/ldap.py index d144f89..76797b8 100755 --- a/tests/ldap.py +++ b/tests/ldap.py @@ -1,7 +1,6 @@ #!/usr/bin/python # -# Copyright (C) 2015 Ipsilon Contributors, see COPYING for license - +# Copyright (C) 2015 Ipsilon project Contributors, for license see COPYING from helpers.common import IpsilonTestBase # pylint: disable=relative-import from helpers.http import HttpSessions # pylint: disable=relative-import diff --git a/tests/openid.py b/tests/openid.py index dfff299..2e2e67b 100755 --- a/tests/openid.py +++ b/tests/openid.py @@ -1,22 +1,6 @@ #!/usr/bin/python # -# Copyright (C) 2014 Simo Sorce <simo@redhat.com> -# -# 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/>. - +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from helpers.common import IpsilonTestBase # pylint: disable=relative-import from helpers.http import HttpSessions # pylint: disable=relative-import diff --git a/tests/pgdb.py b/tests/pgdb.py index 984bcee..78800ff 100755 --- a/tests/pgdb.py +++ b/tests/pgdb.py @@ -1,22 +1,6 @@ #!/usr/bin/python # -# Copyright (C) 2014 Simo Sorce <simo@redhat.com> -# -# 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/>. - +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from helpers.common import IpsilonTestBase # pylint: disable=relative-import from helpers.http import HttpSessions # pylint: disable=relative-import diff --git a/tests/test1.py b/tests/test1.py index d4716bc..0a0abcf 100755 --- a/tests/test1.py +++ b/tests/test1.py @@ -1,22 +1,6 @@ #!/usr/bin/python # -# Copyright (C) 2014 Simo Sorce <simo@redhat.com> -# -# 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/>. - +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from helpers.common import IpsilonTestBase # pylint: disable=relative-import from helpers.http import HttpSessions # pylint: disable=relative-import diff --git a/tests/testgssapi.py b/tests/testgssapi.py index ce0a14f..a124c19 100755 --- a/tests/testgssapi.py +++ b/tests/testgssapi.py @@ -1,6 +1,6 @@ #!/usr/bin/python -# Copyright (C) 2015 Ipsilon Project Contributors - +# +# Copyright (C) 2015 Ipsilon project Contributors, for license see COPYING from helpers.common import IpsilonTestBase # pylint: disable=relative-import from helpers.common import WRAP_HOSTNAME # pylint: disable=relative-import diff --git a/tests/testlogout.py b/tests/testlogout.py index cdf4f0b..dad1019 100755 --- a/tests/testlogout.py +++ b/tests/testlogout.py @@ -1,22 +1,6 @@ #!/usr/bin/python # -# Copyright (C) 2015 Rob Crittenden <rcritten@redhat.com> -# -# 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/>. - +# Copyright (C) 2015 Ipsilon project Contributors, for license see COPYING from helpers.common import IpsilonTestBase # pylint: disable=relative-import from helpers.http import HttpSessions # pylint: disable=relative-import diff --git a/tests/testmapping.py b/tests/testmapping.py index b2ee012..6c3ae7d 100755 --- a/tests/testmapping.py +++ b/tests/testmapping.py @@ -1,5 +1,6 @@ #!/usr/bin/python -# Copyright (C) 2015 Ipsilon Project Contributors +# +# Copyright (C) 2015 Ipsilon project Contributors, for license see COPYING from helpers.common import IpsilonTestBase # pylint: disable=relative-import from helpers.http import HttpSessions # pylint: disable=relative-import diff --git a/tests/testnameid.py b/tests/testnameid.py index c02053a..4121e11 100755 --- a/tests/testnameid.py +++ b/tests/testnameid.py @@ -1,5 +1,6 @@ #!/usr/bin/python -# Copyright (C) 2015 Ipsilon Project Contributors +# +# Copyright (C) 2015 Ipsilon project Contributors, for license see COPYING from helpers.common import IpsilonTestBase # pylint: disable=relative-import from helpers.common import WRAP_HOSTNAME # pylint: disable=relative-import diff --git a/tests/testrest.py b/tests/testrest.py index 7f472b7..dadaad2 100755 --- a/tests/testrest.py +++ b/tests/testrest.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (C) 2015 Ipsilon Contributors see COPYING for license +# Copyright (C) 2015 Ipsilon project Contributors, for license see COPYING from helpers.common import IpsilonTestBase # pylint: disable=relative-import from helpers.http import HttpSessions # pylint: disable=relative-import diff --git a/tests/tests.py b/tests/tests.py index 65bbcba..7a7b168 100755 --- a/tests/tests.py +++ b/tests/tests.py @@ -1,21 +1,6 @@ #!/usr/bin/python # -# Copyright (C) 2014 Simo Sorce <simo@redhat.com> -# -# 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/>. +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING import argparse import inspect diff --git a/tests/trans.py b/tests/trans.py index fbffa00..619945c 100755 --- a/tests/trans.py +++ b/tests/trans.py @@ -1,22 +1,6 @@ #!/usr/bin/python # -# Copyright (C) 2014 Simo Sorce <simo@redhat.com> -# -# 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/>. - +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from helpers.common import IpsilonTestBase # pylint: disable=relative-import from helpers.http import HttpSessions # pylint: disable=relative-import |