Adjust update_copyright.py to handle _mailfilterrc and _procmailrc
authorW. Trevor King <wking@drexel.edu>
Fri, 25 Jun 2010 20:48:08 +0000 (16:48 -0400)
committerW. Trevor King <wking@drexel.edu>
Fri, 25 Jun 2010 20:52:48 +0000 (16:52 -0400)
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 ;).

interfaces/email/interactive/_mailfilterrc
interfaces/email/interactive/_procmailrc
update_copyright.py

index c47963b6f6b2f1b68b891d53ec07641d83f41941..303ae0a76512fe5856af7237a925061005b8d075 100644 (file)
@@ -1,11 +1,11 @@
+# Copyright
+
 # .mailfilter
 #
 # see man maildrop, maildropfilter, and maildropex
 #
 # If you already have a ~/.mailfilterc file, you probably only need to
 # insert the bug-email grabbing stanza in your ~/.mailfilter.
-#
-# This file is released under GPLv2+ license.
 
 MAILDIR=$HOME/be-mail
 LOGFILE=$MAILDIR/maildrop.log
index d42c0cf9fa80d38c2309ddffc574648b69d045f6..639fd7c2ca57176b9247d60f12de0653a4fa006c 100644 (file)
@@ -1,11 +1,11 @@
+# Copyright
+
 # .procmailrc
 #
 # see man procmail, procmailrc, and procmailex
 #
 # If you already have a ~/.procmailrc file, you probably only need to
 # insert the bug-email grabbing stanza in your ~/.procmailrc.
-#
-# This file is released to the Public Domain.
 
 MAILDIR=$HOME/be-mail
 LOGFILE=$MAILDIR/procmail.log
index ba8388a924c387744e8b8f3106f38f2c71c82fa8..2490ba975291cb900b46be6487a4446489f1b71f 100755 (executable)
@@ -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):
     """