X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=index%2Fzebraidx.c;h=a521e73f4e81f2ebb6d333f9b78ea0634d8d9743;hp=4ca8b5f8c8ff3564d3c261eb9366b159a094d05b;hb=a66b7d79383ae700f3358731eecfe2aafed0e90d;hpb=d0ffad873fd93474304398c7d1c373ca9accb0c5 diff --git a/index/zebraidx.c b/index/zebraidx.c index 4ca8b5f..a521e73 100644 --- a/index/zebraidx.c +++ b/index/zebraidx.c @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 1994-2009 Index Data + Copyright (C) 1994-2010 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 @@ -241,7 +241,7 @@ int main(int argc, char **argv) zebra_get_version(version_str, sys_str); printf("Zebra %s\n", version_str); - printf("(C) 1994-2009, Index Data ApS\n"); + printf("(C) 1994-2010, Index Data ApS\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);