]> code.citadel.org Git - citadel.git/commitdiff
* foo?
authorArt Cancro <ajc@citadel.org>
Thu, 20 Apr 2000 02:10:43 +0000 (02:10 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 20 Apr 2000 02:10:43 +0000 (02:10 +0000)
webcit/webserver.c

index b0f8b73bd506adf065f8a06607e2f1f83fde36ce..e13731d13bce94effca69762cf2664254d2e7c92 100644 (file)
@@ -253,7 +253,9 @@ int main(int argc, char **argv)
        }
        /* Tell 'em who's in da house */
        fprintf(stderr, SERVER "\n"
-               "Copyright (C) 1996-1999.  All rights reserved.\n\n");
+               "Copyright (C) 1996-2000\n"
+               "This software is distributed under the terms of the GNU\n"
+               "General Public License.  All other rights reserved.\n\n");
 
        if (chdir(WEBCITDIR) != 0)
                perror("chdir");