aboutsummaryrefslogtreecommitdiff
path: root/pam_fshadow
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-08-06 13:26:32 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-08-06 13:26:32 +0000
commit21565bb98c15630614dcc673db6418224b5e0dd7 (patch)
tree8771f71f5ba5c8e97be08e1a03c1755d954764a8 /pam_fshadow
parent045ac4dc6a8e9ff76b8e0ab272e2111ab29ce88e (diff)
downloadpam-modules-21565bb98c15630614dcc673db6418224b5e0dd7.tar.gz
pam-modules-21565bb98c15630614dcc673db6418224b5e0dd7.tar.bz2
Relicense under GPLv3.
git-svn-id: file:///svnroot/pam-modules/trunk@50 56984be4-0537-0410-a56c-fcb268c96130
Diffstat (limited to 'pam_fshadow')
-rw-r--r--pam_fshadow/Makefile.am8
-rw-r--r--pam_fshadow/pam_fshadow.c14
2 files changed, 9 insertions, 13 deletions
diff --git a/pam_fshadow/Makefile.am b/pam_fshadow/Makefile.am
index 163c78b..77d9e7b 100644
--- a/pam_fshadow/Makefile.am
+++ b/pam_fshadow/Makefile.am
@@ -2,7 +2,7 @@
#
# 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 2, or (at your option)
+# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# This program is distributed in the hope that it will be useful,
@@ -10,10 +10,8 @@
# 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, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-# MA 02110-1301 USA
+# You should have received a copy of the GNU General Public License along
+# with this program. If not, see <http://www.gnu.org/licenses/>.
pamdir=@PAMDIR@
pam_PROGRAMS = pam_fshadow.la
diff --git a/pam_fshadow/pam_fshadow.c b/pam_fshadow/pam_fshadow.c
index d2d021b..5c43fd5 100644
--- a/pam_fshadow/pam_fshadow.c
+++ b/pam_fshadow/pam_fshadow.c
@@ -1,20 +1,18 @@
/* This file is part of pam-modules.
* Copyright (C) 2001, 2005, 2007 Sergey Poznyakoff
*
- * 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 2 of the License, or
- * (at your option) any later version.
+ * 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, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02110-1301 USA
+ * You should have received a copy of the GNU General Public License along
+ * with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* pam_fshadow */

Return to:

Send suggestions and report system problems to the System administrator.