summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2014-09-18 09:17:08 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2014-09-26 08:16:09 -0400
commitfbcece2280344e30eb6cb91e7eb8556941dfe0b5 (patch)
tree06e1ded5df577cf4abfb7282db2f461089145252 /contrib
parentc44344c041ef50991d0e212ec23faf8febc8c805 (diff)
Clarify some licensing-related things.
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/update-copyright.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/update-copyright.pl b/contrib/update-copyright.pl
index 9bfa6f5fa..f3c4248ac 100755
--- a/contrib/update-copyright.pl
+++ b/contrib/update-copyright.pl
@@ -35,7 +35,7 @@
#
my $excluded_directories = '^(minisat|bvminisat|CVS|generated)$';
-my $excluded_paths = '^(src/parser/antlr_input_imports.cpp|src/bindings/compat/.*)$';
+my $excluded_paths = '^(src/parser/antlr_input_imports.cpp|src/bindings/compat/.*|src/util/channel.h)$';
# Years of copyright for the template. E.g., the string
# "1985, 1987, 1992, 1997, 2008" or "2006-2009" or whatever.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback