aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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
34 files changed, 34 insertions, 34 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 3b524ba..73182c4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,3 +1,3 @@
# This file is part of Wydawca
-# Copyright (C) 2007, 2009, 2010 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff
#
diff --git a/src/builtin.c b/src/builtin.c
index 8a07eab..f031897 100644
--- a/src/builtin.c
+++ b/src/builtin.c
@@ -1,3 +1,3 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2009-2011 Sergey Poznyakoff
diff --git a/src/builtin.h b/src/builtin.h
index 3edfa0c..7e5245d 100644
--- a/src/builtin.h
+++ b/src/builtin.h
@@ -1,3 +1,3 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2009-2011 Sergey Poznyakoff
diff --git a/src/cmdline.opt b/src/cmdline.opt
index f92f48f..c6f8741 100644
--- a/src/cmdline.opt
+++ b/src/cmdline.opt
@@ -1,3 +1,3 @@
/* wydawca - automatic release submission daemon -*- c -*-
- Copyright (C) 2007, 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2007, 2009-2011 Sergey Poznyakoff
diff --git a/src/config.c b/src/config.c
index 8250749..6101ad8 100644
--- a/src/config.c
+++ b/src/config.c
@@ -1,3 +1,3 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2008, 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2007-2011 Sergey Poznyakoff
diff --git a/src/dictionary.c b/src/dictionary.c
index 2b995d4..11a263b 100644
--- a/src/dictionary.c
+++ b/src/dictionary.c
@@ -1,3 +1,3 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2010 Sergey Poznyakoff
+ Copyright (C) 2007, 2010-2011 Sergey Poznyakoff
diff --git a/src/directive.c b/src/directive.c
index fadaedf..c1c0919 100644
--- a/src/directive.c
+++ b/src/directive.c
@@ -1,3 +1,3 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2008, 2010 Sergey Poznyakoff
+ Copyright (C) 2007-2008, 2010-2011 Sergey Poznyakoff
diff --git a/src/diskio.c b/src/diskio.c
index b175a45..09cef96 100644
--- a/src/diskio.c
+++ b/src/diskio.c
@@ -1,3 +1,3 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2008, 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2007-2011 Sergey Poznyakoff
diff --git a/src/exec.c b/src/exec.c
index 7ebf152..e92fe17 100644
--- a/src/exec.c
+++ b/src/exec.c
@@ -1,3 +1,3 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2007, 2009-2011 Sergey Poznyakoff
diff --git a/src/gpg.c b/src/gpg.c
index d4f9b71..8979e9c 100644
--- a/src/gpg.c
+++ b/src/gpg.c
@@ -1,3 +1,3 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2010 Sergey Poznyakoff
+ Copyright (C) 2007, 2010-2011 Sergey Poznyakoff
diff --git a/src/interval.c b/src/interval.c
index 247df05..cf46b4c 100644
--- a/src/interval.c
+++ b/src/interval.c
@@ -1,3 +1,3 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2007, 2009-2011 Sergey Poznyakoff
diff --git a/src/job.c b/src/job.c
index 764e463..4a97f88 100644
--- a/src/job.c
+++ b/src/job.c
@@ -1,3 +1,3 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2009-2011 Sergey Poznyakoff
diff --git a/src/lock.c b/src/lock.c
index dece75d..74ca883 100644
--- a/src/lock.c
+++ b/src/lock.c
@@ -1,3 +1,3 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2007, 2009-2011 Sergey Poznyakoff
diff --git a/src/mail.c b/src/mail.c
index 6855ed7..c2e92f9 100644
--- a/src/mail.c
+++ b/src/mail.c
@@ -1,3 +1,3 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2008, 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2007-2011 Sergey Poznyakoff
diff --git a/src/mail.h b/src/mail.h
index 2a1f327..279e291 100644
--- a/src/mail.h
+++ b/src/mail.h
@@ -1,3 +1,3 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2010 Sergey Poznyakoff
+ Copyright (C) 2007, 2010-2011 Sergey Poznyakoff
diff --git a/src/meta.c b/src/meta.c
index 059fe6e..d93f430 100644
--- a/src/meta.c
+++ b/src/meta.c
@@ -1,3 +1,3 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2008, 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2007-2011 Sergey Poznyakoff
diff --git a/src/net.c b/src/net.c
index d08a6ba..4857fa2 100644
--- a/src/net.c
+++ b/src/net.c
@@ -1,3 +1,3 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2007, 2009-2011 Sergey Poznyakoff
diff --git a/src/null.c b/src/null.c
index c37ade3..337779a 100644
--- a/src/null.c
+++ b/src/null.c
@@ -1,3 +1,3 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2009-2011 Sergey Poznyakoff
diff --git a/src/pidfile.c b/src/pidfile.c
index 17f9a13..9990e57 100644
--- a/src/pidfile.c
+++ b/src/pidfile.c
@@ -1,3 +1,3 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2007, 2009-2011 Sergey Poznyakoff
diff --git a/src/pp-setup b/src/pp-setup
index 4fd2d2d..1bb076c 100644
--- a/src/pp-setup
+++ b/src/pp-setup
@@ -2,3 +2,3 @@ divert(-1) dnl -*- m4 -*-
# This file is part of Wydawca
-# Copyright (C) 2007, 2009, 2010 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff
#
diff --git a/src/process.c b/src/process.c
index 200d987..c5eb321 100644
--- a/src/process.c
+++ b/src/process.c
@@ -1,3 +1,3 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2007, 2009-2011 Sergey Poznyakoff
diff --git a/src/report.c b/src/report.c
index 0e87ac9..7344dbf 100644
--- a/src/report.c
+++ b/src/report.c
@@ -1,3 +1,3 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2009-2011 Sergey Poznyakoff
diff --git a/src/sql.c b/src/sql.c
index 80eb344..1f47343 100644
--- a/src/sql.c
+++ b/src/sql.c
@@ -1,3 +1,3 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2010 Sergey Poznyakoff
+ Copyright (C) 2007, 2010-2011 Sergey Poznyakoff
diff --git a/src/sql.h b/src/sql.h
index a4ab2ee..ce65c20 100644
--- a/src/sql.h
+++ b/src/sql.h
@@ -1,3 +1,3 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2009-2011 Sergey Poznyakoff
diff --git a/src/tcpwrap.c b/src/tcpwrap.c
index 6924dbe..8ece4c8 100644
--- a/src/tcpwrap.c
+++ b/src/tcpwrap.c
@@ -1,3 +1,3 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2008, 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2007-2011 Sergey Poznyakoff
diff --git a/src/timer.c b/src/timer.c
index cece63a..8881c9a 100644
--- a/src/timer.c
+++ b/src/timer.c
@@ -1,3 +1,3 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2008, 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2008-2011 Sergey Poznyakoff
diff --git a/src/triplet.c b/src/triplet.c
index 9dfdf2c..79ca8c2 100644
--- a/src/triplet.c
+++ b/src/triplet.c
@@ -1,3 +1,3 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2008, 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2007-2011 Sergey Poznyakoff
diff --git a/src/txtacc.c b/src/txtacc.c
index 442e27e..d5da901 100644
--- a/src/txtacc.c
+++ b/src/txtacc.c
@@ -1,3 +1,3 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2007, 2009-2011 Sergey Poznyakoff
diff --git a/src/update-2.0.awk b/src/update-2.0.awk
index cd7dc1f..da012b1 100644
--- a/src/update-2.0.awk
+++ b/src/update-2.0.awk
@@ -1,3 +1,3 @@
# This file is part of Wydawca
-# Copyright (C) 2007, 2009, 2010 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff
#
diff --git a/src/userprivs.c b/src/userprivs.c
index 2cca6bc..c511438 100644
--- a/src/userprivs.c
+++ b/src/userprivs.c
@@ -1,3 +1,3 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2007, 2009-2011 Sergey Poznyakoff
diff --git a/src/verify.c b/src/verify.c
index c8fef11..1409889 100644
--- a/src/verify.c
+++ b/src/verify.c
@@ -1,3 +1,3 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2008, 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2007-2011 Sergey Poznyakoff
diff --git a/src/vtab.c b/src/vtab.c
index 918bab3..2f8a85e 100644
--- a/src/vtab.c
+++ b/src/vtab.c
@@ -1,3 +1,3 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2009-2011 Sergey Poznyakoff
diff --git a/src/wydawca.c b/src/wydawca.c
index 36aa8b7..0b9db95 100644
--- a/src/wydawca.c
+++ b/src/wydawca.c
@@ -1,3 +1,3 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2007, 2009-2011 Sergey Poznyakoff
diff --git a/src/wydawca.h b/src/wydawca.h
index 94b7ee3..7ff4412 100644
--- a/src/wydawca.h
+++ b/src/wydawca.h
@@ -1,3 +1,3 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2008, 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2007-2011 Sergey Poznyakoff

Return to:

Send suggestions and report system problems to the System administrator.