aboutsummaryrefslogtreecommitdiff
path: root/src/err.c
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 /src/err.c
parent64853618b1c0ae890772aaad3ef75ffe6fdce67a (diff)
downloadvmod-binlog-1db37f43ecd4f60ce73b042564263d9633d1a684.tar.gz
vmod-binlog-1db37f43ecd4f60ce73b042564263d9633d1a684.tar.bz2
Update copyright yearsrelease-2.3
Diffstat (limited to 'src/err.c')
-rw-r--r--src/err.c4
1 files changed, 2 insertions, 2 deletions
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");

Return to:

Send suggestions and report system problems to the System administrator.