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,5 +1,5 @@
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
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
diff --git a/src/backup.c b/src/backup.c
index 5fbac53..8df1923 100644
--- a/src/backup.c
+++ b/src/backup.c
@@ -1,5 +1,5 @@
1/* wydawca - automatic release submission daemon 1/* wydawca - automatic release submission daemon
2 Copyright (C) 2011-2013 Sergey Poznyakoff 2 Copyright (C) 2011-2013, 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
5 under the terms of the GNU General Public License as published by the 5 under the terms of the GNU General Public License as published by the
diff --git a/src/builtin.c b/src/builtin.c
index b812236..3ec68f3 100644
--- a/src/builtin.c
+++ b/src/builtin.c
@@ -1,5 +1,5 @@
1/* wydawca - automatic release submission daemon 1/* wydawca - automatic release submission daemon
2 Copyright (C) 2009-2013 Sergey Poznyakoff 2 Copyright (C) 2009-2013, 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
5 under the terms of the GNU General Public License as published by the 5 under the terms of the GNU General Public License as published by the
diff --git a/src/builtin.h b/src/builtin.h
index a5bcfbc..b9a2ba0 100644
--- a/src/builtin.h
+++ b/src/builtin.h
@@ -1,5 +1,5 @@
1/* wydawca - automatic release submission daemon 1/* wydawca - automatic release submission daemon
2 Copyright (C) 2009-2013 Sergey Poznyakoff 2 Copyright (C) 2009-2013, 2017 Sergey Poznyakoff
3 3
4 This program is free software; you can redistribute it and/or modify it 4 This program is free software; you can redistribute it and/or modify it
5 under the terms of the GNU General Public License as published by the 5 under the terms of the GNU General Public License as published by the
diff --git a/src/cmdline.opt b/src/cmdline.opt
index 5862d87..d3375e6 100644
--- a/src/cmdline.opt
+++ b/src/cmdline.opt
@@ -1,5 +1,5 @@
1/* wydawca - automatic release submission daemon -*- c -*- 1/* wydawca - automatic release submission daemon -*- c -*-
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 it 4 Wydawca is free software; you can redistribute it and/or modify it
5 under the terms of the GNU General Public License as published by the 5 under the terms of the GNU General Public License as published by the
diff --git a/src/config.c b/src/config.c
index f5860d4..57cdc7a 100644
--- a/src/config.c
+++ b/src/config.c
@@ -1,5 +1,5 @@
1/* wydawca - automatic release submission daemon 1/* wydawca - automatic release submission daemon
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 it 4 Wydawca is free software; you can redistribute it and/or modify it
5 under the terms of the GNU General Public License as published by the 5 under the terms of the GNU General Public License as published by the
diff --git a/src/dictionary.c b/src/dictionary.c
index 0b96543..5915a9f 100644
--- a/src/dictionary.c
+++ b/src/dictionary.c
@@ -1,5 +1,5 @@
1/* wydawca - automatic release submission daemon 1/* wydawca - automatic release submission daemon
2 Copyright (C) 2007, 2010-2013 Sergey Poznyakoff 2 Copyright (C) 2007, 2010-2013, 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
5 under the terms of the GNU General Public License as published by the 5 under the terms of the GNU General Public License as published by the
diff --git a/src/directive.c b/src/directive.c
index c7e1817..bc4067a 100644
--- a/src/directive.c
+++ b/src/directive.c
@@ -1,5 +1,5 @@
1/* wydawca - automatic release submission daemon 1/* wydawca - automatic release submission daemon
2 Copyright (C) 2007-2008, 2010-2013 Sergey Poznyakoff 2 Copyright (C) 2007-2008, 2010-2013, 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
5 under the terms of the GNU General Public License as published by the 5 under the terms of the GNU General Public License as published by the
diff --git a/src/diskio.c b/src/diskio.c
index d083d2a..9b0ea8c 100644
--- a/src/diskio.c
+++ b/src/diskio.c
@@ -1,5 +1,5 @@
1/* wydawca - automatic release submission daemon 1/* wydawca - automatic release submission daemon
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 it 4 Wydawca is free software; you can redistribute it and/or modify it
5 under the terms of the GNU General Public License as published by the 5 under the terms of the GNU General Public License as published by the
diff --git a/src/exec.c b/src/exec.c
index 5b75f77..bfb6791 100644
--- a/src/exec.c
+++ b/src/exec.c
@@ -1,5 +1,5 @@
1/* wydawca - automatic release submission daemon 1/* wydawca - automatic release submission daemon
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 it 4 Wydawca is free software; you can redistribute it and/or modify it
5 under the terms of the GNU General Public License as published by the 5 under the terms of the GNU General Public License as published by the
diff --git a/src/gpg.c b/src/gpg.c
index ff55619..150dd1d 100644
--- a/src/gpg.c
+++ b/src/gpg.c
@@ -1,5 +1,5 @@
1/* wydawca - automatic release submission daemon 1/* wydawca - automatic release submission daemon
2 Copyright (C) 2007, 2010-2013 Sergey Poznyakoff 2 Copyright (C) 2007, 2010-2013, 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
5 under the terms of the GNU General Public License as published by the 5 under the terms of the GNU General Public License as published by the
diff --git a/src/interval.c b/src/interval.c
index 049091d..8775a2a 100644
--- a/src/interval.c
+++ b/src/interval.c
@@ -1,5 +1,5 @@
1/* wydawca - automatic release submission daemon 1/* wydawca - automatic release submission daemon
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 it 4 Wydawca is free software; you can redistribute it and/or modify it
5 under the terms of the GNU General Public License as published by the 5 under the terms of the GNU General Public License as published by the
diff --git a/src/job.c b/src/job.c
index 680f454..6714ec6 100644
--- a/src/job.c
+++ b/src/job.c
@@ -1,5 +1,5 @@
1/* wydawca - automatic release submission daemon 1/* wydawca - automatic release submission daemon
2 Copyright (C) 2009-2013 Sergey Poznyakoff 2 Copyright (C) 2009-2013, 2017 Sergey Poznyakoff
3 3
4 This program is free software; you can redistribute it and/or modify it 4 This program is free software; you can redistribute it and/or modify it
5 under the terms of the GNU General Public License as published by the 5 under the terms of the GNU General Public License as published by the
diff --git a/src/lock.c b/src/lock.c
index 1613cab..abfab3e 100644
--- a/src/lock.c
+++ b/src/lock.c
@@ -1,5 +1,5 @@
1/* wydawca - automatic release submission daemon 1/* wydawca - automatic release submission daemon
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 it 4 Wydawca is free software; you can redistribute it and/or modify it
5 under the terms of the GNU General Public License as published by the 5 under the terms of the GNU General Public License as published by the
diff --git a/src/meta.c b/src/meta.c
index 338d624..893abfc 100644
--- a/src/meta.c
+++ b/src/meta.c
@@ -1,5 +1,5 @@
1/* wydawca - automatic release submission daemon 1/* wydawca - automatic release submission daemon
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 it 4 Wydawca is free software; you can redistribute it and/or modify it
5 under the terms of the GNU General Public License as published by the 5 under the terms of the GNU General Public License as published by the
diff --git a/src/module.c b/src/module.c
index ca1d471..de00534 100644
--- a/src/module.c
+++ b/src/module.c
@@ -1,5 +1,5 @@
1/* wydawca - automatic release submission daemon 1/* wydawca - automatic release submission daemon
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 it 4 Wydawca is free software; you can redistribute it and/or modify it
5 under the terms of the GNU General Public License as published by the 5 under the terms of the GNU General Public License as published by the
@@ -111,7 +111,7 @@ modload(struct module *mod, lt_dladvise advise)
111 handle = lt_dlopenadvise(mod->path, advise); 111 handle = lt_dlopenadvise(mod->path, advise);
112 112
113 if (!handle) { 113 if (!handle) {
114 grecs_error(&mod->locus, 0, 114 grecs_error(mod->locus.beg.file ? &mod->locus : NULL, 0,
115 _("cannot load module %s: %s"), mod->path, 115 _("cannot load module %s: %s"), mod->path,
116 lt_dlerror()); 116 lt_dlerror());
117 return 1; 117 return 1;
diff --git a/src/net.c b/src/net.c
index ccbe370..5df0005 100644
--- a/src/net.c
+++ b/src/net.c
@@ -1,5 +1,5 @@
1/* wydawca - automatic release submission daemon 1/* wydawca - automatic release submission daemon
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 it 4 Wydawca is free software; you can redistribute it and/or modify it
5 under the terms of the GNU General Public License as published by the 5 under the terms of the GNU General Public License as published by the
diff --git a/src/null.c b/src/null.c
index 74a1870..7631a76 100644
--- a/src/null.c
+++ b/src/null.c
@@ -1,5 +1,5 @@