aboutsummaryrefslogtreecommitdiff
path: root/pam_log
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_log
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_log')
-rw-r--r--pam_log/Makefile.am8
-rw-r--r--pam_log/pam_log.c14
2 files changed, 9 insertions, 13 deletions
diff --git a/pam_log/Makefile.am b/pam_log/Makefile.am
index d330834..4d4028e 100644
--- a/pam_log/Makefile.am
+++ b/pam_log/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_log.la
diff --git a/pam_log/pam_log.c b/pam_log/pam_log.c
index 74488b5..1fd9046 100644
--- a/pam_log/pam_log.c
+++ b/pam_log/pam_log.c
@@ -1,20 +1,18 @@
/* This file is part of pam-modules.
Copyright (C) 2006 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/>. */
#if defined(HAVE_CONFIG_H)
# include <config.h>

Return to:

Send suggestions and report system problems to the System administrator.