aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-12-10 13:43:04 +0200
committerSergey Poznyakoff <gray@gnu.org>2018-12-10 13:44:42 +0200
commit1db37f43ecd4f60ce73b042564263d9633d1a684 (patch)
tree12cffcf6c347e8701b5d54b4ce9805b01a4a731d
parent64853618b1c0ae890772aaad3ef75ffe6fdce67a (diff)
downloadvmod-binlog-release-2.3.tar.gz
vmod-binlog-release-2.3.tar.bz2
Update copyright yearsrelease-2.3
-rw-r--r--Makefile.am2
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/binlogcat.14
-rw-r--r--doc/binlogsel.14
-rw-r--r--doc/vmod-binlog.32
-rw-r--r--src/Makefile.am2
-rw-r--r--src/binlogcat.c2
-rw-r--r--src/binlogsel.c2
-rw-r--r--src/err.c4
-rw-r--r--src/err.h2
-rw-r--r--src/pack.c2
-rw-r--r--src/pack.h2
-rw-r--r--src/vmod-binlog.h2
-rw-r--r--src/vmod.vcc2
-rw-r--r--src/xalloc.c2
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/atlocal.in2
-rw-r--r--tests/binpack.c2
-rw-r--r--tests/pack.at2
-rw-r--r--tests/test01.at2
-rw-r--r--tests/test02.at2
-rw-r--r--tests/testsuite.at2
22 files changed, 25 insertions, 25 deletions
diff --git a/Makefile.am b/Makefile.am
index 2e8bde2..bea7975 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of vmod-binlog
-# Copyright (C) 2013-2014, 2016, 2017 Sergey Poznyakoff
+# Copyright (C) 2013-2018 Sergey Poznyakoff
#
# Vmod-binlog is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 340a384..f0a3d4e 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of vmod-binlog
-# Copyright (C) 2013-2014 Sergey Poznyakoff
+# Copyright (C) 2013-2018 Sergey Poznyakoff
#
# Vmod-binlog is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/doc/binlogcat.1 b/doc/binlogcat.1
index ba54077..dd24dd6 100644
--- a/doc/binlogcat.1
+++ b/doc/binlogcat.1
@@ -1,5 +1,5 @@
.\" This file is part of Vmod-binlog -*- nroff -*-
-.\" Copyright (C) 2013-2014 Sergey Poznyakoff
+.\" Copyright (C) 2013-2018 Sergey Poznyakoff
.\"
.\" Vmod-binlog is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
@@ -57,7 +57,7 @@ Sergey Poznyakoff
.SH "BUG REPORTS"
Report bugs to <gray@gnu.org>.
.SH COPYRIGHT
-Copyright \(co 2013 Sergey Poznyakoff
+Copyright \(co 2013-2018 Sergey Poznyakoff
.br
.na
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
diff --git a/doc/binlogsel.1 b/doc/binlogsel.1
index ddc19fa..224349b 100644
--- a/doc/binlogsel.1
+++ b/doc/binlogsel.1
@@ -1,5 +1,5 @@
.\" This file is part of Vmod-binlog -*- nroff -*-
-.\" Copyright (C) 2013-2014 Sergey Poznyakoff
+.\" Copyright (C) 2013-2018 Sergey Poznyakoff
.\"
.\" Vmod-binlog is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
@@ -240,7 +240,7 @@ Sergey Poznyakoff
.SH "BUG REPORTS"
Report bugs to <gray@gnu.org>.
.SH COPYRIGHT
-Copyright \(co 2013 Sergey Poznyakoff
+Copyright \(co 2013-2018 Sergey Poznyakoff
.br
.na
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
diff --git a/doc/vmod-binlog.3 b/doc/vmod-binlog.3
index 97b942a..cd74f59 100644
--- a/doc/vmod-binlog.3
+++ b/doc/vmod-binlog.3
@@ -13,7 +13,7 @@
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with vmod-binlog. If not, see <http://www.gnu.org/licenses/>.
-.TH VMOD-BINLOG 1 "December 10, 2018" "VMOD-BINLOG" "User Reference"
+.TH VMOD-BINLOG 3 "December 10, 2018" "VMOD-BINLOG" "User Reference"
.SH NAME
vmod\-binlog \- binary log file support for Varnish Cache.
.SH SYNOPSIS
diff --git a/src/Makefile.am b/src/Makefile.am
index 2b0f953..7885fdd 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of vmod-binlog
-# Copyright (C) 2013-2017 Sergey Poznyakoff
+# Copyright (C) 2013-2018 Sergey Poznyakoff
#
# Vmod-binlog is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/src/binlogcat.c b/src/binlogcat.c
index db51762..7d97ae3 100644
--- a/src/binlogcat.c
+++ b/src/binlogcat.c
@@ -1,5 +1,5 @@
/* This file is part of vmod-binlog
- Copyright (C) 2013-2014 Sergey Poznyakoff
+ Copyright (C) 2013-2018 Sergey Poznyakoff
Vmod-binlog is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/binlogsel.c b/src/binlogsel.c
index 9587c2b..d095239 100644
--- a/src/binlogsel.c
+++ b/src/binlogsel.c
@@ -1,5 +1,5 @@
/* This file is part of vmod-binlog
- Copyright (C) 2013, 2014 Sergey Poznyakoff
+ Copyright (C) 2013, 2018 Sergey Poznyakoff
Vmod-binlog is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/err.c b/src/err.c
index a658e95..2d65f38 100644
--- a/src/err.c
+++ b/src/err.c
@@ -1,5 +1,5 @@
/* This file is part of vmod-binlog
- Copyright (C) 2013-2014 Sergey Poznyakoff
+ Copyright (C) 2013-2018 Sergey Poznyakoff
Vmod-binlog is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -64,7 +64,7 @@ void
version(void)
{
printf("%s (%s) %s\n", progname, PACKAGE_TARNAME, PACKAGE_VERSION);
- printf("Copyright (C) 2013 Sergey Poznyakoff\n");
+ printf("Copyright (C) 2013-2018 Sergey Poznyakoff\n");
printf("License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n");
printf("This is free software: you are free to change and redistribute it.\n");
printf("There is NO WARRANTY, to the extent permitted by law.\n");
diff --git a/src/err.h b/src/err.h
index d3d9f3e..5bc495c 100644
--- a/src/err.h
+++ b/src/err.h
@@ -1,5 +1,5 @@
/* This file is part of vmod-binlog
- Copyright (C) 2013-2014 Sergey Poznyakoff
+ Copyright (C) 2013-2018 Sergey Poznyakoff
Vmod-binlog is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/pack.c b/src/pack.c
index 3998595..5a1083b 100644
--- a/src/pack.c
+++ b/src/pack.c
@@ -1,5 +1,5 @@
/* This file is part of vmod-binlog
- Copyright (C) 2013-2014 Sergey Poznyakoff
+ Copyright (C) 2013-2018 Sergey Poznyakoff
Vmod-binlog is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/pack.h b/src/pack.h
index fb9f1ea..23ab2f7 100644
--- a/src/pack.h
+++ b/src/pack.h
@@ -1,5 +1,5 @@
/* This file is part of vmod-binlog
- Copyright (C) 2013-2014 Sergey Poznyakoff
+ Copyright (C) 2013-2018 Sergey Poznyakoff
Vmod-binlog is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/vmod-binlog.h b/src/vmod-binlog.h
index fec8d24..cbf7593 100644
--- a/src/vmod-binlog.h
+++ b/src/vmod-binlog.h
@@ -1,5 +1,5 @@
/* This file is part of vmod-binlog
- Copyright (C) 2013-2014 Sergey Poznyakoff
+ Copyright (C) 2013-2018 Sergey Poznyakoff
Vmod-binlog is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/vmod.vcc b/src/vmod.vcc
index eb1a42c..bee2501 100644
--- a/src/vmod.vcc
+++ b/src/vmod.vcc
@@ -1,5 +1,5 @@
# This file is part of vmod-binlog
-# Copyright (C) 2013-2014, 2016 Sergey Poznyakoff
+# Copyright (C) 2013-2018 Sergey Poznyakoff
#
# Vmod-binlog is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/src/xalloc.c b/src/xalloc.c
index 551d6c6..1dbaf6a 100644
--- a/src/xalloc.c
+++ b/src/xalloc.c
@@ -1,5 +1,5 @@
/* This file is part of vmod-binlog
- Copyright (C) 2013-2014 Sergey Poznyakoff
+ Copyright (C) 2013-2018 Sergey Poznyakoff
Vmod-binlog is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tests/Makefile.am b/tests/Makefile.am
index ddb7dd7..8052a0e 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of vmod-binlog
-# Copyright (C) 2013-2014 Sergey Poznyakoff
+# Copyright (C) 2013-2018 Sergey Poznyakoff
#
# Vmod-binlog is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/atlocal.in b/tests/atlocal.in
index 955d915..11947dd 100644
--- a/tests/atlocal.in
+++ b/tests/atlocal.in
@@ -1,6 +1,6 @@
# @configure_input@ -*- shell-script -*-
# Configurable variable values for vmod-binlog test suite.
-# Copyright (C) 2013-2017 Sergey Poznyakoff
+# Copyright (C) 2013-2018 Sergey Poznyakoff
PATH=@abs_builddir@:@abs_top_builddir@/src:@abs_top_srcdir@/build-aux:$top_srcdir:$srcdir:@VARNISH_SBINDIR@:$PATH
VARNISHD=@VARNISHD@
diff --git a/tests/binpack.c b/tests/binpack.c
index fbf16dc..17b2d07 100644
--- a/tests/binpack.c
+++ b/tests/binpack.c
@@ -1,5 +1,5 @@
/* This file is part of vmod-binlog
- Copyright (C) 2013-2014 Sergey Poznyakoff
+ Copyright (C) 2013-2018 Sergey Poznyakoff
Vmod-binlog is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tests/pack.at b/tests/pack.at
index 37299c0..c86ee7b 100644
--- a/tests/pack.at
+++ b/tests/pack.at
@@ -1,5 +1,5 @@
# This file is part of vmod-binlog testsuite -*- autotest -*-
-# Copyright (C) 2013-2014 Sergey Poznyakoff
+# Copyright (C) 2013-2018 Sergey Poznyakoff
#
# Vmod-binlog is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/test01.at b/tests/test01.at
index d92c726..6fd8fc5 100644
--- a/tests/test01.at
+++ b/tests/test01.at
@@ -1,5 +1,5 @@
# This file is part of vmod-binlog testsuite -*- autotest -*-
-# Copyright (C) 2013-2014 Sergey Poznyakoff
+# Copyright (C) 2013-2018 Sergey Poznyakoff
#
# Vmod-binlog is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/test02.at b/tests/test02.at
index 0313719..71ee236 100644
--- a/tests/test02.at
+++ b/tests/test02.at
@@ -1,5 +1,5 @@
# This file is part of vmod-binlog testsuite -*- autotest -*-
-# Copyright (C) 2013-2014 Sergey Poznyakoff
+# Copyright (C) 2013-2018 Sergey Poznyakoff
#
# Vmod-binlog is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/testsuite.at b/tests/testsuite.at
index 9dee99d..240fc0d 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -1,5 +1,5 @@
# This file is part of vmod-binlog -*- autotest -*-
-# Copyright (C) 2013-2014 Sergey Poznyakoff
+# Copyright (C) 2013-2018 Sergey Poznyakoff
#
# Vmod-binlog is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by

Return to:

Send suggestions and report system problems to the System administrator.