Update license declaration on ctdlsh startup
authorArt Cancro <ajc@uncensored.citadel.org>
Thu, 23 Feb 2012 16:12:39 +0000 (11:12 -0500)
committerArt Cancro <ajc@uncensored.citadel.org>
Thu, 23 Feb 2012 16:12:39 +0000 (11:12 -0500)
ctdlsh/src/main.c

index 99c85d00c6b5e2b3dcd38c5d42299ecbb4328e78..33ccbda4fae732e90f40c1040e429da4f4840d87 100644 (file)
@@ -132,8 +132,10 @@ int main(int argc, char **argv)
        int c;
        char *ctdldir = CTDLDIR;
 
-       printf("\nCitadel administration shell v" PACKAGE_VERSION "\n");
-       printf("(c) 2009-2011 citadel.org GPLv3\n");
+       printf("\nCitadel administration shell v" PACKAGE_VERSION " (c) 2009-2012 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"
+       );
 
        opterr = 0;
        while ((c = getopt (argc, argv, "h:")) != -1) {