aboutsummaryrefslogtreecommitdiffstats
path: root/update_copyright.py
Commit message (Collapse)AuthorAgeFilesLines
* Adjust update_copyright.py to handle _mailfilterrc and _procmailrcW. Trevor King2010-06-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | 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 ;).
* Added _mailfilterrc to update_copyright.IGNORED_FILESW. Trevor King2010-06-251-1/+1
| | | | Gour released it to the Public Domain.
* Merge branch 'master' of wking.cfbeChris Ball2010-06-241-538/+203
|\ | | | | | | | | | | | | Pull .be/ directory from cfbe. Conflicts: update_copyright.py
| * Add aliases to update_copyright.py for some recent commitsW. Trevor King2010-06-241-1/+3
| |
* | Updated update_copyright to work with git/hg/bzr.W. Trevor King2010-06-221-203/+538
|/ | | | I'd added the extra VCS support when I took it over to Hooke.
* Fixed update_copyright.py's subproc import and updated copyrightsW. Trevor King2010-01-011-1/+1
|
* Broke subprocess handling out into its own submodule libbe.subproc.W. Trevor King2009-11-201-139/+2
|
* Have release.py update copyrights as well.W. Trevor King2009-11-201-13/+14
|
* Translated update_copyright.sh to Python update_copyright.pyW. Trevor King2009-11-191-0/+454