aboutsummaryrefslogtreecommitdiff
path: root/src/err.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2014-11-01 17:11:09 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2014-11-01 17:11:09 +0200
commit0d3fd22f913e35a894164e989ecac16bfba05368 (patch)
treeb710b9cf91a4fca7654f34cca66bcb81f6fcdf7e /src/err.c
parentfffbbfb089847644e2b0281faba2fa892df4f8b9 (diff)
downloadvmod-binlog-0d3fd22f913e35a894164e989ecac16bfba05368.tar.gz
vmod-binlog-0d3fd22f913e35a894164e989ecac16bfba05368.tar.bz2
Update copyright years
Diffstat (limited to 'src/err.c')
-rw-r--r--src/err.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/err.c b/src/err.c
index 5c4d8d8..a658e95 100644
--- a/src/err.c
+++ b/src/err.c
@@ -1,26 +1,26 @@
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
9 Vmod-binlog is distributed in the hope that it will be useful, 9 Vmod-binlog is distributed in the hope that it will be useful,
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*/ 16*/
17#include <config.h> 17#include <config.h>
18#include <stdio.h> 18#include <stdio.h>
19#include <stdarg.h> 19#include <stdarg.h>
20#include <string.h> 20#include <string.h>
21#include "err.h" 21#include "err.h"
22 22
23const char *progname; 23const char *progname;
24 24
25void 25void
26setprogname(const char *arg) 26setprogname(const char *arg)

Return to:

Send suggestions and report system problems to the System administrator.