X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebserver.c;h=558054484cf0e97e0fe79e1e429e321cf8f49ab3;hb=b8a4373835ce361d8b369c1445a4777c974b21f3;hp=c618e540265750d82ffad7ba256358fc110221c4;hpb=d5730715265b374713e43f852df3b05f30dc59f9;p=citadel.git diff --git a/webcit/webserver.c b/webcit/webserver.c index c618e5402..558054484 100644 --- a/webcit/webserver.c +++ b/webcit/webserver.c @@ -230,7 +230,7 @@ int main(int argc, char **argv) /* Tell 'em who's in da house */ syslog(1, "%s", PACKAGE_STRING); - syslog(1, "Copyright (C) 1996-2012 by the citadel.org team"); + syslog(1, "Copyright (C) 1996-2013 by the citadel.org team"); syslog(1, " "); syslog(1, "This program is open source software: you can redistribute it and/or"); syslog(1, "modify it under the terms of the GNU General Public License, version 3.");