summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2015-05-07 22:40:19 -0400
committerRob Crittenden <rcritten@redhat.com>2015-05-08 10:49:25 -0400
commit4817bb13610e44ddefbb0f0c88643f0263d7d2d9 (patch)
treea86d3fa53aacafc32ba3a54321f7f71d49dc98e3 /tests
parentabcefb0f2eece549371f951b58144188d2ac9307 (diff)
downloadipsilon.git-4817bb13610e44ddefbb0f0c88643f0263d7d2d9.tar.gz
ipsilon.git-4817bb13610e44ddefbb0f0c88643f0263d7d2d9.tar.xz
ipsilon.git-4817bb13610e44ddefbb0f0c88643f0263d7d2d9.zip
Update Copyright header point to COPYING filecopyright
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>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/attrs.py18
-rw-r--r--tests/blobs/openid_app.py3
-rwxr-xr-xtests/fconf.py18
-rwxr-xr-xtests/helpers/common.py18
-rwxr-xr-xtests/helpers/http.py18
-rwxr-xr-xtests/ldap.py3
-rwxr-xr-xtests/openid.py18
-rwxr-xr-xtests/pgdb.py18
-rwxr-xr-xtests/test1.py18
-rwxr-xr-xtests/testgssapi.py4
-rwxr-xr-xtests/testlogout.py18
-rwxr-xr-xtests/testmapping.py3
-rwxr-xr-xtests/testnameid.py3
-rwxr-xr-xtests/testrest.py2
-rwxr-xr-xtests/tests.py17
-rwxr-xr-xtests/trans.py18
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