X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=index%2Fzebraidx.c;h=db31bb7fb3a97f91a00282f33206a56ae542cad4;hp=82eb5c2aa3bf8eb86e51e1f2c600f4ad00c1b06e;hb=e2e073b5c947e996304ed7d577497af5e9a879ee;hpb=739e721ee59f645cb821c8d3035a12aefae423f6 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);