diff options
Diffstat (limited to 'ipsilon/tools')
-rw-r--r-- | ipsilon/tools/certs.py | 17 | ||||
-rw-r--r-- | ipsilon/tools/files.py | 17 | ||||
-rwxr-xr-x | ipsilon/tools/saml2metadata.py | 17 |
3 files changed, 3 insertions, 48 deletions
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 |