summaryrefslogtreecommitdiffstats
path: root/ipsilon
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 11:00:48 -0400
commitcfe24fa3dc15d87f3ace944a2d62a0f4c5ee496c (patch)
tree849e9f7be6139704ba5dde54e8ea7a95a2cab023 /ipsilon
parent7a2a221318198717f9526ea521dc65cdf73b587d (diff)
downloadipsilon-cfe24fa3dc15d87f3ace944a2d62a0f4c5ee496c.tar.gz
ipsilon-cfe24fa3dc15d87f3ace944a2d62a0f4c5ee496c.tar.xz
ipsilon-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 'ipsilon')
-rw-r--r--ipsilon/admin/common.py17
-rw-r--r--ipsilon/admin/info.py2
-rw-r--r--ipsilon/admin/login.py2
-rw-r--r--ipsilon/admin/loginstack.py2
-rw-r--r--ipsilon/admin/providers.py2
-rw-r--r--ipsilon/helpers/common.py17
-rw-r--r--ipsilon/helpers/ipa.py17
-rw-r--r--ipsilon/info/common.py4
-rw-r--r--ipsilon/info/infoldap.py4
-rw-r--r--ipsilon/info/infonss.py4
-rw-r--r--ipsilon/info/infosssd.py4
-rwxr-xr-xipsilon/install/ipsilon-client-install17
-rwxr-xr-xipsilon/install/ipsilon-server-install18
-rwxr-xr-xipsilon/ipsilon17
-rw-r--r--ipsilon/login/authfas.py3
-rw-r--r--ipsilon/login/authform.py17
-rw-r--r--ipsilon/login/authgssapi.py17
-rw-r--r--ipsilon/login/authldap.py2
-rw-r--r--ipsilon/login/authpam.py17
-rw-r--r--ipsilon/login/authtest.py17
-rw-r--r--ipsilon/login/common.py17
-rw-r--r--ipsilon/providers/common.py17
-rw-r--r--ipsilon/providers/openid/auth.py2
-rw-r--r--ipsilon/providers/openid/extensions/ax.py2
-rw-r--r--ipsilon/providers/openid/extensions/cla.py2
-rw-r--r--ipsilon/providers/openid/extensions/common.py2
-rw-r--r--ipsilon/providers/openid/extensions/fas_teams.py2
-rw-r--r--ipsilon/providers/openid/extensions/sreg.py2
-rw-r--r--ipsilon/providers/openid/extensions/teams.py2
-rw-r--r--ipsilon/providers/openid/meta.py2
-rw-r--r--ipsilon/providers/openid/store.py2
-rw-r--r--ipsilon/providers/openidp.py2
-rw-r--r--ipsilon/providers/persona/auth.py2
-rw-r--r--ipsilon/providers/personaidp.py2
-rw-r--r--ipsilon/providers/saml2/admin.py17
-rw-r--r--ipsilon/providers/saml2/auth.py17
-rw-r--r--ipsilon/providers/saml2/logout.py17
-rw-r--r--ipsilon/providers/saml2/provider.py17
-rw-r--r--ipsilon/providers/saml2/rest.py2
-rw-r--r--ipsilon/providers/saml2/sessions.py17
-rw-r--r--ipsilon/providers/saml2idp.py17
-rw-r--r--ipsilon/rest/common.py2
-rw-r--r--ipsilon/rest/providers.py2
-rw-r--r--ipsilon/root.py17
-rw-r--r--ipsilon/tools/certs.py17
-rw-r--r--ipsilon/tools/files.py17
-rwxr-xr-xipsilon/tools/saml2metadata.py17
-rw-r--r--ipsilon/util/config.py2
-rw-r--r--ipsilon/util/cookies.py2
-rw-r--r--ipsilon/util/data.py17
-rw-r--r--ipsilon/util/endpoint.py2
-rw-r--r--ipsilon/util/errors.py17
-rw-r--r--ipsilon/util/log.py4
-rw-r--r--ipsilon/util/page.py17
-rw-r--r--ipsilon/util/plugin.py17
-rw-r--r--ipsilon/util/policy.py2
-rw-r--r--ipsilon/util/sessions.py2
-rw-r--r--ipsilon/util/trans.py2
-rw-r--r--ipsilon/util/user.py17
59 files changed, 59 insertions, 476 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 <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 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 <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 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 <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 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 <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 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 <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 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 <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) 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 <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 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 <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 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 <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) 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 <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 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 <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) 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 <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 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 <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 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 <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 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 <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 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 <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 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 <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 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 <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 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 <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) 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 <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 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 <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 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 <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 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 <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) 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 <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 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 <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) 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 <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) 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 <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) 2013 Ipsilon project Contributors, for license see COPYING
from ipsilon.util.data import UserStore
from ipsilon.util.log import Log