From cfe24fa3dc15d87f3ace944a2d62a0f4c5ee496c Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Thu, 7 May 2015 22:40:19 -0400 Subject: [PATCH] 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 Reviewed-by: Patrick Uiterwijk --- ipsilon/admin/common.py | 17 +---------------- ipsilon/admin/info.py | 2 +- ipsilon/admin/login.py | 2 +- ipsilon/admin/loginstack.py | 2 +- ipsilon/admin/providers.py | 2 +- ipsilon/helpers/common.py | 17 +---------------- ipsilon/helpers/ipa.py | 17 +---------------- ipsilon/info/common.py | 4 +--- ipsilon/info/infoldap.py | 4 +--- ipsilon/info/infonss.py | 4 +--- ipsilon/info/infosssd.py | 4 +--- ipsilon/install/ipsilon-client-install | 17 +---------------- ipsilon/install/ipsilon-server-install | 18 +----------------- ipsilon/ipsilon | 17 +---------------- ipsilon/login/authfas.py | 3 +-- ipsilon/login/authform.py | 17 +---------------- ipsilon/login/authgssapi.py | 17 +---------------- ipsilon/login/authldap.py | 2 +- ipsilon/login/authpam.py | 17 +---------------- ipsilon/login/authtest.py | 17 +---------------- ipsilon/login/common.py | 17 +---------------- ipsilon/providers/common.py | 17 +---------------- ipsilon/providers/openid/auth.py | 2 +- ipsilon/providers/openid/extensions/ax.py | 2 +- ipsilon/providers/openid/extensions/cla.py | 2 +- ipsilon/providers/openid/extensions/common.py | 2 +- .../providers/openid/extensions/fas_teams.py | 2 +- ipsilon/providers/openid/extensions/sreg.py | 2 +- ipsilon/providers/openid/extensions/teams.py | 2 +- ipsilon/providers/openid/meta.py | 2 +- ipsilon/providers/openid/store.py | 2 +- ipsilon/providers/openidp.py | 2 +- ipsilon/providers/persona/auth.py | 2 +- ipsilon/providers/personaidp.py | 2 +- ipsilon/providers/saml2/admin.py | 17 +---------------- ipsilon/providers/saml2/auth.py | 17 +---------------- ipsilon/providers/saml2/logout.py | 17 +---------------- ipsilon/providers/saml2/provider.py | 17 +---------------- ipsilon/providers/saml2/rest.py | 2 +- ipsilon/providers/saml2/sessions.py | 17 +---------------- ipsilon/providers/saml2idp.py | 17 +---------------- ipsilon/rest/common.py | 2 +- ipsilon/rest/providers.py | 2 +- ipsilon/root.py | 17 +---------------- ipsilon/tools/certs.py | 17 +---------------- ipsilon/tools/files.py | 17 +---------------- ipsilon/tools/saml2metadata.py | 17 +---------------- ipsilon/util/config.py | 2 +- ipsilon/util/cookies.py | 2 +- ipsilon/util/data.py | 17 +---------------- ipsilon/util/endpoint.py | 2 +- ipsilon/util/errors.py | 17 +---------------- ipsilon/util/log.py | 4 +--- ipsilon/util/page.py | 17 +---------------- ipsilon/util/plugin.py | 17 +---------------- ipsilon/util/policy.py | 2 +- ipsilon/util/sessions.py | 2 +- ipsilon/util/trans.py | 2 +- ipsilon/util/user.py | 17 +---------------- less/admin.less | 18 +----------------- less/admin/variables.less | 2 +- less/admin/widgets.less | 2 +- less/ipsilon.less | 18 +----------------- quickrun.py | 17 +---------------- setup.py | 2 +- tests/attrs.py | 18 +----------------- tests/blobs/openid_app.py | 3 ++- tests/fconf.py | 18 +----------------- tests/helpers/common.py | 18 +----------------- tests/helpers/http.py | 18 +----------------- tests/ldap.py | 3 +-- tests/openid.py | 18 +----------------- tests/pgdb.py | 18 +----------------- tests/test1.py | 18 +----------------- tests/testgssapi.py | 4 ++-- tests/testlogout.py | 18 +----------------- tests/testmapping.py | 3 ++- tests/testnameid.py | 3 ++- tests/testrest.py | 2 +- tests/tests.py | 17 +---------------- tests/trans.py | 18 +----------------- 81 files changed, 85 insertions(+), 706 deletions(-) diff --git a/ipsilon/admin/common.py b/ipsilon/admin/common.py index 64334c2..2d98e6c 100644 --- a/ipsilon/admin/common.py +++ b/ipsilon/admin/common.py @@ -1,19 +1,4 @@ -# Copyright (C) 2014 Simo Sorce -# -# 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 . +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING import cherrypy import logging diff --git a/ipsilon/admin/info.py b/ipsilon/admin/info.py index 4bc85c4..e52e00e 100644 --- a/ipsilon/admin/info.py +++ b/ipsilon/admin/info.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014 Ipsilon Contributors see COPYING for license +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from ipsilon.admin.loginstack import LoginStackPlugins from ipsilon.info.common import FACILITY diff --git a/ipsilon/admin/login.py b/ipsilon/admin/login.py index deb1e3d..0f971ac 100644 --- a/ipsilon/admin/login.py +++ b/ipsilon/admin/login.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014 Ipsilon Contributors see COPYING for license +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from ipsilon.admin.loginstack import LoginStackPlugins from ipsilon.login.common import FACILITY diff --git a/ipsilon/admin/loginstack.py b/ipsilon/admin/loginstack.py index 1da1eae..48e64a0 100644 --- a/ipsilon/admin/loginstack.py +++ b/ipsilon/admin/loginstack.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014 Ipsilon Contributors see COPYING for license +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from ipsilon.admin.common import AdminPlugins diff --git a/ipsilon/admin/providers.py b/ipsilon/admin/providers.py index 6f6fe00..8a21b52 100644 --- a/ipsilon/admin/providers.py +++ b/ipsilon/admin/providers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014 Ipsilon Contributors see COPYING for license +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from ipsilon.admin.common import AdminPlugins from ipsilon.providers.common import FACILITY diff --git a/ipsilon/helpers/common.py b/ipsilon/helpers/common.py index 8eff274..d3f7125 100644 --- a/ipsilon/helpers/common.py +++ b/ipsilon/helpers/common.py @@ -1,19 +1,4 @@ -# Copyright (C) 2014 Simo Sorce -# -# 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 . +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from ipsilon.util.plugin import PluginInstaller diff --git a/ipsilon/helpers/ipa.py b/ipsilon/helpers/ipa.py index e6f87e8..a785edb 100644 --- a/ipsilon/helpers/ipa.py +++ b/ipsilon/helpers/ipa.py @@ -1,19 +1,4 @@ -# Copyright (C) 2014 Simo Sorce -# -# 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 . +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING import logging import pwd diff --git a/ipsilon/info/common.py b/ipsilon/info/common.py index 6907c72..06b71aa 100644 --- a/ipsilon/info/common.py +++ b/ipsilon/info/common.py @@ -1,6 +1,4 @@ -# Copyright (C) 2014 Ipsilon Project Contributors -# -# See the file named COPYING for the project license +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from ipsilon.util.log import Log from ipsilon.util.plugin import PluginInstaller, PluginLoader diff --git a/ipsilon/info/infoldap.py b/ipsilon/info/infoldap.py index f87b37c..9494666 100644 --- a/ipsilon/info/infoldap.py +++ b/ipsilon/info/infoldap.py @@ -1,6 +1,4 @@ -# Copyright (C) 2014 Ipsilon Project Contributors -# -# See the file named COPYING for the project license +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from ipsilon.info.common import InfoProviderBase from ipsilon.info.common import InfoProviderInstaller diff --git a/ipsilon/info/infonss.py b/ipsilon/info/infonss.py index 0669e95..1966c27 100644 --- a/ipsilon/info/infonss.py +++ b/ipsilon/info/infonss.py @@ -1,6 +1,4 @@ -# Copyright (C) 2014 Ipsilon Project Contributors -# -# See the file named COPYING for the project license +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from ipsilon.info.common import InfoProviderBase from ipsilon.info.common import InfoProviderInstaller diff --git a/ipsilon/info/infosssd.py b/ipsilon/info/infosssd.py index 79e850f..75fcf24 100644 --- a/ipsilon/info/infosssd.py +++ b/ipsilon/info/infosssd.py @@ -1,6 +1,4 @@ -# Copyright (C) 2014 Ipsilon Project Contributors -# -# See the file named COPYING for the project license +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING # Info plugin for mod_lookup_identity Apache module via SSSD # http://www.adelton.com/apache/mod_lookup_identity/ diff --git a/ipsilon/install/ipsilon-client-install b/ipsilon/install/ipsilon-client-install index a136576..78dfb51 100755 --- a/ipsilon/install/ipsilon-client-install +++ b/ipsilon/install/ipsilon-client-install @@ -1,21 +1,6 @@ #!/usr/bin/python # -# Copyright (C) 2014 Simo Sorce -# -# 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 . +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from ipsilon.tools.saml2metadata import Metadata from ipsilon.tools.saml2metadata import SAML2_NAMEID_MAP diff --git a/ipsilon/install/ipsilon-server-install b/ipsilon/install/ipsilon-server-install index eeb87dd..471fe9a 100755 --- a/ipsilon/install/ipsilon-server-install +++ b/ipsilon/install/ipsilon-server-install @@ -1,21 +1,5 @@ #!/usr/bin/python -# -# Copyright (C) 2014 Simo Sorce -# -# 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 . +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from ipsilon.login.common import LoginMgrsInstall from ipsilon.info.common import InfoProviderInstall diff --git a/ipsilon/ipsilon b/ipsilon/ipsilon index 46951a5..a0cc158 100755 --- a/ipsilon/ipsilon +++ b/ipsilon/ipsilon @@ -1,21 +1,6 @@ #!/usr/bin/python # -# Copyright (C) 2013 Simo Sorce -# -# 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 . +# Copyright (C) 2013 Ipsilon project Contributors, for license see COPYING import sys sys.stdout = sys.stderr diff --git a/ipsilon/login/authfas.py b/ipsilon/login/authfas.py index 996855c..8af7f28 100644 --- a/ipsilon/login/authfas.py +++ b/ipsilon/login/authfas.py @@ -1,5 +1,4 @@ -# Copyright (C) 2014 Ipsilon contributors, see COPYING file for license - +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from ipsilon.login.common import LoginFormBase, LoginManagerBase, \ LoginManagerInstaller diff --git a/ipsilon/login/authform.py b/ipsilon/login/authform.py index 55dc6b3..c6b958f 100644 --- a/ipsilon/login/authform.py +++ b/ipsilon/login/authform.py @@ -1,19 +1,4 @@ -# Copyright (C) 2014 Simo Sorce -# -# 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 . +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from ipsilon.login.common import LoginFormBase, LoginManagerBase, \ LoginManagerInstaller diff --git a/ipsilon/login/authgssapi.py b/ipsilon/login/authgssapi.py index 1fac5ed..ce8213d 100644 --- a/ipsilon/login/authgssapi.py +++ b/ipsilon/login/authgssapi.py @@ -1,19 +1,4 @@ -# Copyright (C) 2014 Simo Sorce -# -# 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 . +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from ipsilon.login.common import LoginPageBase, LoginManagerBase, \ LoginManagerInstaller diff --git a/ipsilon/login/authldap.py b/ipsilon/login/authldap.py index 2882897..161ef75 100644 --- a/ipsilon/login/authldap.py +++ b/ipsilon/login/authldap.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014 Ipsilon Contributors, see COPYING for license +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from ipsilon.login.common import LoginFormBase, LoginManagerBase, \ LoginManagerInstaller diff --git a/ipsilon/login/authpam.py b/ipsilon/login/authpam.py index d703aa2..c2a6afb 100644 --- a/ipsilon/login/authpam.py +++ b/ipsilon/login/authpam.py @@ -1,19 +1,4 @@ -# Copyright (C) 2013 Simo Sorce -# -# 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 . +# Copyright (C) 2013 Ipsilon project Contributors, for license see COPYING from ipsilon.login.common import LoginFormBase, LoginManagerBase, \ LoginManagerInstaller diff --git a/ipsilon/login/authtest.py b/ipsilon/login/authtest.py index 002ab73..0b05e0a 100644 --- a/ipsilon/login/authtest.py +++ b/ipsilon/login/authtest.py @@ -1,19 +1,4 @@ -# Copyright (C) 2014 Simo Sorce -# -# 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 . +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from ipsilon.login.common import LoginFormBase, LoginManagerBase, \ LoginManagerInstaller diff --git a/ipsilon/login/common.py b/ipsilon/login/common.py index c7c8050..7cf0c2a 100644 --- a/ipsilon/login/common.py +++ b/ipsilon/login/common.py @@ -1,19 +1,4 @@ -# Copyright (C) 2013 Simo Sorce -# -# 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 . +# Copyright (C) 2013 Ipsilon project Contributors, for license see COPYING from ipsilon.util.page import Page from ipsilon.util.user import UserSession diff --git a/ipsilon/providers/common.py b/ipsilon/providers/common.py index 9dcfa52..b842b39 100644 --- a/ipsilon/providers/common.py +++ b/ipsilon/providers/common.py @@ -1,19 +1,4 @@ -# Copyright (C) 2014 Simo Sorce -# -# 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 . +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from ipsilon.util.log import Log from ipsilon.util.plugin import PluginInstaller, PluginLoader diff --git a/ipsilon/providers/openid/auth.py b/ipsilon/providers/openid/auth.py index e85890e..64245f5 100644 --- a/ipsilon/providers/openid/auth.py +++ b/ipsilon/providers/openid/auth.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014 Ipsilon project Contributors, for licensee see COPYING +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from ipsilon.providers.common import ProviderPageBase from ipsilon.providers.common import AuthenticationError, InvalidRequest diff --git a/ipsilon/providers/openid/extensions/ax.py b/ipsilon/providers/openid/extensions/ax.py index bf63d25..f1996ce 100644 --- a/ipsilon/providers/openid/extensions/ax.py +++ b/ipsilon/providers/openid/extensions/ax.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014 Ipsilon project Contributors, for licensee see COPYING +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from __future__ import absolute_import diff --git a/ipsilon/providers/openid/extensions/cla.py b/ipsilon/providers/openid/extensions/cla.py index d021afa..129a403 100644 --- a/ipsilon/providers/openid/extensions/cla.py +++ b/ipsilon/providers/openid/extensions/cla.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014 Ipsilon project Contributors, for licensee see COPYING +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from __future__ import absolute_import diff --git a/ipsilon/providers/openid/extensions/common.py b/ipsilon/providers/openid/extensions/common.py index d559f61..55809c1 100644 --- a/ipsilon/providers/openid/extensions/common.py +++ b/ipsilon/providers/openid/extensions/common.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014 Ipsilon project Contributors, for licensee see COPYING +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from __future__ import absolute_import diff --git a/ipsilon/providers/openid/extensions/fas_teams.py b/ipsilon/providers/openid/extensions/fas_teams.py index a726d1f..67a92b9 100644 --- a/ipsilon/providers/openid/extensions/fas_teams.py +++ b/ipsilon/providers/openid/extensions/fas_teams.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014 Ipsilon project Contributors, for licensee see COPYING +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from __future__ import absolute_import diff --git a/ipsilon/providers/openid/extensions/sreg.py b/ipsilon/providers/openid/extensions/sreg.py index ee473b2..6cb3962 100644 --- a/ipsilon/providers/openid/extensions/sreg.py +++ b/ipsilon/providers/openid/extensions/sreg.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014 Ipsilon project Contributors, for licensee see COPYING +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from __future__ import absolute_import diff --git a/ipsilon/providers/openid/extensions/teams.py b/ipsilon/providers/openid/extensions/teams.py index 195d319..846fc8b 100644 --- a/ipsilon/providers/openid/extensions/teams.py +++ b/ipsilon/providers/openid/extensions/teams.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014 Ipsilon project Contributors, for licensee see COPYING +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from __future__ import absolute_import diff --git a/ipsilon/providers/openid/meta.py b/ipsilon/providers/openid/meta.py index 6e66120..27017c5 100644 --- a/ipsilon/providers/openid/meta.py +++ b/ipsilon/providers/openid/meta.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014 Ipsilon project Contributors, for licensee see COPYING +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from ipsilon.providers.common import ProviderPageBase diff --git a/ipsilon/providers/openid/store.py b/ipsilon/providers/openid/store.py index 2603e99..6443771 100644 --- a/ipsilon/providers/openid/store.py +++ b/ipsilon/providers/openid/store.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014 Ipsilon project Contributors, for licensee see COPYING +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from ipsilon.util.data import Store diff --git a/ipsilon/providers/openidp.py b/ipsilon/providers/openidp.py index 032c406..052ab43 100644 --- a/ipsilon/providers/openidp.py +++ b/ipsilon/providers/openidp.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014 Ipsilon project Contributors, for licensee see COPYING +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from __future__ import absolute_import diff --git a/ipsilon/providers/persona/auth.py b/ipsilon/providers/persona/auth.py index aeeaa5b..09c73a1 100644 --- a/ipsilon/providers/persona/auth.py +++ b/ipsilon/providers/persona/auth.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014 Ipsilon project Contributors, for licensee see COPYING +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from ipsilon.providers.common import ProviderPageBase from ipsilon.util.user import UserSession diff --git a/ipsilon/providers/personaidp.py b/ipsilon/providers/personaidp.py index 8365618..d2794e0 100644 --- a/ipsilon/providers/personaidp.py +++ b/ipsilon/providers/personaidp.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014 Ipsilon project Contributors, for licensee see COPYING +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from __future__ import absolute_import diff --git a/ipsilon/providers/saml2/admin.py b/ipsilon/providers/saml2/admin.py index 5ab8f7e..28ea19f 100644 --- a/ipsilon/providers/saml2/admin.py +++ b/ipsilon/providers/saml2/admin.py @@ -1,19 +1,4 @@ -# Copyright (C) 2014 Simo Sorce -# -# 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 . +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING import cherrypy from ipsilon.util import config as pconfig diff --git a/ipsilon/providers/saml2/auth.py b/ipsilon/providers/saml2/auth.py index 9d2bb7d..5c00e97 100644 --- a/ipsilon/providers/saml2/auth.py +++ b/ipsilon/providers/saml2/auth.py @@ -1,19 +1,4 @@ -# Copyright (C) 2014 Simo Sorce -# -# 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 . +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from ipsilon.providers.common import ProviderPageBase, ProviderException from ipsilon.providers.common import AuthenticationError, InvalidRequest diff --git a/ipsilon/providers/saml2/logout.py b/ipsilon/providers/saml2/logout.py index bfb5d0d..c715b90 100644 --- a/ipsilon/providers/saml2/logout.py +++ b/ipsilon/providers/saml2/logout.py @@ -1,19 +1,4 @@ -# Copyright (C) 2015 Rob Crittenden -# -# 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 . +# Copyright (C) 2015 Ipsilon project Contributors, for license see COPYING from ipsilon.providers.common import ProviderPageBase from ipsilon.providers.common import InvalidRequest diff --git a/ipsilon/providers/saml2/provider.py b/ipsilon/providers/saml2/provider.py index 75bfc1d..c8425bb 100644 --- a/ipsilon/providers/saml2/provider.py +++ b/ipsilon/providers/saml2/provider.py @@ -1,19 +1,4 @@ -# Copyright (C) 2014 Simo Sorce -# -# 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 . +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from ipsilon.providers.common import ProviderException from ipsilon.util import config as pconfig diff --git a/ipsilon/providers/saml2/rest.py b/ipsilon/providers/saml2/rest.py index 1610ac4..6887ba8 100644 --- a/ipsilon/providers/saml2/rest.py +++ b/ipsilon/providers/saml2/rest.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015 Ipsilon project Contributors, for licensee see COPYING +# Copyright (C) 2015 Ipsilon project Contributors, for license see COPYING import cherrypy from ipsilon.providers.common import RestProviderBase diff --git a/ipsilon/providers/saml2/sessions.py b/ipsilon/providers/saml2/sessions.py index 5931734..c9cfd9c 100644 --- a/ipsilon/providers/saml2/sessions.py +++ b/ipsilon/providers/saml2/sessions.py @@ -1,19 +1,4 @@ -# Copyright (C) 2015 Rob Crittenden -# -# 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 . +# Copyright (C) 2015 Ipsilon project Contributors, for license see COPYING from ipsilon.util.log import Log diff --git a/ipsilon/providers/saml2idp.py b/ipsilon/providers/saml2idp.py index 2c3b2ab..ef31f36 100644 --- a/ipsilon/providers/saml2idp.py +++ b/ipsilon/providers/saml2idp.py @@ -1,19 +1,4 @@ -# Copyright (C) 2014 Simo Sorce -# -# 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 . +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from ipsilon.providers.common import ProviderBase, ProviderPageBase, \ ProviderInstaller diff --git a/ipsilon/rest/common.py b/ipsilon/rest/common.py index 904545c..447dd7c 100644 --- a/ipsilon/rest/common.py +++ b/ipsilon/rest/common.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015 Ipsilon Contributors see COPYING for license +# Copyright (C) 2015 Ipsilon project Contributors, for license see COPYING import cherrypy import json diff --git a/ipsilon/rest/providers.py b/ipsilon/rest/providers.py index b32efc5..37f7b16 100644 --- a/ipsilon/rest/providers.py +++ b/ipsilon/rest/providers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015 Ipsilon Contributors see COPYING for license +# Copyright (C) 2015 Ipsilon project Contributors, for license see COPYING from ipsilon.rest.common import RestPlugins from ipsilon.providers.common import FACILITY diff --git a/ipsilon/root.py b/ipsilon/root.py index 6326436..daef90f 100644 --- a/ipsilon/root.py +++ b/ipsilon/root.py @@ -1,19 +1,4 @@ -# Copyright (C) 2013 Simo Sorce -# -# 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 . +# Copyright (C) 2013 Ipsilon project Contributors, for license see COPYING from ipsilon.util.page import Page from ipsilon.util import errors diff --git a/ipsilon/tools/certs.py b/ipsilon/tools/certs.py index ee07c74..b131ba9 100644 --- a/ipsilon/tools/certs.py +++ b/ipsilon/tools/certs.py @@ -1,19 +1,4 @@ -# Copyright (C) 2014 Simo Sorce -# -# 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 . +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from subprocess import Popen import os diff --git a/ipsilon/tools/files.py b/ipsilon/tools/files.py index 857a2fe..cc1b777 100644 --- a/ipsilon/tools/files.py +++ b/ipsilon/tools/files.py @@ -1,19 +1,4 @@ -# Copyright (C) 2014 Simo Sorce -# -# 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 . +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING import os import pwd diff --git a/ipsilon/tools/saml2metadata.py b/ipsilon/tools/saml2metadata.py index f918a44..3891b6f 100755 --- a/ipsilon/tools/saml2metadata.py +++ b/ipsilon/tools/saml2metadata.py @@ -1,21 +1,6 @@ #!/usr/bin/python # -# Copyright (C) 2014 Simo Sorce -# -# 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 . +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING import datetime from ipsilon.tools.certs import Certificate diff --git a/ipsilon/util/config.py b/ipsilon/util/config.py index a20c87c..622820c 100644 --- a/ipsilon/util/config.py +++ b/ipsilon/util/config.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014 Ipsilon project Contributors, for licensee see COPYING +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from ipsilon.util.log import Log import json diff --git a/ipsilon/util/cookies.py b/ipsilon/util/cookies.py index 266c401..f9b0889 100644 --- a/ipsilon/util/cookies.py +++ b/ipsilon/util/cookies.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014 Ipsilon project Contributors, for licensee see COPYING +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from ipsilon.util.log import Log import cherrypy diff --git a/ipsilon/util/data.py b/ipsilon/util/data.py index 26fa859..7fdc508 100644 --- a/ipsilon/util/data.py +++ b/ipsilon/util/data.py @@ -1,19 +1,4 @@ -# Copyright (C) 2013 Simo Sorce -# -# 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 . +# Copyright (C) 2013 Ipsilon project Contributors, for license see COPYING import cherrypy from ipsilon.util.log import Log diff --git a/ipsilon/util/endpoint.py b/ipsilon/util/endpoint.py index 92dc388..b1552fe 100644 --- a/ipsilon/util/endpoint.py +++ b/ipsilon/util/endpoint.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015 Ipsilon Contributors see COPYING for license +# Copyright (C) 2015 Ipsilon project Contributors, for license see COPYING import cherrypy from ipsilon.util.log import Log diff --git a/ipsilon/util/errors.py b/ipsilon/util/errors.py index 70d2da9..c22b7f9 100644 --- a/ipsilon/util/errors.py +++ b/ipsilon/util/errors.py @@ -1,19 +1,4 @@ -# Copyright (C) 2014 Simo Sorce -# -# 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 . +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from ipsilon.util.page import Page diff --git a/ipsilon/util/log.py b/ipsilon/util/log.py index ae851af..03d8c57 100644 --- a/ipsilon/util/log.py +++ b/ipsilon/util/log.py @@ -1,6 +1,4 @@ -# Copyright (C) 2014 Ipsilon Project Contributors -# -# See the file named COPYING for the project license +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING import cherrypy import cStringIO diff --git a/ipsilon/util/page.py b/ipsilon/util/page.py index 094a6a9..e1cecb9 100644 --- a/ipsilon/util/page.py +++ b/ipsilon/util/page.py @@ -1,19 +1,4 @@ -# Copyright (C) 2013 Simo Sorce -# -# 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 . +# Copyright (C) 2013 Ipsilon project Contributors, for license see COPYING import cherrypy from ipsilon.util.endpoint import Endpoint diff --git a/ipsilon/util/plugin.py b/ipsilon/util/plugin.py index 2f9c003..1f66d8e 100644 --- a/ipsilon/util/plugin.py +++ b/ipsilon/util/plugin.py @@ -1,19 +1,4 @@ -# Copyright (C) 2013 Simo Sorce -# -# 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 . +# Copyright (C) 2013 Ipsilon project Contributors, for license see COPYING import os import imp diff --git a/ipsilon/util/policy.py b/ipsilon/util/policy.py index 7fdac0c..8f70673 100644 --- a/ipsilon/util/policy.py +++ b/ipsilon/util/policy.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015 Ipsilon project Contributors, for licensee see COPYING +# Copyright (C) 2015 Ipsilon project Contributors, for license see COPYING from ipsilon.util.log import Log import copy diff --git a/ipsilon/util/sessions.py b/ipsilon/util/sessions.py index 8522a28..f5390dc 100644 --- a/ipsilon/util/sessions.py +++ b/ipsilon/util/sessions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014 Ipsilon project Contributors, for licensee see COPYING +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING import base64 from cherrypy.lib.sessions import Session diff --git a/ipsilon/util/trans.py b/ipsilon/util/trans.py index 5ac3e42..bcc3bd0 100644 --- a/ipsilon/util/trans.py +++ b/ipsilon/util/trans.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014 Ipsilon project Contributors, for licensee see COPYING +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from ipsilon.util.data import TranStore from ipsilon.util.log import Log diff --git a/ipsilon/util/user.py b/ipsilon/util/user.py index dd4a0f4..ee3fe41 100644 --- a/ipsilon/util/user.py +++ b/ipsilon/util/user.py @@ -1,19 +1,4 @@ -# Copyright (C) 2013 Simo Sorce -# -# 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 . +# Copyright (C) 2013 Ipsilon project Contributors, for license see COPYING from ipsilon.util.data import UserStore from ipsilon.util.log import Log diff --git a/less/admin.less b/less/admin.less index f58f3ab..e3f94b6 100644 --- a/less/admin.less +++ b/less/admin.less @@ -1,20 +1,4 @@ -// -// Copyright (C) 2014 Petr Vobornik -// -// 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 . +// Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING // Styles are taken from PatternFly and Bootstrap project. diff --git a/less/admin/variables.less b/less/admin/variables.less index e30fd6c..26d0fd9 100644 --- a/less/admin/variables.less +++ b/less/admin/variables.less @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Ipsilon project Contributors, for licensee see COPYING +// Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING // Basic variables @state-enabled-bg: #ffffff; diff --git a/less/admin/widgets.less b/less/admin/widgets.less index fd68fed..681d3aa 100644 --- a/less/admin/widgets.less +++ b/less/admin/widgets.less @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Ipsilon project Contributors, for licensee see COPYING +// Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING // Widgets diff --git a/less/ipsilon.less b/less/ipsilon.less index 3f1263d..c234787 100644 --- a/less/ipsilon.less +++ b/less/ipsilon.less @@ -1,20 +1,4 @@ -// -// Copyright (C) 2014 Petr Vobornik -// -// 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 . +// Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING // Styles are taken from PatternFly and Bootstrap project. diff --git a/quickrun.py b/quickrun.py index 57cdcb7..c565fcb 100755 --- a/quickrun.py +++ b/quickrun.py @@ -1,21 +1,6 @@ #!/usr/bin/python # -# Copyright (C) 2014 Simo Sorce -# -# 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 . +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING import argparse import os diff --git a/setup.py b/setup.py index a7e7d4a..bc7b32c 100755 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (C) 2014 Ipsilon project Contributors, for licensee see COPYING +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from distutils.core import setup from glob import glob 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 -# -# 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 . - +# 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 -# -# 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 . - +# 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 -# -# 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 . - +# 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 -# -# 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 . - +# 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 -# -# 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 . - +# 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 -# -# 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 . - +# 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 -# -# 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 . - +# 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 -# -# 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 . - +# 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 -# -# 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 . +# 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 -# -# 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 . - +# 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 -- 2.20.1