aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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
35 files changed, 37 insertions, 36 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e286dfb..55c3740 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,4 +1,4 @@
# This file is part of Wydawca
-# Copyright (C) 2007, 2009-2013 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2013, 2017 Sergey Poznyakoff
#
# Wydawca is free software; you can redistribute it and/or modify
diff --git a/src/backup.c b/src/backup.c
index 5fbac53..8df1923 100644
--- a/src/backup.c
+++ b/src/backup.c
@@ -1,4 +1,4 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2011-2013 Sergey Poznyakoff
+ Copyright (C) 2011-2013, 2017 Sergey Poznyakoff
Wydawca is free software; you can redistribute it and/or modify it
diff --git a/src/builtin.c b/src/builtin.c
index b812236..3ec68f3 100644
--- a/src/builtin.c
+++ b/src/builtin.c
@@ -1,4 +1,4 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2009-2013 Sergey Poznyakoff
+ Copyright (C) 2009-2013, 2017 Sergey Poznyakoff
Wydawca is free software; you can redistribute it and/or modify it
diff --git a/src/builtin.h b/src/builtin.h
index a5bcfbc..b9a2ba0 100644
--- a/src/builtin.h
+++ b/src/builtin.h
@@ -1,4 +1,4 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2009-2013 Sergey Poznyakoff
+ Copyright (C) 2009-2013, 2017 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify it
diff --git a/src/cmdline.opt b/src/cmdline.opt
index 5862d87..d3375e6 100644
--- a/src/cmdline.opt
+++ b/src/cmdline.opt
@@ -1,4 +1,4 @@
/* wydawca - automatic release submission daemon -*- c -*-
- Copyright (C) 2007, 2009-2013 Sergey Poznyakoff
+ Copyright (C) 2007, 2009-2013, 2017 Sergey Poznyakoff
Wydawca is free software; you can redistribute it and/or modify it
diff --git a/src/config.c b/src/config.c
index f5860d4..57cdc7a 100644
--- a/src/config.c
+++ b/src/config.c
@@ -1,4 +1,4 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007-2013 Sergey Poznyakoff
+ Copyright (C) 2007-2013, 2017 Sergey Poznyakoff
Wydawca is free software; you can redistribute it and/or modify it
diff --git a/src/dictionary.c b/src/dictionary.c
index 0b96543..5915a9f 100644
--- a/src/dictionary.c
+++ b/src/dictionary.c
@@ -1,4 +1,4 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2010-2013 Sergey Poznyakoff
+ Copyright (C) 2007, 2010-2013, 2017 Sergey Poznyakoff
Wydawca is free software; you can redistribute it and/or modify it
diff --git a/src/directive.c b/src/directive.c
index c7e1817..bc4067a 100644
--- a/src/directive.c
+++ b/src/directive.c
@@ -1,4 +1,4 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007-2008, 2010-2013 Sergey Poznyakoff
+ Copyright (C) 2007-2008, 2010-2013, 2017 Sergey Poznyakoff
Wydawca is free software; you can redistribute it and/or modify it
diff --git a/src/diskio.c b/src/diskio.c
index d083d2a..9b0ea8c 100644
--- a/src/diskio.c
+++ b/src/diskio.c
@@ -1,4 +1,4 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007-2013 Sergey Poznyakoff
+ Copyright (C) 2007-2013, 2017 Sergey Poznyakoff
Wydawca is free software; you can redistribute it and/or modify it
diff --git a/src/exec.c b/src/exec.c
index 5b75f77..bfb6791 100644
--- a/src/exec.c
+++ b/src/exec.c
@@ -1,4 +1,4 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2009-2013 Sergey Poznyakoff
+ Copyright (C) 2007, 2009-2013, 2017 Sergey Poznyakoff
Wydawca is free software; you can redistribute it and/or modify it
diff --git a/src/gpg.c b/src/gpg.c
index ff55619..150dd1d 100644
--- a/src/gpg.c
+++ b/src/gpg.c
@@ -1,4 +1,4 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2010-2013 Sergey Poznyakoff
+ Copyright (C) 2007, 2010-2013, 2017 Sergey Poznyakoff
Wydawca is free software; you can redistribute it and/or modify it
diff --git a/src/interval.c b/src/interval.c
index 049091d..8775a2a 100644
--- a/src/interval.c
+++ b/src/interval.c
@@ -1,4 +1,4 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2009-2013 Sergey Poznyakoff
+ Copyright (C) 2007, 2009-2013, 2017 Sergey Poznyakoff
Wydawca is free software; you can redistribute it and/or modify it
diff --git a/src/job.c b/src/job.c
index 680f454..6714ec6 100644
--- a/src/job.c
+++ b/src/job.c
@@ -1,4 +1,4 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2009-2013 Sergey Poznyakoff
+ Copyright (C) 2009-2013, 2017 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify it
diff --git a/src/lock.c b/src/lock.c
index 1613cab..abfab3e 100644
--- a/src/lock.c
+++ b/src/lock.c
@@ -1,4 +1,4 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2009-2013 Sergey Poznyakoff
+ Copyright (C) 2007, 2009-2013, 2017 Sergey Poznyakoff
Wydawca is free software; you can redistribute it and/or modify it
diff --git a/src/meta.c b/src/meta.c
index 338d624..893abfc 100644
--- a/src/meta.c
+++ b/src/meta.c
@@ -1,4 +1,4 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007-2013 Sergey Poznyakoff
+ Copyright (C) 2007-2013, 2017 Sergey Poznyakoff
Wydawca is free software; you can redistribute it and/or modify it
diff --git a/src/module.c b/src/module.c
index ca1d471..de00534 100644
--- a/src/module.c
+++ b/src/module.c
@@ -1,4 +1,4 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007-2013 Sergey Poznyakoff
+ Copyright (C) 2007-2013, 2017 Sergey Poznyakoff
Wydawca is free software; you can redistribute it and/or modify it
@@ -112,5 +112,5 @@ modload(struct module *mod, lt_dladvise advise)
if (!handle) {
- grecs_error(&mod->locus, 0,
+ grecs_error(mod->locus.beg.file ? &mod->locus : NULL, 0,
_("cannot load module %s: %s"), mod->path,
lt_dlerror());
diff --git a/src/net.c b/src/net.c
index ccbe370..5df0005 100644
--- a/src/net.c
+++ b/src/net.c
@@ -1,4 +1,4 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2009-2013 Sergey Poznyakoff
+ Copyright (C) 2007, 2009-2013, 2017 Sergey Poznyakoff
Wydawca is free software; you can redistribute it and/or modify it
diff --git a/src/null.c b/src/null.c
index 74a1870..7631a76 100644
--- a/src/null.c
+++ b/src/null.c
@@ -1,4 +1,4 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2009-2013 Sergey Poznyakoff
+ Copyright (C) 2009-2013, 2017 Sergey Poznyakoff
Wydawca is free software; you can redistribute it and/or modify it
diff --git a/src/pidfile.c b/src/pidfile.c
index afac10f..3a87df7 100644
--- a/src/pidfile.c
+++ b/src/pidfile.c
@@ -1,4 +1,4 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2009-2013 Sergey Poznyakoff
+ Copyright (C) 2007, 2009-2013, 2017 Sergey Poznyakoff
Wydawca is free software; you can redistribute it and/or modify it
diff --git a/src/pp-setup b/src/pp-setup
index 1bb076c..9f00993 100644
--- a/src/pp-setup
+++ b/src/pp-setup
@@ -1,5 +1,5 @@
divert(-1) dnl -*- m4 -*-
# This file is part of Wydawca
-# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2011, 2017 Sergey Poznyakoff
#
# Wydawca is free software; you can redistribute it and/or modify
diff --git a/src/process.c b/src/process.c
index 181a81b..d93a48e 100644
--- a/src/process.c
+++ b/src/process.c
@@ -1,4 +1,4 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2009-2013 Sergey Poznyakoff
+ Copyright (C) 2007, 2009-2013, 2017 Sergey Poznyakoff
Wydawca is free software; you can redistribute it and/or modify it
diff --git a/src/pushd.c b/src/pushd.c
index 61ad5b5..03e9f58 100644
--- a/src/pushd.c
+++ b/src/pushd.c
@@ -1,4 +1,4 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2011,2013 Sergey Poznyakoff
+ Copyright (C) 2011, 2013, 2017 Sergey Poznyakoff
Wydawca is free software; you can redistribute it and/or modify it
diff --git a/src/report.c b/src/report.c
index fe40454..6bf2b3a 100644
--- a/src/report.c
+++ b/src/report.c
@@ -1,4 +1,4 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2009-2013 Sergey Poznyakoff
+ Copyright (C) 2009-2013, 2017 Sergey Poznyakoff
Wydawca is free software; you can redistribute it and/or modify it
diff --git a/src/sql.c b/src/sql.c
index 4176e88..5f97d07 100644
--- a/src/sql.c
+++ b/src/sql.c
@@ -1,4 +1,4 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2010-2013 Sergey Poznyakoff
+ Copyright (C) 2007, 2010-2013, 2017 Sergey Poznyakoff
Wydawca is free software; you can redistribute it and/or modify it
diff --git a/src/sql.h b/src/sql.h
index a33c8de..0e03a29 100644
--- a/src/sql.h
+++ b/src/sql.h
@@ -1,4 +1,4 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2009-2013 Sergey Poznyakoff
+ Copyright (C) 2009-2013, 2017 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify it
diff --git a/src/tcpwrap.c b/src/tcpwrap.c
index 9fffff6..47295f1 100644
--- a/src/tcpwrap.c
+++ b/src/tcpwrap.c
@@ -1,4 +1,4 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007-2013 Sergey Poznyakoff
+ Copyright (C) 2007-2013, 2017 Sergey Poznyakoff
Wydawca is free software; you can redistribute it and/or modify it
diff --git a/src/timer.c b/src/timer.c
index 1b73cbf..10aa68f 100644
--- a/src/timer.c
+++ b/src/timer.c
@@ -1,4 +1,4 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2008-2013 Sergey Poznyakoff
+ Copyright (C) 2008-2013, 2017 Sergey Poznyakoff
Wydawca is free software; you can redistribute it and/or modify it
diff --git a/src/triplet.c b/src/triplet.c
index 1b3569f..45b7b24 100644
--- a/src/triplet.c
+++ b/src/triplet.c
@@ -1,4 +1,4 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007-2013 Sergey Poznyakoff
+ Copyright (C) 2007-2013, 2017 Sergey Poznyakoff
Wydawca is free software; you can redistribute it and/or modify it
diff --git a/src/txtacc.c b/src/txtacc.c
index a1b96ed..d2ab7ca 100644
--- a/src/txtacc.c
+++ b/src/txtacc.c
@@ -1,4 +1,4 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2009-2013 Sergey Poznyakoff
+ Copyright (C) 2007, 2009-2013, 2017 Sergey Poznyakoff
Wydawca is free software; you can redistribute it and/or modify it
diff --git a/src/userprivs.c b/src/userprivs.c
index 13a2d87..af96126 100644
--- a/src/userprivs.c
+++ b/src/userprivs.c
@@ -1,4 +1,4 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2009-2013 Sergey Poznyakoff
+ Copyright (C) 2007, 2009-2013, 2017 Sergey Poznyakoff
Wydawca is free software; you can redistribute it and/or modify it
diff --git a/src/verify.c b/src/verify.c
index 2fea122..e9854ae 100644
--- a/src/verify.c
+++ b/src/verify.c
@@ -1,4 +1,4 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007-2013 Sergey Poznyakoff
+ Copyright (C) 2007-2013, 2017 Sergey Poznyakoff
Wydawca is free software; you can redistribute it and/or modify it
diff --git a/src/vtab.c b/src/vtab.c
index 3715650..dff8011 100644
--- a/src/vtab.c
+++ b/src/vtab.c
@@ -1,4 +1,4 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2009-2013 Sergey Poznyakoff
+ Copyright (C) 2009-2013, 2017 Sergey Poznyakoff
Wydawca is free software; you can redistribute it and/or modify it
diff --git a/src/watcher.c b/src/watcher.c
index da55861..1aa5721 100644
--- a/src/watcher.c
+++ b/src/watcher.c
@@ -1,4 +1,4 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2009-2013 Sergey Poznyakoff
+ Copyright (C) 2007, 2009-2013, 2017 Sergey Poznyakoff
Wydawca is free software; you can redistribute it and/or modify it
diff --git a/src/wydawca.c b/src/wydawca.c
index 2f7332d..9591547 100644
--- a/src/wydawca.c
+++ b/src/wydawca.c
@@ -1,4 +1,4 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2009-2013 Sergey Poznyakoff
+ Copyright (C) 2007, 2009-2013, 2017 Sergey Poznyakoff
Wydawca is free software; you can redistribute it and/or modify it
@@ -16,4 +16,5 @@
#include "wydawca.h"
+#include <gpgme.h>
char *program_name;
diff --git a/src/wydawca.h b/src/wydawca.h
index 2336851..287ffb8 100644
--- a/src/wydawca.h
+++ b/src/wydawca.h
@@ -1,4 +1,4 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007-2013 Sergey Poznyakoff
+ Copyright (C) 2007-2013, 2017 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify it

Return to:

Send suggestions and report system problems to the System administrator.