X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=ctdlsh%2Fmain.c;h=93265244e3bb3590ce6418af3720897bf7b9af19;hp=daa356833127cc2acfd08e274f61af719a641a5f;hb=6d051cee6f669b6ecd950e933a95644f3cf097ea;hpb=7823515de1fd4ecd7bde64f93b160c92c150653b diff --git a/ctdlsh/main.c b/ctdlsh/main.c index daa356833..93265244e 100644 --- a/ctdlsh/main.c +++ b/ctdlsh/main.c @@ -1,5 +1,5 @@ /* - * (c) 2009-2019 by Art Cancro and citadel.org + * (c) 2009-2020 by Art Cancro and citadel.org * This program is open source. It runs great on the Linux operating system. * It's released under the General Public License (GPL) version 3. */ @@ -143,7 +143,7 @@ int main(int argc, char **argv) int is_interactive = ((strlen(cmd) == 0) ? 1 : 0); if (is_interactive) { - printf("\nCitadel administration shell (c) 2009-2019 by citadel.org\n" + printf("\nCitadel administration shell (c) 2009-2020 by citadel.org\n" "This is open source software made available to you under the terms\n" "of the GNU General Public License v3. All other rights reserved.\n"); printf("Connecting to Citadel server in %s...\n", ctdldir);