author | Sergey Poznyakoff <gray@gnu.org.ua> | 2014-11-01 15:11:09 (GMT) |
---|---|---|
committer | Sergey Poznyakoff <gray@gnu.org.ua> | 2014-11-01 15:11:09 (GMT) |
commit | 0d3fd22f913e35a894164e989ecac16bfba05368 (patch) (unidiff) | |
tree | b710b9cf91a4fca7654f34cca66bcb81f6fcdf7e | |
parent | fffbbfb089847644e2b0281faba2fa892df4f8b9 (diff) | |
download | vmod-binlog-0d3fd22f913e35a894164e989ecac16bfba05368.tar.gz vmod-binlog-0d3fd22f913e35a894164e989ecac16bfba05368.tar.bz2 |
Update copyright years
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | NEWS | 16 | ||||
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | doc/Makefile.am | 2 | ||||
-rw-r--r-- | doc/binlogcat.1 | 2 | ||||
-rw-r--r-- | doc/binlogsel.1 | 2 | ||||
-rw-r--r-- | doc/vmod-binlog.3 | 6 | ||||
-rw-r--r-- | git2chg.awk | 2 | ||||
-rw-r--r-- | src/binlogcat.c | 2 | ||||
-rw-r--r-- | src/err.c | 2 | ||||
-rw-r--r-- | src/err.h | 2 | ||||
-rw-r--r-- | src/pack.c | 2 | ||||
-rw-r--r-- | src/pack.h | 2 | ||||
-rw-r--r-- | src/xalloc.c | 2 | ||||
-rw-r--r-- | tests/Makefile.am | 2 | ||||
-rw-r--r-- | tests/atlocal.in | 2 | ||||
-rw-r--r-- | tests/binpack.c | 2 | ||||
-rw-r--r-- | tests/pack.at | 2 | ||||
-rw-r--r-- | tests/test01.at | 2 | ||||
-rw-r--r-- | tests/test02.at | 2 | ||||
-rw-r--r-- | tests/testsuite.at | 2 |
21 files changed, 38 insertions, 24 deletions
diff --git a/Makefile.am b/Makefile.am index 2928055..75bb714 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -1,8 +1,8 @@ | |||
1 | # This file is part of vmod-binlog | 1 | # This file is part of vmod-binlog |
2 | # Copyright (C) 2013 Sergey Poznyakoff | 2 | # Copyright (C) 2013-2014 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 |
6 | # the Free Software Foundation; either version 3, or (at your option) | 6 | # the Free Software Foundation; either version 3, or (at your option) |
7 | # any later version. | 7 | # any later version. |
8 | # | 8 | # |
@@ -1,8 +1,8 @@ | |||
1 | Vmod-binlog NEWS -- history of user-visible changes. 2014-11-01 | 1 | Vmod-binlog NEWS -- history of user-visible changes. 2014-11-01 |
2 | Copyright (C) 2013 Sergey Poznyakoff | 2 | Copyright (C) 2013-2014 Sergey Poznyakoff |
3 | See the end of file for copying conditions. | 3 | See the end of file for copying conditions. |
4 | 4 | ||
5 | Please send Vmod-binlog bug reports to <gray@gnu.org> | 5 | Please send Vmod-binlog bug reports to <gray@gnu.org> |
6 | 6 | ||
7 | Version 1,0.91 (Git) | 7 | Version 1,0.91 (Git) |
8 | 8 | ||
@@ -11,12 +11,26 @@ Support for VCL 4.0 | |||
11 | 11 | ||
12 | Version 1.0, 2013-10-19 | 12 | Version 1.0, 2013-10-19 |
13 | 13 | ||
14 | Initial release. | 14 | Initial release. |
15 | 15 | ||
16 | 16 | ||
17 | * Copyright information: | ||
18 | |||
19 | Copyright (C) 2013-2014 Sergey Poznyakoff | ||
20 | |||
21 | Permission is granted to anyone to make or distribute verbatim copies | ||
22 | of this document as received, in any medium, provided that the | ||
23 | copyright notice and this permission notice are preserved, | ||
24 | thus giving the recipient permission to redistribute in turn. | ||
25 | |||
26 | Permission is granted to distribute modified versions | ||
27 | of this document, or of portions of it, | ||
28 | under the above conditions, provided also that they | ||
29 | carry prominent notices stating who last changed them. | ||
30 | |||
17 | Local variables: | 31 | Local variables: |
18 | mode: outline | 32 | mode: outline |
19 | paragraph-separate: "[]*$" | 33 | paragraph-separate: "[]*$" |
20 | eval: (add-hook 'write-file-hooks 'time-stamp) | 34 | eval: (add-hook 'write-file-hooks 'time-stamp) |
21 | time-stamp-start: "changes. " | 35 | time-stamp-start: "changes. " |
22 | time-stamp-format: "%:y-%02m-%02d" | 36 | time-stamp-format: "%:y-%02m-%02d" |
@@ -1,8 +1,8 @@ | |||
1 | Vmod-binlog README | 1 | Vmod-binlog README |
2 | Copyright (C) 2013 Sergey Poznyakoff | 2 | Copyright (C) 2013-2014 Sergey Poznyakoff |
3 | See the end of file for copying conditions. | 3 | See the end of file for copying conditions. |
4 | 4 | ||
5 | * Introduction | 5 | * Introduction |
6 | 6 | ||
7 | This file contains brief information about configuring, testing | 7 | This file contains brief information about configuring, testing |
8 | and using vmod-binlog. It is *not* intended as a replacement | 8 | and using vmod-binlog. It is *not* intended as a replacement |
@@ -74,13 +74,13 @@ http://www.gnu.org.ua/software/vmod-binlog. | |||
74 | 74 | ||
75 | Send bug reports and suggestions to <gray@gnu.org> | 75 | Send bug reports and suggestions to <gray@gnu.org> |
76 | 76 | ||
77 | 77 | ||
78 | * Copyright information: | 78 | * Copyright information: |
79 | 79 | ||
80 | Copyright (C) 2013 Sergey Poznyakoff | 80 | Copyright (C) 2013-2014 Sergey Poznyakoff |
81 | 81 | ||
82 | Permission is granted to anyone to make or distribute verbatim copies | 82 | Permission is granted to anyone to make or distribute verbatim copies |
83 | of this document as received, in any medium, provided that the | 83 | of this document as received, in any medium, provided that the |
84 | copyright notice and this permission notice are preserved, | 84 | copyright notice and this permission notice are preserved, |
85 | thus giving the recipient permission to redistribute in turn. | 85 | thus giving the recipient permission to redistribute in turn. |
86 | 86 | ||
diff --git a/doc/Makefile.am b/doc/Makefile.am index 1808f7d..340a384 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am | |||
@@ -1,8 +1,8 @@ | |||
1 | # This file is part of vmod-binlog | 1 | # This file is part of vmod-binlog |
2 | # Copyright (C) 2013 Sergey Poznyakoff | 2 | # Copyright (C) 2013-2014 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 |
6 | # the Free Software Foundation; either version 3, or (at your option) | 6 | # the Free Software Foundation; either version 3, or (at your option) |
7 | # any later version. | 7 | # any later version. |
8 | # | 8 | # |
diff --git a/doc/binlogcat.1 b/doc/binlogcat.1 index 5d49bfb..ba54077 100644 --- a/doc/binlogcat.1 +++ b/doc/binlogcat.1 | |||
@@ -1,8 +1,8 @@ | |||
1 | .\" This file is part of Vmod-binlog -*- nroff -*- | 1 | .\" This file is part of Vmod-binlog -*- nroff -*- |
2 | .\" Copyright (C) 2013 Sergey Poznyakoff | 2 | .\" Copyright (C) 2013-2014 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 |
6 | .\" the Free Software Foundation; either version 3, or (at your option) | 6 | .\" the Free Software Foundation; either version 3, or (at your option) |
7 | .\" any later version. | 7 | .\" any later version. |
8 | .\" | 8 | .\" |
diff --git a/doc/binlogsel.1 b/doc/binlogsel.1 index 8c6dfd2..ddc19fa 100644 --- a/doc/binlogsel.1 +++ b/doc/binlogsel.1 | |||
@@ -1,8 +1,8 @@ | |||
1 | .\" This file is part of Vmod-binlog -*- nroff -*- | 1 | .\" This file is part of Vmod-binlog -*- nroff -*- |
2 | .\" Copyright (C) 2013 Sergey Poznyakoff | 2 | .\" Copyright (C) 2013-2014 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 |
6 | .\" the Free Software Foundation; either version 3, or (at your option) | 6 | .\" the Free Software Foundation; either version 3, or (at your option) |
7 | .\" any later version. | 7 | .\" any later version. |
8 | .\" | 8 | .\" |
diff --git a/doc/vmod-binlog.3 b/doc/vmod-binlog.3 index 7f66dea..66dbc5a 100644 --- a/doc/vmod-binlog.3 +++ b/doc/vmod-binlog.3 | |||
@@ -1,8 +1,8 @@ | |||
1 | .\" This file is part of Vmod-binlog -*- nroff -*- | 1 | .\" This file is part of Vmod-binlog -*- nroff -*- |
2 | .\" Copyright (C) 2013 Sergey Poznyakoff | 2 | .\" Copyright (C) 2013-2014 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 |
6 | .\" the Free Software Foundation; either version 3, or (at your option) | 6 | .\" the Free Software Foundation; either version 3, or (at your option) |
7 | .\" any later version. | 7 | .\" any later version. |
8 | .\" | 8 | .\" |
@@ -10,13 +10,13 @@ | |||
10 | .\" but WITHOUT ANY WARRANTY; without even the implied warranty of | 10 | .\" but WITHOUT ANY WARRANTY; without even the implied warranty of |
11 | .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 11 | .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
12 | .\" GNU General Public License for more details. | 12 | .\" GNU General Public License for more details. |
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 "October 23, 2013" "VMOD-BINLOG" "User Reference" | 16 | .TH VMOD-BINLOG 1 "November 1, 2014" "VMOD-BINLOG" "User Reference" |
17 | .SH NAME | 17 | .SH NAME |
18 | vmod\-binlog \- binary log file support for Varnish Cache. | 18 | vmod\-binlog \- binary log file support for Varnish Cache. |
19 | .SH SYNOPSIS | 19 | .SH SYNOPSIS |
20 | .B import binlog; | 20 | .B import binlog; |
21 | 21 | ||
22 | .BI "VOID binlog.init(STRING " dir ", STRING " format ", STRING " param ");" | 22 | .BI "VOID binlog.init(STRING " dir ", STRING " format ", STRING " param ");" |
@@ -267,13 +267,13 @@ the repeat count. | |||
267 | .BR varnishd (1). | 267 | .BR varnishd (1). |
268 | .SH AUTHORS | 268 | .SH AUTHORS |
269 | Sergey Poznyakoff | 269 | Sergey Poznyakoff |
270 | .SH "BUG REPORTS" | 270 | .SH "BUG REPORTS" |
271 | Report bugs to <gray@gnu.org>. | 271 | Report bugs to <gray@gnu.org>. |
272 | .SH COPYRIGHT | 272 | .SH COPYRIGHT |
273 | Copyright \(co 2013 Sergey Poznyakoff | 273 | Copyright \(co 2013-2014 Sergey Poznyakoff |
274 | .br | 274 | .br |
275 | .na | 275 | .na |
276 | License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> | 276 | License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> |
277 | .br | 277 | .br |
278 | .ad | 278 | .ad |
279 | This is free software: you are free to change and redistribute it. | 279 | This is free software: you are free to change and redistribute it. |
diff --git a/git2chg.awk b/git2chg.awk index 1e75254..6dad87e 100644 --- a/git2chg.awk +++ b/git2chg.awk | |||
@@ -1,8 +1,8 @@ | |||
1 | # This file is part of grecs | 1 | # This file is part of grecs |
2 | # Copyright (C) 2007, 2009-2012 Sergey Poznyakoff | 2 | # Copyright (C) 2007-2014 Sergey Poznyakoff |
3 | # | 3 | # |
4 | # Grecs is free software; you can redistribute it and/or modify | 4 | # Grecs 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 |
6 | # the Free Software Foundation; either version 3, or (at your option) | 6 | # the Free Software Foundation; either version 3, or (at your option) |
7 | # any later version. | 7 | # any later version. |
8 | # | 8 | # |
diff --git a/src/binlogcat.c b/src/binlogcat.c index dd337bb..db51762 100644 --- a/src/binlogcat.c +++ b/src/binlogcat.c | |||
@@ -1,8 +1,8 @@ | |||
1 | /* This file is part of vmod-binlog | 1 | /* This file is part of vmod-binlog |
2 | Copyright (C) 2013 Sergey Poznyakoff | 2 | Copyright (C) 2013-2014 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 |
6 | the Free Software Foundation; either version 3, or (at your option) | 6 | the Free Software Foundation; either version 3, or (at your option) |
7 | any later version. | 7 | any later version. |
8 | 8 | ||
@@ -1,8 +1,8 @@ | |||
1 | /* This file is part of vmod-binlog | 1 | /* This file is part of vmod-binlog |
2 | Copyright (C) 2013 Sergey Poznyakoff | 2 | Copyright (C) 2013-2014 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 |
6 | the Free Software Foundation; either version 3, or (at your option) | 6 | the Free Software Foundation; either version 3, or (at your option) |
7 | any later version. | 7 | any later version. |
8 | 8 | ||
@@ -1,8 +1,8 @@ | |||
1 | /* This file is part of vmod-binlog | 1 | /* This file is part of vmod-binlog |
2 | Copyright (C) 2013 Sergey Poznyakoff | 2 | Copyright (C) 2013-2014 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 |
6 | the Free Software Foundation; either version 3, or (at your option) | 6 | the Free Software Foundation; either version 3, or (at your option) |
7 | any later version. | 7 | any later version. |
8 | 8 | ||
@@ -1,8 +1,8 @@ | |||
1 | /* This file is part of vmod-binlog | 1 | /* This file is part of vmod-binlog |
2 | Copyright (C) 2013 Sergey Poznyakoff | 2 | Copyright (C) 2013-2014 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 |
6 | the Free Software Foundation; either version 3, or (at your option) | 6 | the Free Software Foundation; either version 3, or (at your option) |
7 | any later version. | 7 | any later version. |
8 | 8 | ||
@@ -1,8 +1,8 @@ | |||
1 | /* This file is part of vmod-binlog | 1 | /* This file is part of vmod-binlog |
2 | Copyright (C) 2013 Sergey Poznyakoff | 2 | Copyright (C) 2013-2014 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 |
6 | the Free Software Foundation; either version 3, or (at your option) | 6 | the Free Software Foundation; either version 3, or (at your option) |
7 | any later version. | 7 | any later version. |
8 | 8 | ||
diff --git a/src/xalloc.c b/src/xalloc.c index 6ab6802..551d6c6 100644 --- a/src/xalloc.c +++ b/src/xalloc.c | |||
@@ -1,8 +1,8 @@ | |||
1 | /* This file is part of vmod-binlog | 1 | /* This file is part of vmod-binlog |
2 | Copyright (C) 2013 Sergey Poznyakoff | 2 | Copyright (C) 2013-2014 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 |
6 | the Free Software Foundation; either version 3, or (at your option) | 6 | the Free Software Foundation; either version 3, or (at your option) |
7 | any later version. | 7 | any later version. |
8 | 8 | ||
diff --git a/tests/Makefile.am b/tests/Makefile.am index f8f92d6..c77be03 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -1,8 +1,8 @@ | |||
1 | # This file is part of vmod-binlog | 1 | # This file is part of vmod-binlog |
2 | # Copyright (C) 2013 Sergey Poznyakoff | 2 | # Copyright (C) 2013-2014 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 |
6 | # the Free Software Foundation; either version 3, or (at your option) | 6 | # the Free Software Foundation; either version 3, or (at your option) |
7 | # any later version. | 7 | # any later version. |
8 | # | 8 | # |
diff --git a/tests/atlocal.in b/tests/atlocal.in index 2d91b77..96b2d47 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in | |||
@@ -1,9 +1,9 @@ | |||
1 | # @configure_input@ -*- shell-script -*- | 1 | # @configure_input@ -*- shell-script -*- |
2 | # Configurable variable values for vmod-binlog test suite. | 2 | # Configurable variable values for vmod-binlog test suite. |
3 | # Copyright (C) 2013 Sergey Poznyakoff | 3 | # Copyright (C) 2013-2014 Sergey Poznyakoff |
4 | 4 | ||
5 | PATH=@abs_builddir@:@abs_top_builddir@/src:@abs_top_srcdir@/build-aux:$top_srcdir:$srcdir:$PATH | 5 | PATH=@abs_builddir@:@abs_top_builddir@/src:@abs_top_srcdir@/build-aux:$top_srcdir:$srcdir:$PATH |
6 | VARNISHTEST="@VARNISHSRC@/bin/varnishtest/varnishtest -Dvarnishd=@VARNISHSRC@/bin/varnishd/varnishd" | 6 | VARNISHTEST="@VARNISHSRC@/bin/varnishtest/varnishtest -Dvarnishd=@VARNISHSRC@/bin/varnishd/varnishd" |
7 | @VARNISH4_FALSE@ret_vcl_recv=lookup | 7 | @VARNISH4_FALSE@ret_vcl_recv=lookup |
8 | @VARNISH4_TRUE@ret_vcl_recv=hash | 8 | @VARNISH4_TRUE@ret_vcl_recv=hash |
9 | 9 | ||
diff --git a/tests/binpack.c b/tests/binpack.c index 482e658..fbf16dc 100644 --- a/tests/binpack.c +++ b/tests/binpack.c | |||
@@ -1,8 +1,8 @@ | |||
1 | /* This file is part of vmod-binlog | 1 | /* This file is part of vmod-binlog |
2 | Copyright (C) 2013 Sergey Poznyakoff | 2 | Copyright (C) 2013-2014 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 |
6 | the Free Software Foundation; either version 3, or (at your option) | 6 | the Free Software Foundation; either version 3, or (at your option) |
7 | any later version. | 7 | any later version. |
8 | 8 | ||
diff --git a/tests/pack.at b/tests/pack.at index 0baf8e6..37299c0 100644 --- a/tests/pack.at +++ b/tests/pack.at | |||
@@ -1,8 +1,8 @@ | |||
1 | # This file is part of vmod-binlog testsuite -*- autotest -*- | 1 | # This file is part of vmod-binlog testsuite -*- autotest -*- |
2 | # Copyright (C) 2013 Sergey Poznyakoff | 2 | # Copyright (C) 2013-2014 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 |
6 | # the Free Software Foundation; either version 3, or (at your option) | 6 | # the Free Software Foundation; either version 3, or (at your option) |
7 | # any later version. | 7 | # any later version. |
8 | # | 8 | # |
diff --git a/tests/test01.at b/tests/test01.at index b879615..d965b3c 100644 --- a/tests/test01.at +++ b/tests/test01.at | |||
@@ -1,8 +1,8 @@ | |||
1 | # This file is part of vmod-binlog testsuite -*- autotest -*- | 1 | # This file is part of vmod-binlog testsuite -*- autotest -*- |
2 | # Copyright (C) 2013 Sergey Poznyakoff | 2 | # Copyright (C) 2013-2014 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 |
6 | # the Free Software Foundation; either version 3, or (at your option) | 6 | # the Free Software Foundation; either version 3, or (at your option) |
7 | # any later version. | 7 | # any later version. |
8 | # | 8 | # |
diff --git a/tests/test02.at b/tests/test02.at index fc9e08f..fb51ef3 100644 --- a/tests/test02.at +++ b/tests/test02.at | |||
@@ -1,8 +1,8 @@ | |||
1 | # This file is part of vmod-binlog testsuite -*- autotest -*- | 1 | # This file is part of vmod-binlog testsuite -*- autotest -*- |
2 | # Copyright (C) 2013 Sergey Poznyakoff | 2 | # Copyright (C) 2013-2014 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 |
6 | # the Free Software Foundation; either version 3, or (at your option) | 6 | # the Free Software Foundation; either version 3, or (at your option) |
7 | # any later version. | 7 | # any later version. |
8 | # | 8 | # |
diff --git a/tests/testsuite.at b/tests/testsuite.at index 27a1647..9dee99d 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at | |||
@@ -1,8 +1,8 @@ | |||
1 | # This file is part of vmod-binlog -*- autotest -*- | 1 | # This file is part of vmod-binlog -*- autotest -*- |
2 | # Copyright (C) 2013 Sergey Poznyakoff | 2 | # Copyright (C) 2013-2014 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 |
6 | # the Free Software Foundation; either version 3, or (at your option) | 6 | # the Free Software Foundation; either version 3, or (at your option) |
7 | # any later version. | 7 | # any later version. |
8 | # | 8 | # |