aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2017-01-02 13:17:35 +0200
committerSergey Poznyakoff <gray@gnu.org>2017-01-02 13:17:35 +0200
commit2f62d436b5157aa881d12ec8e7a7f0893c0d96de (patch)
tree0d67a169cbd9b74c82034833816f36753bfa84d9
parentbe26ab5bb2d721d6edef82226ac453e0431cbe44 (diff)
downloadwydawca-2f62d436b5157aa881d12ec8e7a7f0893c0d96de.tar.gz
wydawca-2f62d436b5157aa881d12ec8e7a7f0893c0d96de.tar.bz2
Happy GNU Year
-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/Makefile.am2
-rw-r--r--doc/html.init2
-rw-r--r--doc/wydawca.texi2
-rw-r--r--etc/Makefile.am2
-rw-r--r--etc/wydawca.rc2
-rw-r--r--include/wydawca/cfg.h2
-rw-r--r--include/wydawca/wydawca.h2
-rw-r--r--modules/mailutils/mod_mailutils.c2
-rw-r--r--src/Makefile.am2
-rw-r--r--src/backup.c2
-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/meta.c2
-rw-r--r--src/module.c4
-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/pushd.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/userprivs.c2
-rw-r--r--src/verify.c2
-rw-r--r--src/vtab.c2
-rw-r--r--src/watcher.c2
-rw-r--r--src/wydawca.c3
-rw-r--r--src/wydawca.h2
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/atlocal.in2
-rw-r--r--tests/backup00.at2
-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.rcin2
-rw-r--r--tests/etc/notify.rcin2
-rw-r--r--tests/etc/wydawca.rcin2
-rw-r--r--tests/mailstats.at2
-rw-r--r--tests/notify-upl.at2
-rw-r--r--tests/pushdir.at2
-rw-r--r--tests/testsuite.at2
-rw-r--r--tests/upl11.at2
-rw-r--r--tests/upl12f.at2
-rw-r--r--tests/upl12t.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
77 files changed, 79 insertions, 78 deletions
diff --git a/Makefile.am b/Makefile.am
index 1e2d8ef..831bc79 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
1# This file is part of Wydawca 1# This file is part of Wydawca
2# Copyright (C) 2007, 2009-2013 Sergey Poznyakoff 2# Copyright (C) 2007, 2009-2013, 2017 Sergey Poznyakoff
3# 3#
4# Wydawca is free software; you can redistribute it and/or modify 4# Wydawca is free software; you can redistribute it and/or modify
diff --git a/NEWS b/NEWS
index 2d8ddc0..c841c35 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
1Wydawca NEWS -- history of user-visible changes. 2013-03-12 1Wydawca NEWS -- history of user-visible changes. 2013-03-12
2Copyright (C) 2007-2013 Sergey Poznyakoff 2Copyright (C) 2007-2013, 2017 Sergey Poznyakoff
3See the end of file for copying conditions. 3See the end of file for copying conditions.
4 4
diff --git a/README b/README
index af2f499..5152650 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
1Wydawca README 1Wydawca README
2Copyright (C) 2007-2008, 2010-2013 Sergey Poznyakoff 2Copyright (C) 2007-2008, 2010-2013, 2017 Sergey Poznyakoff
3See the end of file for copying conditions. 3See the end of file for copying conditions.
4 4
diff --git a/README-alpha b/README-alpha
index a0bbf4e..09b8a77 100644
--- a/README-alpha
+++ b/README-alpha
@@ -40,5 +40,5 @@ SVN version.
40* Copyright information 40* Copyright information
41 41
42 Copyright (C) 2007, 2010-2011 Sergey Poznyakoff 42 Copyright (C) 2007, 2010-2011, 2017 Sergey Poznyakoff
43 43
44 Permission is granted to anyone to make or distribute verbatim copies 44 Permission is granted to anyone to make or distribute verbatim copies
diff --git a/README-hacking b/README-hacking
index e4bd593..8e7055f 100644
--- a/README-hacking
+++ b/README-hacking
@@ -54,5 +54,5 @@ For more information about `bootstrap', run `bootstrap --help'.
54* Copyright information 54* Copyright information
55 55
56 Copyright (C) 2007, 2009-2011 Sergey Poznyakoff 56 Copyright (C) 2007, 2009-2011, 2017 Sergey Poznyakoff
57 57
58 Permission is granted to anyone to make or distribute verbatim copies 58 Permission is granted to anyone to make or distribute verbatim copies
diff --git a/acinclude.m4 b/acinclude.m4
index 92bef17..1126f4a 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1,3 +1,3 @@
1# Copyright (C) 2001, 2006, 2008-2011 Sergey Poznyakoff 1# Copyright (C) 2001, 2006, 2008-2011, 2017 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
diff --git a/configure.ac b/configure.ac
index 908f20f..85dce1a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# This file is part of Wydawca -*- autoconf -*- 1# This file is part of Wydawca -*- autoconf -*-
2# Copyright (C) 2007-2013 Sergey Poznyakoff 2# Copyright (C) 2007-2013, 2017 Sergey Poznyakoff
3# 3#
4# Wydawca is free software; you can redistribute it and/or modify 4# Wydawca is free software; you can redistribute it and/or modify
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 7a70925..14a29d8 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,4 +1,4 @@
1# This file is part of Wydawca 1# This file is part of Wydawca
2# Copyright (C) 2007, 2009-2013 Sergey Poznyakoff 2# Copyright (C) 2007, 2009-2013, 2017 Sergey Poznyakoff
3# 3#
4# Wudawca is free software; you can redistribute it and/or modify it 4# Wudawca is free software; you can redistribute it and/or modify it
diff --git a/doc/html.init b/doc/html.init
index eb349e3..2105581 100644
--- a/doc/html.init
+++ b/doc/html.init
@@ -1,4 +1,4 @@
1# Texi2any configuration for wydawca documentation. -*- perl -*- 1# Texi2any configuration for wydawca documentation. -*- perl -*-
2# Copyright (C) 2009-2011, 2015 Sergey Poznyakoff 2# Copyright (C) 2009-2011, 2015, 2017 Sergey Poznyakoff
3# 3#
4# Wydawca is free software; you can redistribute it and/or modify 4# Wydawca is free software; you can redistribute it and/or modify
diff --git a/doc/wydawca.texi b/doc/wydawca.texi
index 59289fb..f712ceb 100644
--- a/doc/wydawca.texi
+++ b/doc/wydawca.texi
@@ -32,5 +32,5 @@ Published by the Free Software Foundation,
32Boston, MA 02110-1301, USA 32Boston, MA 02110-1301, USA
33 33
34Copyright @copyright{} 2007, 2009-2015 Sergey Poznyakoff 34Copyright @copyright{} 2007, 2009-2015, 2017 Sergey Poznyakoff
35 35
36Permission is granted to copy, distribute and/or modify this document 36Permission is granted to copy, distribute and/or modify this document
diff --git a/etc/Makefile.am b/etc/Makefile.am
index 93db4b6..940b725 100644
--- a/etc/Makefile.am
+++ b/etc/Makefile.am
@@ -1,4 +1,4 @@
1# This file is part of Wydawca 1# This file is part of Wydawca
2# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff 2# Copyright (C) 2007, 2009-2011, 2017 Sergey Poznyakoff
3# 3#
4# Wydawca is free software; you can redistribute it and/or modify 4# Wydawca is free software; you can redistribute it and/or modify
diff --git a/etc/wydawca.rc b/etc/wydawca.rc
index 08c51dd..0cca644 100644
--- a/etc/wydawca.rc
+++ b/etc/wydawca.rc
@@ -1,4 +1,4 @@
1/* A sample configuration file for Wydawca 1/* A sample configuration file for Wydawca
2 Copyright (C) 2007, 2009-2011 Sergey Poznyakoff 2 Copyright (C) 2007, 2009-2011, 2017 Sergey Poznyakoff
3 3
4 Wydawca is free software; you can redistribute it and/or modify it 4 Wydawca is free software; you can redistribute it and/or modify it
diff --git a/include/wydawca/cfg.h b/include/wydawca/cfg.h
index 150cb69..2d4cbb7 100644
--- a/include/wydawca/cfg.h
+++ b/include/wydawca/cfg.h
@@ -1,4 +1,4 @@