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,4 +1,4 @@
1# Copyright (C) 2001, 2006-2007, 2010-2012 Sergey Poznyakoff 1# Copyright (C) 2001, 2006-2007, 2010-2012, 2014 Sergey Poznyakoff
2# 2#
3# This program is free software; you can redistribute it and/or modify 3# This program is free software; you can redistribute it and/or modify
4# it under the terms of the GNU General Public License as published by 4# it under the terms of the GNU General Public License as published by
diff --git a/Makefile.am b/Makefile.am
index f0ad7aa..3953956 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
1# This file is part of pam-modules. 1# This file is part of pam-modules.
2# Copyright (C) 2001, 2006, 2008-2012 Sergey Poznyakoff 2# Copyright (C) 2001, 2006, 2008-2012, 2014 Sergey Poznyakoff
3# 3#
4# This program is free software; you can redistribute it and/or modify 4# This program is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
diff --git a/NEWS b/NEWS
index 986c5bd..d4995cc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,11 @@
1pam-modules -- history of user-visible changes. 2012-07-05 1pam-modules -- history of user-visible changes. 2014-02-11
2Copyright (C) 2001, 2004-2005, 2007-2012 Sergey Poznyakoff 2Copyright (C) 2001, 2004-2005, 2007-2012, 2014 Sergey Poznyakoff
3See the end of file for copying conditions. 3See the end of file for copying conditions.
4 4
5Please send radius bug reports to <bug-pam-modules@gnu.org.ua> 5Please send radius bug reports to <bug-pam-modules@gnu.org.ua>
6 6
7 7
8Version 1.7.91, Git 8Version 1.7.92, Git
9 9
10* pam_ldaphome 10* pam_ldaphome
11* pam_umotd 11* pam_umotd
diff --git a/README b/README
index c88f451..16c82ff 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
1PAM-modules README 1PAM-modules README
2Copyright (C) 2001, 2004-2005, 2007, 2009-2012 Sergey Poznyakoff 2Copyright (C) 2001, 2004-2005, 2007, 2009-2012, 2014 Sergey Poznyakoff
3See the end of file for copying conditions. 3See the end of file for copying conditions.
4 4
5* Introduction 5* Introduction
diff --git a/acinclude.m4 b/acinclude.m4
index 9a1033f..0584053 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1,4 +1,4 @@
1# Copyright (C) 2001, 2006, 2008-2012 Sergey Poznyakoff 1# Copyright (C) 2001, 2006, 2008-2012, 2014 Sergey Poznyakoff
2# 2#
3# This program is free software; you can redistribute it and/or modify 3# This program is free software; you can redistribute it and/or modify
4# it under the terms of the GNU General Public License as published by 4# it under the terms of the GNU General Public License as published by
diff --git a/configure.ac b/configure.ac
index 4e2067a..87e35c1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
1# This file is part of pam-modules. -*- autoconf -*- 1# This file is part of pam-modules. -*- autoconf -*-
2# Copyright (C) 2005-2012 Sergey Poznyakoff 2# Copyright (C) 2005-2012, 2014 Sergey Poznyakoff
3# 3#
4# This program is free software; you can redistribute it and/or modify 4# This program is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
@@ -16,7 +16,7 @@
16 16
17AC_PREREQ(2.63) 17AC_PREREQ(2.63)
18 18
19AC_INIT(pam-modules, 1.7.91, bug-pam-modules@gnu.org.ua) 19AC_INIT(pam-modules, 1.7.92, bug-pam-modules@gnu.org.ua)
20AC_CONFIG_SRCDIR(pam_fshadow/pam_fshadow.c) 20AC_CONFIG_SRCDIR(pam_fshadow/pam_fshadow.c)
21AC_CONFIG_AUX_DIR([build-aux]) 21AC_CONFIG_AUX_DIR([build-aux])
22AC_CONFIG_MACRO_DIR([m4]) 22AC_CONFIG_MACRO_DIR([m4])
diff --git a/doc/Config b/doc/Config
index e36c947..c3d09cd 100644
--- a/doc/Config
+++ b/doc/Config
@@ -1,5 +1,5 @@
1# Texi2html configuration for PAM-Modules documentation. -*- perl -*- 1# Texi2html configuration for PAM-Modules documentation. -*- perl -*-
2# Copyright (C) 2009, 2012 Sergey Poznyakoff 2# Copyright (C) 2009, 2012, 2014 Sergey Poznyakoff
3# 3#
4# PAM-Modules is free software; you can redistribute it and/or modify 4# PAM-Modules is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 3b1f5fe..99ac7d5 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,5 +1,5 @@
1# This file is part of pam-modules. 1# This file is part of pam-modules.
2# Copyright (C) 2005, 2007-2008, 2010-2012 Sergey Poznyakoff 2# Copyright (C) 2005, 2007-2008, 2010-2012, 2014 Sergey Poznyakoff
3# 3#
4# This program is free software; you can redistribute it and/or modify 4# This program is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
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
@@ -43,7 +43,7 @@ Published by the Free Software Foundation,
4351 Franklin Street, Fifth Floor 4351 Franklin Street, Fifth Floor
44Boston, MA 02110-1301, USA 44Boston, MA 02110-1301, USA
45 45
46Copyright @copyright{} 2005, 2007-2012 Sergey Poznyakoff 46Copyright @copyright{} 2005, 2007-2012, 2014 Sergey Poznyakoff
47 47
48Permission is granted to copy, distribute and/or modify this document 48Permission is granted to copy, distribute and/or modify this document
49under the terms of the GNU Free Documentation License, Version 1.2 or 49under the terms of the GNU Free Documentation License, Version 1.2 or
diff --git a/git2chg.awk b/git2chg.awk
index 166f6b2..3e8a97d 100644
--- a/git2chg.awk
+++ b/git2chg.awk
@@ -1,5 +1,5 @@
1# This file is part of grecs 1# This file is part of grecs
2# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff 2# Copyright (C) 2007, 2009-2012, 2014 Sergey Poznyakoff
3# 3#
4# Grecs is free software; you can redistribute it and/or modify 4# Grecs is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 7a75e0e..bda3b49 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,5 +1,5 @@
1# This file is part of pam-modules. 1# This file is part of pam-modules.
2# Copyright (C) 2008, 2010-2012 Sergey Poznyakoff 2# Copyright (C) 2008, 2010-2012, 2014 Sergey Poznyakoff
3# 3#
4# This program is free software; you can redistribute it and/or modify 4# This program is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
diff --git a/lib/base64.c b/lib/base64.c
index c3a32f4..b950659 100644
--- a/lib/base64.c
+++ b/lib/base64.c
@@ -1,5 +1,5 @@
1/* This file is part of pam-modules. 1/* This file is part of pam-modules.
2 Copyright (C) 2008, 2010-2012 Sergey Poznyakoff 2 Copyright (C) 2008, 2010-2012, 2014 Sergey Poznyakoff
3 3
4 This program is free software; you can redistribute it and/or modify it 4 This program is free software; you can redistribute it and/or modify it
5 under the terms of the GNU General Public License as published by the 5 under the terms of the GNU General Public License as published by the
diff --git a/lib/converse.c b/lib/converse.c
index b814d00..4adbb63 100644
--- a/lib/converse.c
+++ b/lib/converse.c
@@ -1,5 +1,5 @@
1/* This file is part of pam-modules. 1/* This file is part of pam-modules.
2 Copyright (C) 2008, 2010-2012 Sergey Poznyakoff 2 Copyright (C) 2008, 2010-2012, 2014 Sergey Poznyakoff
3 3
4 This program is free software; you can redistribute it and/or modify it 4 This program is free software; you can redistribute it and/or modify it
5 under the terms of the GNU General Public License as published by the 5 under the terms of the GNU General Public License as published by the
diff --git a/lib/env.c b/lib/env.c
index d62a97b..4ccb918 100644
--- a/lib/env.c
+++ b/lib/env.c
@@ -1,5 +1,5 @@
1/* This file is part of pam-modules. 1/* This file is part of pam-modules.
2 Copyright (C) 2008, 2010-2012 Sergey Poznyakoff 2 Copyright (C) 2008, 2010-2012, 2014 Sergey Poznyakoff
3 3
4 This program is free software; you can redistribute it and/or modify it 4 This program is free software; you can redistribute it and/or modify it
5 under the terms of the GNU General Public License as published by the 5 under the terms of the GNU General Public License as published by the
diff --git a/lib/escape.c b/lib/escape.c
index 0683c67..7a5f07d 100644
--- a/lib/escape.c
+++ b/lib/escape.c
@@ -1,5 +1,5 @@
1/* This file is part of pam-modules. 1/* This file is part of pam-modules.
2 Copyright (C) 2009-2012 Sergey Poznyakoff 2 Copyright (C) 2009-2012, 2014 Sergey Poznyakoff
3