Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjust update_copyright.py to handle _mailfilterrc and _procmailrc | W. Trevor King | 2010-06-25 | 1 | -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_FILES | W. Trevor King | 2010-06-25 | 1 | -1/+1 |
| | | | | Gour released it to the Public Domain. | ||||
* | Merge branch 'master' of wking.cfbe | Chris Ball | 2010-06-24 | 1 | -538/+203 |
|\ | | | | | | | | | | | | | Pull .be/ directory from cfbe. Conflicts: update_copyright.py | ||||
| * | Add aliases to update_copyright.py for some recent commits | W. Trevor King | 2010-06-24 | 1 | -1/+3 |
| | | |||||
* | | Updated update_copyright to work with git/hg/bzr. | W. Trevor King | 2010-06-22 | 1 | -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 copyrights | W. Trevor King | 2010-01-01 | 1 | -1/+1 |
| | |||||
* | Broke subprocess handling out into its own submodule libbe.subproc. | W. Trevor King | 2009-11-20 | 1 | -139/+2 |
| | |||||
* | Have release.py update copyrights as well. | W. Trevor King | 2009-11-20 | 1 | -13/+14 |
| | |||||
* | Translated update_copyright.sh to Python update_copyright.py | W. Trevor King | 2009-11-19 | 1 | -0/+454 |