X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebserver.c;h=0ea5e3fe896b54e1902520e967e00836cfa505f3;hb=6fd61c4c7f3a6af098edfb9126e39f156e83ddf0;hp=9d838ef0c11d811d46c57403d60a9c75da2a2fe7;hpb=e6499f44a49d449e41ba605a0c7476019da432b4;p=citadel.git diff --git a/webcit/webserver.c b/webcit/webserver.c index 9d838ef0c..0ea5e3fe8 100644 --- a/webcit/webserver.c +++ b/webcit/webserver.c @@ -234,7 +234,7 @@ int main(int argc, char **argv) /* Tell 'em who's in da house */ syslog(LOG_NOTICE, "%s", PACKAGE_STRING); - syslog(LOG_NOTICE, "Copyright (C) 1996-2015 by the citadel.org team"); + syslog(LOG_NOTICE, "Copyright (C) 1996-2016 by the citadel.org team"); syslog(LOG_NOTICE, " "); syslog(LOG_NOTICE, "This program is open source software: you can redistribute it and/or"); syslog(LOG_NOTICE, "modify it under the terms of the GNU General Public License, version 3.");