aboutsummaryrefslogtreecommitdiff
path: root/src/vmod-binlog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vmod-binlog.h')
-rw-r--r--src/vmod-binlog.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/vmod-binlog.h b/src/vmod-binlog.h
index d67f1cd..fec8d24 100644
--- a/src/vmod-binlog.h
+++ b/src/vmod-binlog.h
@@ -1,29 +1,28 @@
/* This file is part of vmod-binlog
- Copyright (C) 2013 Sergey Poznyakoff
+ Copyright (C) 2013-2014 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
the Free Software Foundation; either version 3, or (at your option)
any later version.
Vmod-binlog is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with vmod-binlog. If not, see <http://www.gnu.org/licenses/>.
*/
-
#include <stdint.h>
#define SIZE_T_MAX ((size_t)~0)
#ifndef BINLOG_SIZE
# define BINLOG_SIZE (1024*1024*1024)
#endif
#ifndef BINLOG_PATTERN
# define BINLOG_PATTERN "%Y%m%dT%H%M%S.log"
#endif

Return to:

Send suggestions and report system problems to the System administrator.