summaryrefslogtreecommitdiff
path: root/contrib/update-copyright.pl
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-10-11 17:06:16 +0000
committerMorgan Deters <mdeters@gmail.com>2012-10-11 17:06:16 +0000
commit559710702e4df3ddaac4905705cf93c08502984b (patch)
treeb650ed201246f650a5220d9fa7e01fd8fe62498b /contrib/update-copyright.pl
parentee65bafc737d36eaabb871c016e6756aef5bd115 (diff)
Standardizing copyright notice. Touches **ALL** sources, guys, sorry.. it's
just the header comments at the top, though. Don't update to this rev if you don't have time for a complete rebuild, and exclude this rev if you want to see what's new across a range of commits. (this commit was certified error- and warning-free by the test-and-commit script.)
Diffstat (limited to 'contrib/update-copyright.pl')
-rwxr-xr-xcontrib/update-copyright.pl10
1 files changed, 3 insertions, 7 deletions
diff --git a/contrib/update-copyright.pl b/contrib/update-copyright.pl
index 94df7fe48..8ac920bbf 100755
--- a/contrib/update-copyright.pl
+++ b/contrib/update-copyright.pl
@@ -32,7 +32,7 @@
# the license.)
#
-my $excluded_directories = '^(minisat|CVS|generated)$';
+my $excluded_directories = '^(minisat|bvminisat|cryptominisat|CVS|generated)$';
my $excluded_paths = '^(src/parser/antlr_input_imports.cpp|src/bindings/compat/.*)$';
# Years of copyright for the template. E.g., the string
@@ -41,18 +41,14 @@ my $years = '2009-2012';
my $standard_template = <<EOF;
** This file is part of the CVC4 prototype.
- ** Copyright (c) $years The Analysis of Computer Systems Group (ACSys)
- ** Courant Institute of Mathematical Sciences
- ** New York University
+ ** Copyright (c) $years New York University and The University of Iowa
** See the file COPYING in the top-level source directory for licensing
** information.\\endverbatim
EOF
my $public_template = <<EOF;
** This file is part of the CVC4 prototype.
- ** Copyright (c) $years The Analysis of Computer Systems Group (ACSys)
- ** Courant Institute of Mathematical Sciences
- ** New York University
+ ** Copyright (c) $years New York University and The University of Iowa
** See the file COPYING in the top-level source directory for licensing
** information.\\endverbatim
EOF
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback