aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2015-01-28 11:46:46 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2015-12-17 15:26:55 +0200
commit6dba42a631d06ba4f0bfc6ab9f47b0e19f52161d (patch)
treea46dff22824a24eff673a8aa5bb9ba16464a8200
parentcadf0772364f43efd8ef4560fc9b9921c3a1f3b2 (diff)
downloadwordsplit-6dba42a631d06ba4f0bfc6ab9f47b0e19f52161d.tar.gz
wordsplit-6dba42a631d06ba4f0bfc6ab9f47b0e19f52161d.tar.bz2
Update copyright years
-rw-r--r--doc/wordsplit.32
-rw-r--r--src/wordsplit.c2
-rw-r--r--src/wordsplit.h2
-rw-r--r--tests/wordsplit.at2
-rw-r--r--tests/wsp.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/doc/wordsplit.3 b/doc/wordsplit.3
index 48faa50..1b5f3fb 100644
--- a/doc/wordsplit.3
+++ b/doc/wordsplit.3
@@ -1,5 +1,5 @@
.\" This file is part of grecs -*- nroff -*-
-.\" Copyright (C) 2007, 2009-2014 Sergey Poznyakoff
+.\" Copyright (C) 2007, 2009-2015 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/wordsplit.c b/src/wordsplit.c
index 4715547..355373e 100644
--- a/src/wordsplit.c
+++ b/src/wordsplit.c
@@ -1,5 +1,5 @@
/* wordsplit - a word splitter
- Copyright (C) 2009-2014 Sergey Poznyakoff
+ Copyright (C) 2009-2015 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 6b0c295..e7df8bb 100644
--- a/src/wordsplit.h
+++ b/src/wordsplit.h
@@ -1,5 +1,5 @@
/* wordsplit - a word splitter
- Copyright (C) 2009-2014 Sergey Poznyakoff
+ Copyright (C) 2009-2015 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/tests/wordsplit.at b/tests/wordsplit.at
index d41b60c..360b308 100644
--- a/tests/wordsplit.at
+++ b/tests/wordsplit.at
@@ -1,5 +1,5 @@
# This file is part of grecs -*- Autotest -*-
-# Copyright (C) 2014 Sergey Poznyakoff
+# Copyright (C) 2014-2015 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/tests/wsp.c b/tests/wsp.c
index 1f97b5b..9211fcf 100644
--- a/tests/wsp.c
+++ b/tests/wsp.c
@@ -1,5 +1,5 @@
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2014 Sergey Poznyakoff
+ Copyright (C) 2014-2015 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 the

Return to:

Send suggestions and report system problems to the System administrator.