diff options
author | W. Trevor King <wking@drexel.edu> | 2010-06-25 16:48:08 -0400 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2010-06-25 16:52:48 -0400 |
commit | af79a1eba9a56bb603d8b6330bfacb301ba18224 (patch) | |
tree | 2abcc5a538240dfc4fe1c0517c79ff03caa355ca /update_copyright.py | |
parent | 85de110f14f11746f38a2f23f086780a99064269 (diff) | |
download | bugseverywhere-af79a1eba9a56bb603d8b6330bfacb301ba18224.tar.gz |
Adjust update_copyright.py to handle _mailfilterrc and _procmailrc
Gour re-released _mailfilterrc under GPLv2+ following Chris'
suggestion:
Date: Fri, 25 Jun 2010 14:23:46 -0400
From: Chris Ball
Subject: Re: [Be-devel] procmail & maildrop
...
As an aside, the Public Domain license on it is mildly concerning,
but I think I'm willing to take it anyway since it's just a
standalone file. There are guidelines against using Public Domain
declarations for software, because they have different meaning in
different areas, and some areas are even thought to deny disclaiming
"moral rights" like this; I've heard that France is in this
situation.
...
Seems reasonable, so I'm doing that for my _procmailrc too.
This also means that _mailfilterrc no longer needs to be in
update_copyright.IGNORED_FILES, so I removed it. Actually,
since it lackes a '^# Copyright' line, it never had to be
there in the first place. Lazy me ;).
Diffstat (limited to 'update_copyright.py')
-rwxr-xr-x | update_copyright.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update_copyright.py b/update_copyright.py index ba8388a..2490ba9 100755 --- a/update_copyright.py +++ b/update_copyright.py @@ -70,7 +70,7 @@ EXCLUDES = [ IGNORED_PATHS = ['./.be/', './.bzr/', './build/'] -IGNORED_FILES = ['COPYING', 'update_copyright.py', 'catmutt', '_mailfilterrc'] +IGNORED_FILES = ['COPYING', 'update_copyright.py', 'catmutt'] def _strip_email(*args): """ |