summaryrefslogtreecommitdiff
path: root/contrib/update-copyright.pl
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2010-04-05 19:10:33 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2010-04-05 19:10:33 +0000
commitec78128c2cc4958d462b6b6a35538eeef8f28bff (patch)
tree75bbf0343f48bc0d9dcef32cd9b3c4aadf534798 /contrib/update-copyright.pl
parent802f822594a1f2f7e742b9f33d23e78cca0f6863 (diff)
Moving code imported from libantlr3c to separate file and adding copyright exception
Diffstat (limited to 'contrib/update-copyright.pl')
-rw-r--r--[-rwxr-xr-x]contrib/update-copyright.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/update-copyright.pl b/contrib/update-copyright.pl
index f6c066a0a..dce453346 100755..100644
--- a/contrib/update-copyright.pl
+++ b/contrib/update-copyright.pl
@@ -28,7 +28,7 @@
# the license.)
my $excluded_directories = '^(minisat|CVS|generated)$';
-my $excluded_paths = '^(src/parser/bounded_token_buffer\.(h|cpp))$';
+my $excluded_paths = '^(src/parser/bounded_token_buffer\.(h|cpp))|(src/parser/antlr_input_imports.cpp)$';
# 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