add copyright message
authorBrian Demsky <bdemsky@uci.edu>
Tue, 19 Mar 2013 00:24:27 +0000 (17:24 -0700)
committerBrian Demsky <bdemsky@uci.edu>
Tue, 19 Mar 2013 00:24:27 +0000 (17:24 -0700)
README
main.cc

diff --git a/README b/README
index b8ef3f8f73731b9b593c1129b77f876b27f4ef3e..50032b09b635d68bb3e3a6dbc4bfc3e6ad5b2e1f 100644 (file)
--- a/README
+++ b/README
@@ -2,6 +2,8 @@
 CDSChecker Readme
 ****************************************
 
+Copyright (c) 2013 Regents of the University of California. All rights reserved.
+
 CDSChecker is distributed under the GPL v2.
 
 CDSChecker compiles as a dynamically-linked shared library by simply running
diff --git a/main.cc b/main.cc
index ab37af4cc02fa3368906ff8537ce56dd637d9d98..fd9536785bf763fc85e87e923f19e137ff8a1122 100644 (file)
--- a/main.cc
+++ b/main.cc
@@ -33,6 +33,8 @@ static void print_usage(struct model_params *params)
        param_defaults(params);
 
        model_print(
+"Copyright (c) 2013 Regents of the University of California. All rights reserved.\n"
+"Distributed under the GPLv2\n"
 "Usage: <program name> [MC_OPTIONS] -- [PROGRAM ARGUMENTS]\n"
 "\n"
 "Options:\n"