aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2014-02-11 15:06:09 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2014-02-11 15:06:09 +0200
commitdb866c50c43c81a7b0dc10a9f0cb431ba4f8de66 (patch)
treeefcecb5b0fe75534a3cd69032ac3caf15b2c5da9
parent2e14f216312a047233b345e2641161b9eb016152 (diff)
downloadpam-modules-db866c50c43c81a7b0dc10a9f0cb431ba4f8de66.tar.gz
pam-modules-db866c50c43c81a7b0dc10a9f0cb431ba4f8de66.tar.bz2
Update copyright years, set version 1.7.92
-rw-r--r--Make.rules2
-rw-r--r--Makefile.am2
-rw-r--r--NEWS6
-rw-r--r--README2
-rw-r--r--acinclude.m42
-rw-r--r--configure.ac4
-rw-r--r--doc/Config2
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/pam-modules.texi2
-rw-r--r--git2chg.awk2
-rw-r--r--lib/Makefile.am2
-rw-r--r--lib/base64.c2
-rw-r--r--lib/converse.c2
-rw-r--r--lib/env.c2
-rw-r--r--lib/escape.c2
-rw-r--r--lib/graypam.h2
-rw-r--r--lib/ldappass.c2
-rw-r--r--lib/log.c2
-rw-r--r--lib/mem.c2
-rw-r--r--lib/parseopt.c2
-rw-r--r--lib/slist.c2
-rw-r--r--lib/strutil.c2
-rw-r--r--lib/transform.c2
-rw-r--r--lib/vartab.c2
-rw-r--r--pam_fshadow/Makefile.am2
-rw-r--r--pam_fshadow/pam_fshadow.c3
-rw-r--r--pam_ldaphome/Makefile.am2
-rw-r--r--pam_ldaphome/pam_ldaphome.c2
-rw-r--r--pam_log/Makefile.am2
-rw-r--r--pam_log/pam_log.c2
-rw-r--r--pam_regex/Makefile.am2
-rw-r--r--pam_regex/pam_regex.c2
-rw-r--r--pam_sql/Makefile.am2
-rw-r--r--pam_sql/pam_mysql.c2
-rw-r--r--pam_sql/pam_pgsql.c2
-rw-r--r--pam_sql/pam_sql.c2
-rw-r--r--pam_sql/pam_sql.h2
-rw-r--r--pam_umotd/Makefile.am2
-rw-r--r--pam_umotd/pam_umotd.c2
-rw-r--r--pamck/Makefile.am2
-rw-r--r--pamck/conv.c2
-rw-r--r--pamck/pamck.c2
42 files changed, 46 insertions, 45 deletions
diff --git a/Make.rules b/Make.rules
index 933cf97..843ebd5 100644
--- a/Make.rules
+++ b/Make.rules
@@ -1,2 +1,2 @@
-# Copyright (C) 2001, 2006-2007, 2010-2012 Sergey Poznyakoff
+# Copyright (C) 2001, 2006-2007, 2010-2012, 2014 Sergey Poznyakoff
#
diff --git a/Makefile.am b/Makefile.am
index f0ad7aa..3953956 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,3 @@
# This file is part of pam-modules.
-# Copyright (C) 2001, 2006, 2008-2012 Sergey Poznyakoff
+# Copyright (C) 2001, 2006, 2008-2012, 2014 Sergey Poznyakoff
#
diff --git a/NEWS b/NEWS
index 986c5bd..d4995cc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,3 @@
-pam-modules -- history of user-visible changes. 2012-07-05
-Copyright (C) 2001, 2004-2005, 2007-2012 Sergey Poznyakoff
+pam-modules -- history of user-visible changes. 2014-02-11
+Copyright (C) 2001, 2004-2005, 2007-2012, 2014 Sergey Poznyakoff
See the end of file for copying conditions.
@@ -7,3 +7,3 @@ Please send radius bug reports to <bug-pam-modules@gnu.org.ua>
-Version 1.7.91, Git
+Version 1.7.92, Git
diff --git a/README b/README
index c88f451..16c82ff 100644
--- a/README
+++ b/README
@@ -1,3 +1,3 @@
PAM-modules README
-Copyright (C) 2001, 2004-2005, 2007, 2009-2012 Sergey Poznyakoff
+Copyright (C) 2001, 2004-2005, 2007, 2009-2012, 2014 Sergey Poznyakoff
See the end of file for copying conditions.
diff --git a/acinclude.m4 b/acinclude.m4
index 9a1033f..0584053 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1,2 +1,2 @@
-# Copyright (C) 2001, 2006, 2008-2012 Sergey Poznyakoff
+# Copyright (C) 2001, 2006, 2008-2012, 2014 Sergey Poznyakoff
#
diff --git a/configure.ac b/configure.ac
index 4e2067a..87e35c1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,3 +1,3 @@
# This file is part of pam-modules. -*- autoconf -*-
-# Copyright (C) 2005-2012 Sergey Poznyakoff
+# Copyright (C) 2005-2012, 2014 Sergey Poznyakoff
#
@@ -18,3 +18,3 @@ AC_PREREQ(2.63)
-AC_INIT(pam-modules, 1.7.91, bug-pam-modules@gnu.org.ua)
+AC_INIT(pam-modules, 1.7.92, bug-pam-modules@gnu.org.ua)
AC_CONFIG_SRCDIR(pam_fshadow/pam_fshadow.c)
diff --git a/doc/Config b/doc/Config
index e36c947..c3d09cd 100644
--- a/doc/Config
+++ b/doc/Config
@@ -1,3 +1,3 @@
# Texi2html configuration for PAM-Modules documentation. -*- perl -*-
-# Copyright (C) 2009, 2012 Sergey Poznyakoff
+# Copyright (C) 2009, 2012, 2014 Sergey Poznyakoff
#
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 3b1f5fe..99ac7d5 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,3 +1,3 @@
# This file is part of pam-modules.
-# Copyright (C) 2005, 2007-2008, 2010-2012 Sergey Poznyakoff
+# Copyright (C) 2005, 2007-2008, 2010-2012, 2014 Sergey Poznyakoff
#
diff --git a/doc/pam-modules.texi b/doc/pam-modules.texi
index b9fd91a..7c2d881 100644
--- a/doc/pam-modules.texi
+++ b/doc/pam-modules.texi
@@ -45,3 +45,3 @@ Boston, MA 02110-1301, USA
-Copyright @copyright{} 2005, 2007-2012 Sergey Poznyakoff
+Copyright @copyright{} 2005, 2007-2012, 2014 Sergey Poznyakoff
diff --git a/git2chg.awk b/git2chg.awk
index 166f6b2..3e8a97d 100644
--- a/git2chg.awk
+++ b/git2chg.awk
@@ -1,3 +1,3 @@
# This file is part of grecs
-# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2012, 2014 Sergey Poznyakoff
#
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 7a75e0e..bda3b49 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,3 +1,3 @@
# This file is part of pam-modules.
-# Copyright (C) 2008, 2010-2012 Sergey Poznyakoff
+# Copyright (C) 2008, 2010-2012, 2014 Sergey Poznyakoff
#
diff --git a/lib/base64.c b/lib/base64.c
index c3a32f4..b950659 100644
--- a/lib/base64.c
+++ b/lib/base64.c
@@ -1,3 +1,3 @@
/* This file is part of pam-modules.
- Copyright (C) 2008, 2010-2012 Sergey Poznyakoff
+ Copyright (C) 2008, 2010-2012, 2014 Sergey Poznyakoff
diff --git a/lib/converse.c b/lib/converse.c
index b814d00..4adbb63 100644
--- a/lib/converse.c
+++ b/lib/converse.c
@@ -1,3 +1,3 @@
/* This file is part of pam-modules.
- Copyright (C) 2008, 2010-2012 Sergey Poznyakoff
+ Copyright (C) 2008, 2010-2012, 2014 Sergey Poznyakoff
diff --git a/lib/env.c b/lib/env.c
index d62a97b..4ccb918 100644
--- a/lib/env.c
+++ b/lib/env.c
@@ -1,3 +1,3 @@
/* This file is part of pam-modules.
- Copyright (C) 2008, 2010-2012 Sergey Poznyakoff
+ Copyright (C) 2008, 2010-2012, 2014 Sergey Poznyakoff
diff --git a/lib/escape.c b/lib/escape.c
index 0683c67..7a5f07d 100644
--- a/lib/escape.c
+++ b/lib/escape.c
@@ -1,3 +1,3 @@
/* This file is part of pam-modules.
- Copyright (C) 2009-2012 Sergey Poznyakoff
+ Copyright (C) 2009-2012, 2014 Sergey Poznyakoff
diff --git a/lib/graypam.h b/lib/graypam.h
index 6bd37ac..58d0b97 100644
--- a/lib/graypam.h
+++ b/lib/graypam.h
@@ -1,3 +1,3 @@
/* This file is part of pam-modules.
- Copyright (C) 2008, 2010-2012 Sergey Poznyakoff
+ Copyright (C) 2008, 2010-2012, 2014 Sergey Poznyakoff
diff --git a/lib/ldappass.c b/lib/ldappass.c
index 98d5b1b..6ed678a 100644
--- a/lib/ldappass.c
+++ b/lib/ldappass.c
@@ -1,3 +1,3 @@
/* This file is part of pam-modules.
- Copyright (C) 2008, 2010-2012 Sergey Poznyakoff
+ Copyright (C) 2008, 2010-2012, 2014 Sergey Poznyakoff
diff --git a/lib/log.c b/lib/log.c
index 937981d..a45ded0 100644
--- a/lib/log.c
+++ b/lib/log.c
@@ -1,3 +1,3 @@
/* This file is part of pam-modules.
- Copyright (C) 2008, 2010-2012 Sergey Poznyakoff
+ Copyright (C) 2008, 2010-2012, 2014 Sergey Poznyakoff
diff --git a/lib/mem.c b/lib/mem.c
index 1cd07b4..d87be96 100644
--- a/lib/mem.c
+++ b/lib/mem.c
@@ -1,3 +1,3 @@
/* This file is part of pam-modules.
- Copyright (C) 2008, 2010-2012 Sergey Poznyakoff
+ Copyright (C) 2008, 2010-2012, 2014 Sergey Poznyakoff
diff --git a/lib/parseopt.c b/lib/parseopt.c
index 86d9966..225207f 100644
--- a/lib/parseopt.c
+++ b/lib/parseopt.c
@@ -1,3 +1,3 @@
/* This file is part of pam-modules.
- Copyright (C) 2008, 2010-2012 Sergey Poznyakoff
+ Copyright (C) 2008, 2010-2012, 2014 Sergey Poznyakoff
diff --git a/lib/slist.c b/lib/slist.c
index b758c9b..1109fe9 100644
--- a/lib/slist.c
+++ b/lib/slist.c
@@ -1,3 +1,3 @@
/* This file is part of pam-modules.
- Copyright (C) 2008, 2010-2012 Sergey Poznyakoff
+ Copyright (C) 2008, 2010-2012, 2014 Sergey Poznyakoff
diff --git a/lib/strutil.c b/lib/strutil.c
index 8756a81..aef957a 100644
--- a/lib/strutil.c
+++ b/lib/strutil.c
@@ -1,3 +1,3 @@
/* This file is part of pam-modules.
- Copyright (C) 2009-2012 Sergey Poznyakoff
+ Copyright (C) 2009-2012, 2014 Sergey Poznyakoff
diff --git a/lib/transform.c b/lib/transform.c
index 1367e59..0dbe443 100644
--- a/lib/transform.c
+++ b/lib/transform.c
@@ -1,3 +1,3 @@
/* This file is part of pam_modules.
- Copyright (C) 2006-2008, 2010-2012 Sergey Poznyakoff.
+ Copyright (C) 2006-2008, 2010-2012, 2014 Sergey Poznyakoff.
(using my implementation for the GNU tar).
diff --git a/lib/vartab.c b/lib/vartab.c
index 8ec52a0..431284a 100644
--- a/lib/vartab.c
+++ b/lib/vartab.c
@@ -1,3 +1,3 @@
/* This file is part of pam-modules.
- Copyright (C) 2009-2012 Sergey Poznyakoff
+ Copyright (C) 2009-2012, 2014 Sergey Poznyakoff
diff --git a/pam_fshadow/Makefile.am b/pam_fshadow/Makefile.am
index c784c33..cc15a4b 100644
--- a/pam_fshadow/Makefile.am
+++ b/pam_fshadow/Makefile.am
@@ -1,3 +1,3 @@
# This file is part of pam-modules.
-# Copyright (C) 2001, 2006-2012 Sergey Poznyakoff
+# Copyright (C) 2001, 2006-2012, 2014 Sergey Poznyakoff
#
diff --git a/pam_fshadow/pam_fshadow.c b/pam_fshadow/pam_fshadow.c
index 196acd2..99ebfb4 100644
--- a/pam_fshadow/pam_fshadow.c
+++ b/pam_fshadow/pam_fshadow.c
@@ -1,3 +1,4 @@
/* This file is part of pam-modules.
- * Copyright (C) 2001, 2005, 2007-2008, 2010-2012 Sergey Poznyakoff
+ * Copyright (C) 2001, 2005, 2007-2008, 2010-2012, 2014 Sergey
+ * Poznyakoff
*
diff --git a/pam_ldaphome/Makefile.am b/pam_ldaphome/Makefile.am
index ae46a08..2bb0fa6 100644
--- a/pam_ldaphome/Makefile.am
+++ b/pam_ldaphome/Makefile.am
@@ -1,3 +1,3 @@
# This file is part of pam-modules.
-# Copyright (C) 2012 Sergey Poznyakoff
+# Copyright (C) 2012, 2014 Sergey Poznyakoff
#
diff --git a/pam_ldaphome/pam_ldaphome.c b/pam_ldaphome/pam_ldaphome.c
index 53754de..b83063a 100644
--- a/pam_ldaphome/pam_ldaphome.c
+++ b/pam_ldaphome/pam_ldaphome.c
@@ -1,3 +1,3 @@
/* This file is part of pam-modules.
- Copyright (C) 2005-2008, 2010-2012 Sergey Poznyakoff
+ Copyright (C) 2005-2008, 2010-2014 Sergey Poznyakoff
diff --git a/pam_log/Makefile.am b/pam_log/Makefile.am
index 374319f..bfde179 100644
--- a/pam_log/Makefile.am
+++ b/pam_log/Makefile.am
@@ -1,3 +1,3 @@
# This file is part of pam-modules.
-# Copyright (C) 2006, 2008-2012 Sergey Poznyakoff
+# Copyright (C) 2006, 2008-2012, 2014 Sergey Poznyakoff
#
diff --git a/pam_log/pam_log.c b/pam_log/pam_log.c
index 6a3e48b..180e0e9 100644
--- a/pam_log/pam_log.c
+++ b/pam_log/pam_log.c
@@ -1,3 +1,3 @@
/* This file is part of pam-modules.
- Copyright (C) 2006-2008, 2010-2012 Sergey Poznyakoff
+ Copyright (C) 2006-2008, 2010-2012, 2014 Sergey Poznyakoff
diff --git a/pam_regex/Makefile.am b/pam_regex/Makefile.am
index dcdc9a5..5ec7b12 100644
--- a/pam_regex/Makefile.am
+++ b/pam_regex/Makefile.am
@@ -1,3 +1,3 @@
# This file is part of pam-modules.
-# Copyright (C) 2001, 2006, 2008-2012 Sergey Poznyakoff
+# Copyright (C) 2001, 2006, 2008-2012, 2014 Sergey Poznyakoff
#
diff --git a/pam_regex/pam_regex.c b/pam_regex/pam_regex.c
index 1fc0d4c..c3f9ff0 100644
--- a/pam_regex/pam_regex.c
+++ b/pam_regex/pam_regex.c
@@ -1,3 +1,3 @@
/* This file is part of pam-modules.
- Copyright (C) 2001, 2006-2008, 2010-2012 Sergey Poznyakoff
+ Copyright (C) 2001, 2006-2008, 2010-2012, 2014 Sergey Poznyakoff
diff --git a/pam_sql/Makefile.am b/pam_sql/Makefile.am
index efd8304..0c282ea 100644
--- a/pam_sql/Makefile.am
+++ b/pam_sql/Makefile.am
@@ -1,3 +1,3 @@
# This file is part of pam-modules.
-# Copyright (C) 2005-2006, 2008-2012 Sergey Poznyakoff
+# Copyright (C) 2005-2006, 2008-2012, 2014 Sergey Poznyakoff
#
diff --git a/pam_sql/pam_mysql.c b/pam_sql/pam_mysql.c
index d80837a..771f98f 100644
--- a/pam_sql/pam_mysql.c
+++ b/pam_sql/pam_mysql.c
@@ -1,3 +1,3 @@
/* This file is part of pam-modules.
- Copyright (C) 2005-2008, 2010-2012 Sergey Poznyakoff
+ Copyright (C) 2005-2008, 2010-2012, 2014 Sergey Poznyakoff
diff --git a/pam_sql/pam_pgsql.c b/pam_sql/pam_pgsql.c
index 8079989..2a66d4f 100644
--- a/pam_sql/pam_pgsql.c
+++ b/pam_sql/pam_pgsql.c
@@ -1,3 +1,3 @@
/* This file is part of pam-modules.
- Copyright (C) 2005-2008, 2010-2012 Sergey Poznyakoff
+ Copyright (C) 2005-2008, 2010-2012, 2014 Sergey Poznyakoff
diff --git a/pam_sql/pam_sql.c b/pam_sql/pam_sql.c
index c88c78c..0fdfb0d 100644
--- a/pam_sql/pam_sql.c
+++ b/pam_sql/pam_sql.c
@@ -1,3 +1,3 @@
/* This file is part of pam-modules.
- Copyright (C) 2005-2008, 2010-2012 Sergey Poznyakoff
+ Copyright (C) 2005-2008, 2010-2012, 2014 Sergey Poznyakoff
diff --git a/pam_sql/pam_sql.h b/pam_sql/pam_sql.h
index 4a5227a..8d1f5b6 100644
--- a/pam_sql/pam_sql.h
+++ b/pam_sql/pam_sql.h
@@ -1,3 +1,3 @@
/* This file is part of pam-modules.
- Copyright (C) 2005-2006, 2010-2012 Sergey Poznyakoff
+ Copyright (C) 2005-2006, 2010-2012, 2014 Sergey Poznyakoff
diff --git a/pam_umotd/Makefile.am b/pam_umotd/Makefile.am
index 87e7b1d..5812f67 100644
--- a/pam_umotd/Makefile.am
+++ b/pam_umotd/Makefile.am
@@ -1,3 +1,3 @@
# This file is part of pam-modules.
-# Copyright (C) 2012 Sergey Poznyakoff
+# Copyright (C) 2012, 2014 Sergey Poznyakoff
#
diff --git a/pam_umotd/pam_umotd.c b/pam_umotd/pam_umotd.c
index ce0f0b3..6ed3ae1 100644
--- a/pam_umotd/pam_umotd.c
+++ b/pam_umotd/pam_umotd.c
@@ -1,3 +1,3 @@
/* This file is part of pam-modules.
- Copyright (C) 2012 Sergey Poznyakoff
+ Copyright (C) 2012, 2014 Sergey Poznyakoff
diff --git a/pamck/Makefile.am b/pamck/Makefile.am
index eece8c3..7a5bbdb 100644
--- a/pamck/Makefile.am
+++ b/pamck/Makefile.am
@@ -1,2 +1,2 @@
-# Copyright (C) 2009-2012 Sergey Poznyakoff
+# Copyright (C) 2009-2012, 2014 Sergey Poznyakoff
#
diff --git a/pamck/conv.c b/pamck/conv.c
index e03fd10..b579969 100644
--- a/pamck/conv.c
+++ b/pamck/conv.c
@@ -1,3 +1,3 @@
/* This file is part of pam-modules.
- Copyright (C) 2009-2012 Sergey Poznyakoff
+ Copyright (C) 2009-2012, 2014 Sergey Poznyakoff
diff --git a/pamck/pamck.c b/pamck/pamck.c
index 497300b..983bcdb 100644
--- a/pamck/pamck.c
+++ b/pamck/pamck.c
@@ -1,3 +1,3 @@
/* This file is part of pam-modules.
- Copyright (C) 2009-2012 Sergey Poznyakoff
+ Copyright (C) 2009-2012, 2014 Sergey Poznyakoff

Return to:

Send suggestions and report system problems to the System administrator.