X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fzebraidx.c;h=db31bb7fb3a97f91a00282f33206a56ae542cad4;hb=8c1d8b5e863e1375f9e25c4e11c8443f11c22496;hp=82eb5c2aa3bf8eb86e51e1f2c600f4ad00c1b06e;hpb=fc5f91a7c4eb187dd257ca966b1e1c105fbb01b8;p=idzebra-moved-to-github.git diff --git a/index/zebraidx.c b/index/zebraidx.c index 82eb5c2..db31bb7 100644 --- a/index/zebraidx.c +++ b/index/zebraidx.c @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 2004-2013 Index Data + Copyright (C) Index Data Zebra 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 @@ -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-2013, Index Data ApS\n"); + printf("(C) 1994-2014, 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);