From: Adam Dickmeiss Date: Tue, 6 Jan 2015 16:13:24 +0000 (+0100) Subject: Bump year to 2015 X-Git-Tag: v2.0.60~2 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=d76698e619ad3dfae30c6c95eaf989bb10e83ecc Bump year to 2015 --- diff --git a/README b/README index 048afcc..a1411a0 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ Zebra server, - Copyright (C) 1994-2014 Index Data + Copyright (C) 1994-2015 Index Data Introduction ------------ diff --git a/doc/entities.ent b/doc/entities.ent index b29b7b1..effb3eb 100644 --- a/doc/entities.ent +++ b/doc/entities.ent @@ -19,4 +19,4 @@ - + diff --git a/index/zebraidx.c b/index/zebraidx.c index db31bb7..4f996aa 100644 --- a/index/zebraidx.c +++ b/index/zebraidx.c @@ -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); diff --git a/win/zebra.rc b/win/zebra.rc index 5ba5733..2462a73 100644 --- a/win/zebra.rc +++ b/win/zebra.rc @@ -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"