X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit-ng%2Fmain.c;h=9e2483cc4ab373ae1b5e6c40c07fc9dcd35d8c4e;hp=f94d5c630dd21a4924e56efa3134d24ffe55eac8;hb=1e05f422343597adb7b3a6b32f6c538ffbff8314;hpb=3b8d1155415cd1b45dbd3303ffc68a6c00e6b28a diff --git a/webcit-ng/main.c b/webcit-ng/main.c index f94d5c630..9e2483cc4 100644 --- a/webcit-ng/main.c +++ b/webcit-ng/main.c @@ -1,7 +1,7 @@ /* * Main entry point for the program. * - * Copyright (c) 1996-2018 by the citadel.org team + * Copyright (c) 1996-2019 by the citadel.org team * * This program is open source software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3. @@ -104,7 +104,7 @@ int main(int argc, char **argv) /* Tell 'em who's in da house */ syslog(LOG_NOTICE, "MAKE WEBCIT GREAT AGAIN!"); - syslog(LOG_NOTICE, "Copyright (C) 1996-2018 by the citadel.org team"); + syslog(LOG_NOTICE, "Copyright (C) 1996-2019 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.");