aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2014-11-01 18:11:39 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2014-11-01 18:11:39 +0200
commitb9f2a6f03404cc5d85240250f4f961775dc44648 (patch)
tree49802167aa7ea383a28757cbf76bdb1e7f82b945
parentf74d13d7cd6c41f79a7efdea9364559ddc2bf438 (diff)
downloadvmod-sql-b9f2a6f03404cc5d85240250f4f961775dc44648.tar.gz
vmod-sql-b9f2a6f03404cc5d85240250f4f961775dc44648.tar.bz2
Update copyright years
-rw-r--r--Makefile.am2
-rw-r--r--NEWS2
-rw-r--r--README2
-rw-r--r--acinclude.m42
-rw-r--r--configure.ac2
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/vmod-sql.32
-rw-r--r--git2chg.awk2
-rw-r--r--src/Makefile.am2
-rw-r--r--src/mysql.c2
-rw-r--r--src/pgsql.c2
-rw-r--r--src/sql.c2
-rw-r--r--src/vmod-sql.c2
-rw-r--r--src/vmod-sql.h2
-rw-r--r--src/wordsplit.c2
-rw-r--r--src/wordsplit.h2
16 files changed, 16 insertions, 16 deletions
diff --git a/Makefile.am b/Makefile.am
index bb40beb..50edf73 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of vmod-sql
-# Copyright (C) 2013 Sergey Poznyakoff
+# Copyright (C) 2013-2014 Sergey Poznyakoff
#
# Vmod-sql is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/NEWS b/NEWS
index 61c125e..2d08054 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
vmod-sql -- history of user-visible changes. 2013-10-19
-Copyright (C) 2013 Sergey Poznyakoff
+Copyright (C) 2013-2014 Sergey Poznyakoff
See the end of file for copying conditions.
Please send vmod-sql bug reports to <gray@gnu.org>
diff --git a/README b/README
index f6f6d9c..276eb74 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
Vmod-sql README
-Copyright (C) 2013 Sergey Poznyakoff
+Copyright (C) 2013-2014 Sergey Poznyakoff
See the end of file for copying conditions.
* Introduction
diff --git a/acinclude.m4 b/acinclude.m4
index 3cefdf8..f2d1914 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1,4 +1,4 @@
-# Copyright (C) 2001, 2006, 2008-2012 Sergey Poznyakoff
+# Copyright (C) 2001-2014 Sergey Poznyakoff
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/configure.ac b/configure.ac
index a56b2e6..805cf5e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# This file is part of vmod-sql -*- autoconf -*-
-# Copyright (C) 2013 Sergey Poznyakoff
+# Copyright (C) 2013-2014 Sergey Poznyakoff
#
# Vmod-sql is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/doc/Makefile.am b/doc/Makefile.am
index cce9417..5a9f029 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of vmod-sql
-# Copyright (C) 2013 Sergey Poznyakoff
+# Copyright (C) 2013-2014 Sergey Poznyakoff
#
# Vmod-sql is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/doc/vmod-sql.3 b/doc/vmod-sql.3
index 28dc2d4..864c6e1 100644
--- a/doc/vmod-sql.3
+++ b/doc/vmod-sql.3
@@ -1,5 +1,5 @@
.\" This file is part of Vmod-sql -*- nroff -*-
-.\" Copyright (C) 2013 Sergey Poznyakoff
+.\" Copyright (C) 2013-2014 Sergey Poznyakoff
.\"
.\" Vmod-sql is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
diff --git a/git2chg.awk b/git2chg.awk
index 1e75254..6dad87e 100644
--- a/git2chg.awk
+++ b/git2chg.awk
@@ -1,5 +1,5 @@
# This file is part of grecs
-# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
+# Copyright (C) 2007-2014 Sergey Poznyakoff
#
# Grecs is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/src/Makefile.am b/src/Makefile.am
index bc5bfd1..639ed51 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of vmod-sql
-# Copyright (C) 2013 Sergey Poznyakoff
+# Copyright (C) 2013-2014 Sergey Poznyakoff
#
# Vmod-sql is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/src/mysql.c b/src/mysql.c
index 1b941bf..f113b10 100644
--- a/src/mysql.c
+++ b/src/mysql.c
@@ -1,5 +1,5 @@
/* This file is part of vmod-sql
- Copyright (C) 2013 Sergey Poznyakoff
+ Copyright (C) 2013-2014 Sergey Poznyakoff
Vmod-sql is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/pgsql.c b/src/pgsql.c
index 865526e..9d420fc 100644
--- a/src/pgsql.c
+++ b/src/pgsql.c
@@ -1,5 +1,5 @@
/* This file is part of vmod-sql
- Copyright (C) 2013 Sergey Poznyakoff
+ Copyright (C) 2013-2014 Sergey Poznyakoff
Vmod-sql is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/sql.c b/src/sql.c
index 2bf8bc6..3ceb95c 100644
--- a/src/sql.c
+++ b/src/sql.c
@@ -1,5 +1,5 @@
/* This file is part of vmod-sql
- Copyright (C) 2013 Sergey Poznyakoff
+ Copyright (C) 2013-2014 Sergey Poznyakoff
Vmod-sql is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/vmod-sql.c b/src/vmod-sql.c
index 119fa25..2857f1f 100644
--- a/src/vmod-sql.c
+++ b/src/vmod-sql.c
@@ -1,5 +1,5 @@
/* This file is part of vmod-sql
- Copyright (C) 2013 Sergey Poznyakoff
+ Copyright (C) 2013-2014 Sergey Poznyakoff
Vmod-sql is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/vmod-sql.h b/src/vmod-sql.h
index 7daff7a..2a423fe 100644
--- a/src/vmod-sql.h
+++ b/src/vmod-sql.h
@@ -1,5 +1,5 @@
/* This file is part of vmod-sql
- Copyright (C) 2013 Sergey Poznyakoff
+ Copyright (C) 2013-2014 Sergey Poznyakoff
Vmod-sql is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/wordsplit.c b/src/wordsplit.c
index 9047369..f4740bf 100644
--- a/src/wordsplit.c
+++ b/src/wordsplit.c
@@ -1,5 +1,5 @@
/* wordsplit - a word splitter
- Copyright (C) 2009-2012 Sergey Poznyakoff
+ Copyright (C) 2009-2014 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/src/wordsplit.h b/src/wordsplit.h
index 8502106..815227b 100644
--- a/src/wordsplit.h
+++ b/src/wordsplit.h
@@ -1,5 +1,5 @@
/* wordsplit - a word splitter
- Copyright (C) 2009-2012 Sergey Poznyakoff
+ Copyright (C) 2009-2014 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the

Return to:

Send suggestions and report system problems to the System administrator.