From eb73aed90fa82b42f105f639867f24df9728f80a Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Thu, 23 Feb 2012 11:12:39 -0500 Subject: [PATCH] Update license declaration on ctdlsh startup --- ctdlsh/src/main.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ctdlsh/src/main.c b/ctdlsh/src/main.c index 99c85d00c..33ccbda4f 100644 --- a/ctdlsh/src/main.c +++ b/ctdlsh/src/main.c @@ -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) { -- 2.39.2