X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fzebraidx.c;h=8ce646742798491bd5bd6db0b0713eaac9451e6d;hb=1b5ef8265837240930862dddd2d7ef963a0cc211;hp=27a0a3560f1c4feaff4d266e609841e351edaf10;hpb=e05cb2631696372c6bdabcabe22401efe9645ab7;p=idzebra-moved-to-github.git diff --git a/index/zebraidx.c b/index/zebraidx.c index 27a0a35..8ce6467 100644 --- a/index/zebraidx.c +++ b/index/zebraidx.c @@ -1,5 +1,5 @@ -/* $Id: zebraidx.c,v 1.3 2006-12-22 12:14:25 adam Exp $ - Copyright (C) 1995-2006 +/* $Id: zebraidx.c,v 1.4 2007-01-15 15:10:17 adam Exp $ + Copyright (C) 1995-2007 Index Data ApS This file is part of the Zebra server. @@ -233,7 +233,7 @@ int main (int argc, char **argv) else if (ret == 'V') { printf("Zebra %s %s\n", ZEBRAVER, ZEBRADATE); - printf(" (C) 1994-2006, Index Data ApS\n"); + printf(" (C) 1994-2007, Index Data ApS\n"); #ifdef WIN32 #ifdef _DEBUG printf(" WIN32 Debug\n");