aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 @@
1# This file is part of vmod-binlog 1# This file is part of vmod-binlog
2# Copyright (C) 2013-2014, 2016, 2017 Sergey Poznyakoff 2# Copyright (C) 2013-2018 Sergey Poznyakoff
3# 3#
4# Vmod-binlog is free software; you can redistribute it and/or modify 4# Vmod-binlog 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/doc/Makefile.am b/doc/Makefile.am
index 340a384..f0a3d4e 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,5 +1,5 @@
1# This file is part of vmod-binlog 1# This file is part of vmod-binlog
2# Copyright (C) 2013-2014 Sergey Poznyakoff 2# Copyright (C) 2013-2018 Sergey Poznyakoff
3# 3#
4# Vmod-binlog is free software; you can redistribute it and/or modify 4# Vmod-binlog 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/doc/binlogcat.1 b/doc/binlogcat.1
index ba54077..dd24dd6 100644
--- a/doc/binlogcat.1
+++ b/doc/binlogcat.1
@@ -1,5 +1,5 @@
1.\" This file is part of Vmod-binlog -*- nroff -*- 1.\" This file is part of Vmod-binlog -*- nroff -*-
2.\" Copyright (C) 2013-2014 Sergey Poznyakoff 2.\" Copyright (C) 2013-2018 Sergey Poznyakoff
3.\" 3.\"
4.\" Vmod-binlog is free software; you can redistribute it and/or modify 4.\" Vmod-binlog 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
@@ -57,7 +57,7 @@ Sergey Poznyakoff
57.SH "BUG REPORTS" 57.SH "BUG REPORTS"
58Report bugs to <gray@gnu.org>. 58Report bugs to <gray@gnu.org>.
59.SH COPYRIGHT 59.SH COPYRIGHT
60Copyright \(co 2013 Sergey Poznyakoff 60Copyright \(co 2013-2018 Sergey Poznyakoff
61.br 61.br
62.na 62.na
63License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> 63License 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 @@
1.\" This file is part of Vmod-binlog -*- nroff -*- 1.\" This file is part of Vmod-binlog -*- nroff -*-
2.\" Copyright (C) 2013-2014 Sergey Poznyakoff 2.\" Copyright (C) 2013-2018 Sergey Poznyakoff
3.\" 3.\"
4.\" Vmod-binlog is free software; you can redistribute it and/or modify 4.\" Vmod-binlog 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
@@ -240,7 +240,7 @@ Sergey Poznyakoff
240.SH "BUG REPORTS" 240.SH "BUG REPORTS"
241Report bugs to <gray@gnu.org>. 241Report bugs to <gray@gnu.org>.
242.SH COPYRIGHT 242.SH COPYRIGHT
243Copyright \(co 2013 Sergey Poznyakoff 243Copyright \(co 2013-2018 Sergey Poznyakoff
244.br 244.br
245.na 245.na
246License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> 246License 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 @@
13.\" 13.\"
14.\" You should have received a copy of the GNU General Public License 14.\" You should have received a copy of the GNU General Public License
15.\" along with vmod-binlog. If not, see <http://www.gnu.org/licenses/>. 15.\" along with vmod-binlog. If not, see <http://www.gnu.org/licenses/>.
16.TH VMOD-BINLOG 1 "December 10, 2018" "VMOD-BINLOG" "User Reference" 16.TH VMOD-BINLOG 3 "December 10, 2018" "VMOD-BINLOG" "User Reference"
17.SH NAME 17.SH NAME
18vmod\-binlog \- binary log file support for Varnish Cache. 18vmod\-binlog \- binary log file support for Varnish Cache.
19.SH SYNOPSIS 19.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 @@
1# This file is part of vmod-binlog 1# This file is part of vmod-binlog
2# Copyright (C) 2013-2017 Sergey Poznyakoff 2# Copyright (C) 2013-2018 Sergey Poznyakoff
3# 3#
4# Vmod-binlog is free software; you can redistribute it and/or modify 4# Vmod-binlog 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/binlogcat.c b/src/binlogcat.c
index db51762..7d97ae3 100644
--- a/src/binlogcat.c
+++ b/src/binlogcat.c
@@ -1,5 +1,5 @@
1/* This file is part of vmod-binlog 1/* This file is part of vmod-binlog
2 Copyright (C) 2013-2014 Sergey Poznyakoff 2 Copyright (C) 2013-2018 Sergey Poznyakoff
3 3
4 Vmod-binlog is free software; you can redistribute it and/or modify 4 Vmod-binlog 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/binlogsel.c b/src/binlogsel.c
index 9587c2b..d095239 100644
--- a/src/binlogsel.c
+++ b/src/binlogsel.c
@@ -1,5 +1,5 @@
1/* This file is part of vmod-binlog 1/* This file is part of vmod-binlog
2 Copyright (C) 2013, 2014 Sergey Poznyakoff 2 Copyright (C) 2013, 2018 Sergey Poznyakoff
3 3
4 Vmod-binlog is free software; you can redistribute it and/or modify 4 Vmod-binlog 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/err.c b/src/err.c
index a658e95..2d65f38 100644
--- a/src/err.c
+++ b/src/err.c
@@ -1,5 +1,5 @@
1/* This file is part of vmod-binlog 1/* This file is part of vmod-binlog
2 Copyright (C) 2013-2014 Sergey Poznyakoff 2 Copyright (C) 2013-2018 Sergey Poznyakoff
3 3
4 Vmod-binlog is free software; you can redistribute it and/or modify 4 Vmod-binlog 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
@@ -64,7 +64,7 @@ void
64version(void) 64version(void)
65{ 65{
66 printf("%s (%s) %s\n", progname, PACKAGE_TARNAME, PACKAGE_VERSION); 66 printf("%s (%s) %s\n", progname, PACKAGE_TARNAME, PACKAGE_VERSION);
67 printf("Copyright (C) 2013 Sergey Poznyakoff\n"); 67 printf("Copyright (C) 2013-2018 Sergey Poznyakoff\n");
68 printf("License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n"); 68 printf("License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n");
69 printf("This is free software: you are free to change and redistribute it.\n"); 69 printf("This is free software: you are free to change and redistribute it.\n");
70 printf("There is NO WARRANTY, to the extent permitted by law.\n"); 70 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 @@
1/* This file is part of vmod-binlog 1/* This file is part of vmod-binlog
2 Copyright (C) 2013-2014 Sergey Poznyakoff 2 Copyright (C) 2013-2018 Sergey Poznyakoff
3 3
4 Vmod-binlog is free software; you can redistribute it and/or modify 4 Vmod-binlog 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/pack.c b/src/pack.c
index 3998595..5a1083b 100644
--- a/src/pack.c
+++ b/src/pack.c
@@ -1,5 +1,5 @@
1/* This file is part of vmod-binlog 1/* This file is part of vmod-binlog
2 Copyright (C) 2013-2014 Sergey Poznyakoff 2 Copyright (C) 2013-2018 Sergey Poznyakoff
3 3
4 Vmod-binlog is free software; you can redistribute it and/or modify 4 Vmod-binlog 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/pack.h b/src/pack.h
index fb9f1ea..23ab2f7 100644
--- a/src/pack.h
+++ b/src/pack.h
@@ -1,5 +1,5 @@
1/* This file is part of vmod-binlog 1/* This file is part of vmod-binlog
2 Copyright (C) 2013-2014 Sergey Poznyakoff 2 Copyright (C) 2013-2018 Sergey Poznyakoff
3 3
4 Vmod-binlog is free software; you can redistribute it and/or modify 4 Vmod-binlog 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/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 @@
1/* This file is part of vmod-binlog 1/* This file is part of vmod-binlog
2 Copyright (C) 2013-2014 Sergey Poznyakoff 2 Copyright (C) 2013-2018 Sergey Poznyakoff
3 3
4 Vmod-binlog is free software; you can redistribute it and/or modify 4 Vmod-binlog 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/vmod.vcc b/src/vmod.vcc
index eb1a42c..bee2501 100644
--- a/src/vmod.vcc
+++ b/src/vmod.vcc
@@ -1,5 +1,5 @@
1# This file is part of vmod-binlog 1# This file is part of vmod-binlog
2# Copyright (C) 2013-2014, 2016 Sergey Poznyakoff 2# Copyright (C) 2013-2018 Sergey Poznyakoff
3# 3#
4# Vmod-binlog is free software; you can redistribute it and/or modify 4# Vmod-binlog 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/xalloc.c b/src/xalloc.c
index 551d6c6..1dbaf6a 100644
--- a/src/xalloc.c
+++ b/src/xalloc.c
@@ -1,5 +1,5 @@
1/* This file is part of vmod-binlog 1/* This file is part of vmod-binlog
2 Copyright (C) 2013-2014 Sergey Poznyakoff 2 Copyright (C) 2013-2018 Sergey Poznyakoff
3 3
4 Vmod-binlog is free software; you can redistribute it and/or modify 4 Vmod-binlog 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/tests/Makefile.am b/tests/Makefile.am
index ddb7dd7..8052a0e 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,5 @@
1# This file is part of vmod-binlog 1# This file is part of vmod-binlog
2# Copyright (C) 2013-2014 Sergey Poznyakoff 2# Copyright (C) 2013-2018 Sergey Poznyakoff
3# 3#
4# Vmod-binlog is free software; you can redistribute it and/or modify 4# Vmod-binlog is free software; you can redistribute it and/or modify