Update update_copyright.py to handle several comment characters.
authorW. Trevor King <wking@drexel.edu>
Wed, 25 Aug 2010 12:34:18 +0000 (08:34 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 25 Aug 2010 12:34:18 +0000 (08:34 -0400)
commit79d10fa69a700c58ef9f35a7f58fcf6830fc6b5e
tree8401d9bed919ef3472edc86b7eca0b16384b369f
parentda15e51507ee1257637e8dd03de059204564f856
Update update_copyright.py to handle several comment characters.

Currently extended from '#' to ['#', '%'] to support
  % Copyright
in LaTeX files, but should be flexible enough to handle any character
(or string) by placing the string in the COMMENT_CHARS list.
update_copyright.py