aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--NEWS2
-rw-r--r--README2
-rw-r--r--README-alpha2
-rw-r--r--README-hacking2
-rw-r--r--acinclude.m42
-rw-r--r--configure.ac2
-rw-r--r--doc/Config2
-rw-r--r--doc/Makefile.am2
-rwxr-xr-xdoc/check-docs.sh2
-rw-r--r--doc/wydawca.texi2
-rw-r--r--etc/Makefile.am2
-rw-r--r--etc/wydawca.rc2
-rw-r--r--src/Makefile.am2
-rw-r--r--src/builtin.c2
-rw-r--r--src/builtin.h2
-rw-r--r--src/cmdline.opt2
-rw-r--r--src/config.c2
-rw-r--r--src/dictionary.c2
-rw-r--r--src/directive.c2
-rw-r--r--src/diskio.c2
-rw-r--r--src/exec.c2
-rw-r--r--src/gpg.c2
-rw-r--r--src/interval.c2
-rw-r--r--src/job.c2
-rw-r--r--src/lock.c2
-rw-r--r--src/mail.c2
-rw-r--r--src/mail.h2
-rw-r--r--src/meta.c2
-rw-r--r--src/net.c2
-rw-r--r--src/null.c2
-rw-r--r--src/pidfile.c2
-rw-r--r--src/pp-setup2
-rw-r--r--src/process.c2
-rw-r--r--src/report.c2
-rw-r--r--src/sql.c2
-rw-r--r--src/sql.h2
-rw-r--r--src/tcpwrap.c2
-rw-r--r--src/timer.c2
-rw-r--r--src/triplet.c2
-rw-r--r--src/txtacc.c2
-rw-r--r--src/update-2.0.awk2
-rw-r--r--src/userprivs.c2
-rw-r--r--src/verify.c2
-rw-r--r--src/vtab.c2
-rw-r--r--src/wydawca.c2
-rw-r--r--src/wydawca.h2
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/atlocal.in2
-rw-r--r--tests/backup01.at2
-rw-r--r--tests/backup02.at2
-rw-r--r--tests/backup03.at2
-rw-r--r--tests/bkupname.c2
-rw-r--r--tests/check-fail.at2
-rw-r--r--tests/check-notify.at2
-rw-r--r--tests/check-ok.at2
-rw-r--r--tests/etc/Makefile.am2
-rw-r--r--tests/etc/mailstats.rc2
-rw-r--r--tests/etc/notify.rc2
-rw-r--r--tests/etc/wydawca.rcin2
-rw-r--r--tests/mailstats.at2
-rw-r--r--tests/notify-upl.at2
-rw-r--r--tests/testsuite.at2
-rw-r--r--tests/upload-dry.at2
-rw-r--r--tests/upload.at2
-rw-r--r--tests/version.at2
-rw-r--r--tests/wordsplit.at2
-rw-r--r--tests/wsbatch.c2
-rw-r--r--tests/wstest.c2
69 files changed, 69 insertions, 69 deletions
diff --git a/Makefile.am b/Makefile.am
index 29641e2..f3d1db8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,8 +1,8 @@
# This file is part of Wydawca
-# Copyright (C) 2007, 2009, 2010 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff
#
# Wydawca 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, or (at your option)
# any later version.
#
diff --git a/NEWS b/NEWS
index 4bd6735..af36469 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,8 @@
Wydawca NEWS -- history of user-visible changes. 2010-01-06
-Copyright (C) 2007, 2008, 2009, 2010 Sergey Poznyakoff
+Copyright (C) 2007-2011 Sergey Poznyakoff
See the end of file for copying conditions.
Please send Wydawca bug reports to <bug-wydawca@gnu.org.ua>.
Version 2.1.90 (Git)
diff --git a/README b/README
index ea08cb2..8a939ce 100644
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
Wydawca README
-Copyright (C) 2007, 2008, 2010 Sergey Poznyakoff
+Copyright (C) 2007-2008, 2010-2011 Sergey Poznyakoff
See the end of file for copying conditions.
* Introduction
Wydawca is an automatic release submission daemon. It implements the
automatic upload procedure specified in:
diff --git a/README-alpha b/README-alpha
index 327045a..a0bbf4e 100644
--- a/README-alpha
+++ b/README-alpha
@@ -36,13 +36,13 @@ contact the mailing list.
Read the file README-hacking for the instructions on bootstrapping the
SVN version.
* Copyright information
- Copyright (C) 2007, 2010 Sergey Poznyakoff
+ Copyright (C) 2007, 2010-2011 Sergey Poznyakoff
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the
copyright notice and this permission notice are preserved,
thus giving the recipient permission to redistribute in turn.
diff --git a/README-hacking b/README-hacking
index bc6ac2e..e4bd593 100644
--- a/README-hacking
+++ b/README-hacking
@@ -50,13 +50,13 @@ sources reside.
For more information about `bootstrap', run `bootstrap --help'.
* Copyright information
- Copyright (C) 2007, 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2007, 2009-2011 Sergey Poznyakoff
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the
copyright notice and this permission notice are preserved,
thus giving the recipient permission to redistribute in turn.
diff --git a/acinclude.m4 b/acinclude.m4
index f1924d2..f961c8b 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1,7 +1,7 @@
-# Copyright (C) 2001, 2006, 2008, 2009, 2010 Sergey Poznyakoff
+# Copyright (C) 2001, 2006, 2008-2011 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 3, or (at your option)
# any later version.
#
diff --git a/configure.ac b/configure.ac
index 344c3b8..134c748 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
# This file is part of Wydawca -*- autoconf -*-
-# Copyright (C) 2007, 2008, 2009, 2010 Sergey Poznyakoff
+# Copyright (C) 2007-2011 Sergey Poznyakoff
#
# Wydawca 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, or (at your option)
# any later version.
#
diff --git a/doc/Config b/doc/Config
index 719a259..382fdc5 100644
--- a/doc/Config
+++ b/doc/Config
@@ -1,8 +1,8 @@
# Texi2html configuration for Wydawca documentation. -*- perl -*-
-# Copyright (C) 2009, 2010 Sergey Poznyakoff
+# Copyright (C) 2009-2011 Sergey Poznyakoff
#
# Wydawca 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, or (at your option)
# any later version.
#
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 4a81adc..b66259e 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,8 +1,8 @@
# This file is part of Wydawca
-# Copyright (C) 2007, 2009, 2010 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff
#
# Wudawca 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.
#
diff --git a/doc/check-docs.sh b/doc/check-docs.sh
index 47ac1e3..c328818 100755
--- a/doc/check-docs.sh
+++ b/doc/check-docs.sh
@@ -1,9 +1,9 @@
#! /bin/sh
# This file is part of mailfrom filter.
-# Copyright (C) 2006, 2007, 2010 Sergey Poznyakoff
+# Copyright (C) 2006-2007, 2010-2011 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 3, or (at your option)
# any later version.
#
diff --git a/doc/wydawca.texi b/doc/wydawca.texi
index 961c2dc..273d997 100644
--- a/doc/wydawca.texi
+++ b/doc/wydawca.texi
@@ -28,13 +28,13 @@
@copying
Published by the Free Software Foundation,
51 Franklin Street, Fifth Floor
Boston, MA 02110-1301, USA
-Copyright @copyright{} 2007, 2009, 2010 Sergey Poznyakoff
+Copyright @copyright{} 2007, 2009-2011 Sergey Poznyakoff
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2 or
any later version published by the Free Software Foundation; with no
Invariant Sections, with the Front-Cover texts being ``A GNU Manual'',
and with the Back-Cover Texts as in (a) below. A copy of the license
diff --git a/etc/Makefile.am b/etc/Makefile.am
index c643c33..93db4b6 100644
--- a/etc/Makefile.am
+++ b/etc/Makefile.am
@@ -1,8 +1,8 @@
# This file is part of Wydawca
-# Copyright (C) 2007, 2009, 2010 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff
#
# Wydawca 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, or (at your option)
# any later version.
#
diff --git a/etc/wydawca.rc b/etc/wydawca.rc
index 04e7be9..d40cf35 100644
--- a/etc/wydawca.rc
+++ b/etc/wydawca.rc
@@ -1,8 +1,8 @@
/* A sample configuration file for Wydawca
- Copyright (C) 2007, 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2007, 2009-2011 Sergey Poznyakoff
Wydawca 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.
diff --git a/src/Makefile.am b/src/Makefile.am
index 3b524ba..73182c4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,8 +1,8 @@
# This file is part of Wydawca
-# Copyright (C) 2007, 2009, 2010 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff
#
# Wydawca 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, or (at your option)
# any later version.
#
diff --git a/src/builtin.c b/src/builtin.c
index 8a07eab..f031897 100644
--- a/src/builtin.c
+++ b/src/builtin.c
@@ -1,8 +1,8 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2009-2011 Sergey Poznyakoff
Wydawca 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.
diff --git a/src/builtin.h b/src/builtin.h
index 3edfa0c..7e5245d 100644
--- a/src/builtin.h
+++ b/src/builtin.h
@@ -1,8 +1,8 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2009-2011 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 3 of the License, or (at your
option) any later version.
diff --git a/src/cmdline.opt b/src/cmdline.opt
index f92f48f..c6f8741 100644
--- a/src/cmdline.opt
+++ b/src/cmdline.opt
@@ -1,8 +1,8 @@
/* wydawca - automatic release submission daemon -*- c -*-
- Copyright (C) 2007, 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2007, 2009-2011 Sergey Poznyakoff
Wydawca 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.
diff --git a/src/config.c b/src/config.c
index 8250749..6101ad8 100644
--- a/src/config.c
+++ b/src/config.c
@@ -1,8 +1,8 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2008, 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2007-2011 Sergey Poznyakoff
Wydawca 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.
diff --git a/src/dictionary.c b/src/dictionary.c
index 2b995d4..11a263b 100644
--- a/src/dictionary.c
+++ b/src/dictionary.c
@@ -1,8 +1,8 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2010 Sergey Poznyakoff
+ Copyright (C) 2007, 2010-2011 Sergey Poznyakoff
Wydawca 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.
diff --git a/src/directive.c b/src/directive.c
index fadaedf..c1c0919 100644
--- a/src/directive.c
+++ b/src/directive.c
@@ -1,8 +1,8 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2008, 2010 Sergey Poznyakoff
+ Copyright (C) 2007-2008, 2010-2011 Sergey Poznyakoff
Wydawca 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.
diff --git a/src/diskio.c b/src/diskio.c
index b175a45..09cef96 100644
--- a/src/diskio.c
+++ b/src/diskio.c
@@ -1,8 +1,8 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2008, 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2007-2011 Sergey Poznyakoff
Wydawca 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.
diff --git a/src/exec.c b/src/exec.c
index 7ebf152..e92fe17 100644
--- a/src/exec.c
+++ b/src/exec.c
@@ -1,8 +1,8 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2007, 2009-2011 Sergey Poznyakoff
Wydawca 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.
diff --git a/src/gpg.c b/src/gpg.c
index d4f9b71..8979e9c 100644
--- a/src/gpg.c
+++ b/src/gpg.c
@@ -1,8 +1,8 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2010 Sergey Poznyakoff
+ Copyright (C) 2007, 2010-2011 Sergey Poznyakoff
Wydawca 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.
diff --git a/src/interval.c b/src/interval.c
index 247df05..cf46b4c 100644
--- a/src/interval.c
+++ b/src/interval.c
@@ -1,8 +1,8 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2007, 2009-2011 Sergey Poznyakoff
Wydawca 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.
diff --git a/src/job.c b/src/job.c
index 764e463..4a97f88 100644
--- a/src/job.c
+++ b/src/job.c
@@ -1,8 +1,8 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2009-2011 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 3 of the License, or (at your
option) any later version.
diff --git a/src/lock.c b/src/lock.c
index dece75d..74ca883 100644
--- a/src/lock.c
+++ b/src/lock.c
@@ -1,8 +1,8 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2007, 2009-2011 Sergey Poznyakoff
Wydawca 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.
diff --git a/src/mail.c b/src/mail.c
index 6855ed7..c2e92f9 100644
--- a/src/mail.c
+++ b/src/mail.c
@@ -1,8 +1,8 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2008, 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2007-2011 Sergey Poznyakoff
Wydawca 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.
diff --git a/src/mail.h b/src/mail.h
index 2a1f327..279e291 100644
--- a/src/mail.h
+++ b/src/mail.h
@@ -1,8 +1,8 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2010 Sergey Poznyakoff
+ Copyright (C) 2007, 2010-2011 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 3 of the License, or (at your
option) any later version.
diff --git a/src/meta.c b/src/meta.c
index 059fe6e..d93f430 100644
--- a/src/meta.c
+++ b/src/meta.c
@@ -1,8 +1,8 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2008, 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2007-2011 Sergey Poznyakoff
Wydawca 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.
diff --git a/src/net.c b/src/net.c
index d08a6ba..4857fa2 100644
--- a/src/net.c
+++ b/src/net.c
@@ -1,8 +1,8 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2007, 2009-2011 Sergey Poznyakoff
Wydawca 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.
diff --git a/src/null.c b/src/null.c
index c37ade3..337779a 100644
--- a/src/null.c
+++ b/src/null.c
@@ -1,8 +1,8 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2009-2011 Sergey Poznyakoff
Wydawca 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.
diff --git a/src/pidfile.c b/src/pidfile.c
index 17f9a13..9990e57 100644
--- a/src/pidfile.c
+++ b/src/pidfile.c
@@ -1,8 +1,8 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2007, 2009-2011 Sergey Poznyakoff
Wydawca 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.
diff --git a/src/pp-setup b/src/pp-setup
index 4fd2d2d..1bb076c 100644
--- a/src/pp-setup
+++ b/src/pp-setup
@@ -1,9 +1,9 @@
divert(-1) dnl -*- m4 -*-
# This file is part of Wydawca
-# Copyright (C) 2007, 2009, 2010 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff
#
# Wydawca 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, or (at your option)
# any later version.
#
diff --git a/src/process.c b/src/process.c
index 200d987..c5eb321 100644
--- a/src/process.c
+++ b/src/process.c
@@ -1,8 +1,8 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2007, 2009-2011 Sergey Poznyakoff
Wydawca 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.
diff --git a/src/report.c b/src/report.c
index 0e87ac9..7344dbf 100644
--- a/src/report.c
+++ b/