From 720f035564cbec85af84d1d9daff48d4068a4f3e Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sun, 6 Jan 2013 17:29:17 +0200 Subject: Update copyright years. --- Makefile.am | 2 +- NEWS | 6 +++--- README | 4 ++-- README-hacking | 2 +- am/gcc.m4 | 2 +- am/proctitle.m4 | 4 ++-- bootstrap.conf | 2 +- configure.ac | 2 +- doc/Config | 2 +- doc/Makefile.am | 2 +- doc/inetd.texi | 2 +- doc/pies.texi | 3 +-- doc/usr-acl.texi | 2 +- lib/Makefile.am | 2 +- lib/libpies.h | 2 +- lib/parsetime.c | 2 +- lib/proctitle.c | 2 +- lib/strtotok.c | 2 +- po/POTFILES.in | 2 +- src/Makefile.am | 2 +- src/acl.c | 2 +- src/acl.h | 2 +- src/addrfmt.c | 2 +- src/cmdline.opt | 2 +- src/depmap.c | 2 +- src/diag.c | 2 +- src/inetd-bi.c | 2 +- src/inetd.c | 2 +- src/inetd.in | 2 +- src/limits.c | 2 +- src/meta.c | 2 +- src/meta1gram.y | 2 +- src/meta1lex.h | 2 +- src/meta1lex.l | 2 +- src/pies.c | 2 +- src/pies.h | 2 +- src/pp-setup | 2 +- src/prog.h | 2 +- src/progman.c | 2 +- src/socket.c | 2 +- src/url.c | 2 +- src/userprivs.c | 2 +- 42 files changed, 46 insertions(+), 47 deletions(-) diff --git a/Makefile.am b/Makefile.am index de4bf81..63fdb48 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # This file is part of GNU Pies. -# Copyright (C) 2008, 2009, 2010, 2011 Sergey Poznyakoff +# Copyright (C) 2008-2013 Sergey Poznyakoff # # GNU Pies is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/NEWS b/NEWS index 7f70b38..450d475 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ -GNU Pies NEWS -- history of user-visible changes. 2011-10-24 -Copyright (C) 2009, 2010, 2011 Sergey Poznyakoff +GNU Pies NEWS -- history of user-visible changes. 2013-01-06 +Copyright (C) 2009-2013 Sergey Poznyakoff See the end of file for copying conditions. Please send Pies bug reports to or @@ -80,7 +80,7 @@ part of Mailfromd (http://mailfromd.software.gnu.org.ua). ========================================================================= Copyright information: -Copyright (C) 2009, 2010, 2011 Sergey Poznyakoff +Copyright (C) 2009-2013 Sergey Poznyakoff Permission is granted to anyone to make or distribute verbatim copies of this document as received, in any medium, provided that the diff --git a/README b/README index 36b261e..ee8e3d7 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ GNU Pies README -Copyright (C) 2009, 2010 Sergey Poznyakoff +Copyright (C) 2009-2013 Sergey Poznyakoff See the end of file for copying conditions. * Introduction @@ -64,7 +64,7 @@ Send bug reports to . * Copyright information: -Copyright (C) 2009 Sergey Poznyakoff +Copyright (C) 2009-2013 Sergey Poznyakoff Permission is granted to anyone to make or distribute verbatim copies of this document as received, in any medium, provided that the diff --git a/README-hacking b/README-hacking index d6a2e75..c1be53b 100644 --- a/README-hacking +++ b/README-hacking @@ -55,7 +55,7 @@ For more information about `bootstrap', run `bootstrap --help'. * Copyright information -Copyright (C) 2008, 2009, 2010 Sergey Poznyakoff +Copyright (C) 2008-2013 Sergey Poznyakoff Permission is granted to anyone to make or distribute verbatim copies of this document as received, in any medium, provided that the diff --git a/am/gcc.m4 b/am/gcc.m4 index f8064dc..416322e 100644 --- a/am/gcc.m4 +++ b/am/gcc.m4 @@ -1,5 +1,5 @@ # This file is part of Mailfromd. -*- autoconf -*- -# Copyright (C) 2009, 2010 Sergey Poznyakoff +# Copyright (C) 2009, 2010, 2013 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 diff --git a/am/proctitle.m4 b/am/proctitle.m4 index ca5376c..ef6d8ce 100644 --- a/am/proctitle.m4 +++ b/am/proctitle.m4 @@ -1,5 +1,5 @@ dnl This file is part of Mailfromd. -dnl Copyright (C) 2008, 2010 Sergey Poznyakoff +dnl Copyright (C) 2008, 2010, 2013 Sergey Poznyakoff dnl dnl This program is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by @@ -76,4 +76,4 @@ main() AC_DEFINE_UNQUOTED([MF_PROCTITLE_TYPE],$mf_proctitle_type) ]) - \ No newline at end of file + diff --git a/bootstrap.conf b/bootstrap.conf index 492aa78..edec854 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -1,5 +1,5 @@ # Bootstrap configuration for GNU Pies. -*- shell-script -*- -# Copyright (C) 2008, 2009, 2010, 2011 Sergey Poznyakoff +# Copyright (C) 2008, 2009, 2010, 2011, 2013 Sergey Poznyakoff # # GNU Pies is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/configure.ac b/configure.ac index 5a42270..34f4d4a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # This file is part of GNU Pies. -*- autoconf -*- -# Copyright (C) 2009, 2010, 2011 Sergey Poznyakoff +# Copyright (C) 2009-2013 Sergey Poznyakoff # # GNU Pies is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/doc/Config b/doc/Config index 104c9f6..12fa9f5 100644 --- a/doc/Config +++ b/doc/Config @@ -1,5 +1,5 @@ # Texi2html configuration for GNU Pies documentation. -*- perl -*- -# Copyright (C) 2009, 2010 Sergey Poznyakoff +# Copyright (C) 2009, 2010, 2013 Sergey Poznyakoff # # GNU Pies is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/doc/Makefile.am b/doc/Makefile.am index f6e0025..3ec4214 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +1,5 @@ # This file is part of GNU Pies. -# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Sergey Poznyakoff +# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2013 Sergey Poznyakoff # # GNU Pies is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/doc/inetd.texi b/doc/inetd.texi index 2760a94..c1413ff 100644 --- a/doc/inetd.texi +++ b/doc/inetd.texi @@ -1,5 +1,5 @@ @c This is part of the GNU Pies manual. -@c Copyright (C) 2009, 2010 Sergey Poznyakoff +@c Copyright (C) 2009, 2010, 2013 Sergey Poznyakoff @c This file is distributed under GFDL 1.3 or any later version @c published by the Free Software Foundation. diff --git a/doc/pies.texi b/doc/pies.texi index e97eb4d..b45a164 100644 --- a/doc/pies.texi +++ b/doc/pies.texi @@ -41,8 +41,7 @@ Published by the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -Copyright @copyright{} 2005, 2006, 2007, 2008, 2009, 2010 Sergey -Poznyakoff +Copyright @copyright{} 2005-2013 Sergey Poznyakoff Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or diff --git a/doc/usr-acl.texi b/doc/usr-acl.texi index eac5987..8d18aeb 100644 --- a/doc/usr-acl.texi +++ b/doc/usr-acl.texi @@ -1,5 +1,5 @@ @c This is part of the GNU Pies manual. -@c Copyright (C) 2009, 2010 Sergey Poznyakoff +@c Copyright (C) 2009, 2010, 2013 Sergey Poznyakoff @c This file is distributed under GFDL 1.3 or any later version @c published by the Free Software Foundation. diff --git a/lib/Makefile.am b/lib/Makefile.am index 5883021..e389846 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,5 +1,5 @@ # This file is part of GNU Pies. -# Copyright (C) 2005, 2006, 2007, 2008, 2010 Sergey Poznyakoff +# Copyright (C) 2005, 2006, 2007, 2008, 2010, 2013 Sergey Poznyakoff # # GNU Pies is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/libpies.h b/lib/libpies.h index d071846..97188b6 100644 --- a/lib/libpies.h +++ b/lib/libpies.h @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2009, 2010, 2011 Sergey Poznyakoff + Copyright (C) 2009, 2010, 2011, 2013 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/lib/parsetime.c b/lib/parsetime.c index b094ceb..7fce266 100644 --- a/lib/parsetime.c +++ b/lib/parsetime.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2007, 2008, 2009, 2010 Sergey Poznyakoff + Copyright (C) 2007, 2008, 2009, 2010, 2013 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/lib/proctitle.c b/lib/proctitle.c index 0d0b360..2ec7d38 100644 --- a/lib/proctitle.c +++ b/lib/proctitle.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2007, 2008, 2009, 2010 Sergey Poznyakoff + Copyright (C) 2007, 2008, 2009, 2010, 2013 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/lib/strtotok.c b/lib/strtotok.c index da820ab..8bb2d7f 100644 --- a/lib/strtotok.c +++ b/lib/strtotok.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2009, 2010 Sergey Poznyakoff + Copyright (C) 2009, 2010, 2013 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/po/POTFILES.in b/po/POTFILES.in index f15136e..f1878a6 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,6 +1,6 @@ # List of files in GNU Pies which contain translatable strings. -# Copyright (C) 2007, 2008, 2009, 2010 Sergey Poznyakoff +# Copyright (C) 2007, 2008, 2009, 2010, 2013 Sergey Poznyakoff # GNU Pies is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Makefile.am b/src/Makefile.am index 9e9bf80..ac32a89 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,5 @@ # This file is part of GNU Pies. -# Copyright (C) 2008, 2009, 2010, 2011 Sergey Poznyakoff +# Copyright (C) 2008-2013 Sergey Poznyakoff # # GNU Pies is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/acl.c b/src/acl.c index eed2d78..df53165 100644 --- a/src/acl.c +++ b/src/acl.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies - Copyright (C) 2009, 2010, 2011 Sergey Poznyakoff + Copyright (C) 2009-2013 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/acl.h b/src/acl.h index c8e4d07..dc09d7b 100644 --- a/src/acl.h +++ b/src/acl.h @@ -1,5 +1,5 @@ /* This file is part of GNU Pies - Copyright (C) 2009, 2010, 2011 Sergey Poznyakoff + Copyright (C) 2009-2013 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/addrfmt.c b/src/addrfmt.c index 801ebab..59754ae 100644 --- a/src/addrfmt.c +++ b/src/addrfmt.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies - Copyright (C) 2009, 2010 Sergey Poznyakoff + Copyright (C) 2009, 2010, 2013 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/cmdline.opt b/src/cmdline.opt index 76fc4da..a01ea4a 100644 --- a/src/cmdline.opt +++ b/src/cmdline.opt @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. -*- c -*- - Copyright (C) 2008, 2009, 2010, 2011 Sergey Poznyakoff + Copyright (C) 2008-2013 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/depmap.c b/src/depmap.c index 04e2584..ac02fdc 100644 --- a/src/depmap.c +++ b/src/depmap.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2008, 2009, 2010 Sergey Poznyakoff + Copyright (C) 2008-2013 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/diag.c b/src/diag.c index bb64ab9..165cc2f 100644 --- a/src/diag.c +++ b/src/diag.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2009, 2010, 2011 Sergey Poznyakoff + Copyright (C) 2009-2013 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/inetd-bi.c b/src/inetd-bi.c index ef15bf1..a579fbb 100644 --- a/src/inetd-bi.c +++ b/src/inetd-bi.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2009, 2010 Sergey Poznyakoff + Copyright (C) 2009, 2010, 2013 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/inetd.c b/src/inetd.c index febd84e..858178d 100644 --- a/src/inetd.c +++ b/src/inetd.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2009, 2010, 2011 Sergey Poznyakoff + Copyright (C) 2009, 2010, 2011, 2013 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/inetd.in b/src/inetd.in index f45baae..49b0a4b 100644 --- a/src/inetd.in +++ b/src/inetd.in @@ -1,6 +1,6 @@ #! /bin/sh # This file is part of GNU Pies. -# Copyright (C) 2008, 2009, 2010 Sergey Poznyakoff +# Copyright (C) 2008, 2009, 2010, 2013 Sergey Poznyakoff # # GNU Pies is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/limits.c b/src/limits.c index 74f28a9..7b0f9be 100644 --- a/src/limits.c +++ b/src/limits.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2008, 2009, 2010 Sergey Poznyakoff + Copyright (C) 2008, 2009, 2010, 2013 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/meta.c b/src/meta.c index 3bc8796..fcd7f8b 100644 --- a/src/meta.c +++ b/src/meta.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2008, 2009, 2010 Sergey Poznyakoff + Copyright (C) 2008, 2009, 2010, 2013 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/meta1gram.y b/src/meta1gram.y index deaf382..a5eb5f3 100644 --- a/src/meta1gram.y +++ b/src/meta1gram.y @@ -1,6 +1,6 @@ %{ /* MeTA1 configuration parser for GNU Pies. - Copyright (C) 2008, 2009, 2010, 2011 Sergey Poznyakoff + Copyright (C) 2008, 2009, 2010, 2011, 2013 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/meta1lex.h b/src/meta1lex.h index 213fb40..451d839 100644 --- a/src/meta1lex.h +++ b/src/meta1lex.h @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2009, 2010, 2011 Sergey Poznyakoff + Copyright (C) 2009, 2010, 2011, 2013 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/meta1lex.l b/src/meta1lex.l index 24fba11..bbe54a0 100644 --- a/src/meta1lex.l +++ b/src/meta1lex.l @@ -1,7 +1,7 @@ /* MeTA1 configuration lexer for GNU Pies. -*- c -*- */ %top { /* MeTA1 configuration lexer for GNU Pies. - Copyright (C) 2008, 2009, 2010, 2011 Sergey Poznyakoff + Copyright (C) 2008, 2009, 2010, 2011, 2013 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/pies.c b/src/pies.c index 41ca486..36bd220 100644 --- a/src/pies.c +++ b/src/pies.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2008, 2009, 2010, 2011 Sergey Poznyakoff + Copyright (C) 2008, 2009, 2010, 2011, 2013 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/pies.h b/src/pies.h index 2203d87..0da13e3 100644 --- a/src/pies.h +++ b/src/pies.h @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2008, 2009, 2010, 2011 Sergey Poznyakoff + Copyright (C) 2008, 2009, 2010, 2011, 2013 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/pp-setup b/src/pp-setup index a349f44..196a5ab 100644 --- a/src/pp-setup +++ b/src/pp-setup @@ -1,6 +1,6 @@ divert(-1) dnl -*- m4 -*- # This file is part of GNU Pies. -# Copyright (C) 2007, 2008, 2009, 2010 Sergey Poznyakoff +# Copyright (C) 2007, 2008, 2009, 2010, 2013 Sergey Poznyakoff # # GNU Pies is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/prog.h b/src/prog.h index 2fd4c47..5a5ad13 100644 --- a/src/prog.h +++ b/src/prog.h @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2008, 2009, 2010, 2011 Sergey Poznyakoff + Copyright (C) 2008-2013 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/progman.c b/src/progman.c index 2b375fe..1895152 100644 --- a/src/progman.c +++ b/src/progman.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2007, 2008, 2009, 2010, 2011 Sergey Poznyakoff + Copyright (C) 2007-2013 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/socket.c b/src/socket.c index fdce7d1..c4edcc3 100644 --- a/src/socket.c +++ b/src/socket.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2007, 2008, 2009, 2010 Sergey Poznyakoff + Copyright (C) 2007, 2008, 2009, 2010, 2013 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/url.c b/src/url.c index 7e17252..a02a41f 100644 --- a/src/url.c +++ b/src/url.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies - Copyright (C) 2009, 2010 Sergey Poznyakoff + Copyright (C) 2009, 2010, 2013 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/userprivs.c b/src/userprivs.c index 3270905..e64162b 100644 --- a/src/userprivs.c +++ b/src/userprivs.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2007, 2008, 2009, 2010, 2011 Sergey Poznyakoff + Copyright (C) 2007, 2008, 2009, 2010, 2011, 2013 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -- cgit v1.2.1