summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2014-09-26 08:30:40 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2014-09-26 08:30:40 -0400
commit6eddd9d5206ac65bee665dc6acf629d42bc95036 (patch)
treef83b84c5b35c045ad9469f2a5031c71cd7a16759 /contrib
parent42deb51e8606005d9092c171f725f84c890b747f (diff)
parent6f3d14f84e067d26e16e1a7c151ce06c38b6332b (diff)
Merge branch '1.4.x'
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