aboutsummaryrefslogtreecommitdiffstats
path: root/update_copyright.py
Commit message (Collapse)AuthorAgeFilesLines
* Bumped to version 1.0.01.0.0Chris Ball2011-01-081-1/+1
|
* Update ALIASES in update_copyright.py.W. Trevor King2010-10-211-1/+2
| | | | New 'gian <gian@grys.it>' for Gianluca and fix 'Marian' -> 'Marien' typo.
* Made Marien's gentoo address an update_copyright.ALIAS for his recent gmail ↵W. Trevor King2010-08-101-0/+2
| | | | address.
* Added 'Gianluca <gian@grys.it>' alias to update_copyright.py.W. Trevor King2010-06-251-1/+2
|
* Restored clobbered update_copyright.W. Trevor King2010-06-251-203/+540
| | | | | | | | | | | | | | | | | | | During one of the recent merges, my updated update_copyright.py from commit bb382a6aba11eedeb380e2aaa9755bc0e47f9095 Author: W. Trevor King <wking@drexel.edu> Date: Tue Jun 22 21:11:52 2010 -0400 Updated update_copyright to work with git/hg/bzr. I'd added the extra VCS support when I took it over to Hooke. was clobbered. I've restored it, and merged in the intervening changes: commit 2dde7664df85e91d0f914025fd66d147c508f6ab Author: W. Trevor King <wking@drexel.edu> Date: Thu Jun 24 21:51:20 2010 -0400 Add aliases to update_copyright.py for some recent commits
* 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