Bump year to 2015
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 6 Jan 2015 16:13:24 +0000 (17:13 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 6 Jan 2015 16:13:24 +0000 (17:13 +0100)
README
doc/entities.ent
index/zebraidx.c
win/zebra.rc

diff --git a/README b/README
index 048afcc..a1411a0 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 Zebra server,
- Copyright (C) 1994-2014 Index Data
+ Copyright (C) 1994-2015 Index Data
 
 Introduction
 ------------
index b29b7b1..effb3eb 100644 (file)
@@ -19,4 +19,4 @@
 <!ENTITY zebrasrv-options SYSTEM "zebrasrv-options.xml">
 <!ENTITY zebrasrv-virtual SYSTEM "zebrasrv-virtual.xml">
 <!ENTITY gfs-synopsis-app "zebrasrv">
-<!ENTITY copyright-year "1994-2014">
+<!ENTITY copyright-year "1994-2015">
index db31bb7..4f996aa 100644 (file)
@@ -248,7 +248,7 @@ int main(int argc, char **argv)
             zebra_get_version(version_str, sys_str);
 
             printf("Zebra %s\n", version_str);
-           printf("(C) 1994-2014, Index Data\n");
+           printf("(C) 1994-2015, Index Data\n");
             printf("Zebra is free software, covered by the GNU General Public License, and you are\n");
             printf("welcome to change it and/or distribute copies of it under certain conditions.\n");
             printf("SHA1 ID: %s\n", sys_str);
index 5ba5733..2462a73 100644 (file)
@@ -23,7 +23,7 @@ VS_VERSION_INFO VERSIONINFO
             VALUE "FileDescription", "idzebra DLL\0"
             VALUE "FileVersion", ZEBRAVER "\0"
             VALUE "InternalName", "idzebra\0"
-            VALUE "LegalCopyright", "Copyright © 1994-2014 Index Data\0"
+            VALUE "LegalCopyright", "Copyright © 1994-2015 Index Data\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "zebra.rc\0"
             VALUE "PrivateBuild", "\0"