Updated GPLv2 to current GPLv2.
authorW. Trevor King <wking@drexel.edu>
Tue, 14 Jul 2009 12:13:47 +0000 (08:13 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 14 Jul 2009 12:13:47 +0000 (08:13 -0400)
commit859fbf4a83f2806fdd785ca2f312d7dca8b2163e
treeb76e27f5e45fde5432a9ef61502099352cf3e48f
parent1bfa1a8469753c3dbc2c4c1dfc735f056c00d2b8
Updated GPLv2 to current GPLv2.

Fixes Ben's bug 00f26f04-9202-4288-8744-b29abc2342d6.

I also tweaked update_copyright.sh to make possible future
copyright-blurb revision easier.  The new algorithm is greedier,
overwriting _all_ consecutive comments after a '^# Copyright' line, so
do
  # Copyright
  #   GPL ... GPL ... GPL

  # Your comment here...
not
  # Copyright
  #   GPL ... GPL ... GPL
  #
  # Your comment here...
Without the blank line, your comment would get overwritten by the next
run of update_copyright.sh.

Note that catmutt is ignored by update_copyright.sh because Moritz
Barsnick has only licensed his grepm code under the GPLv2 (not
GPLv>=2).  See the initial catmutt commit for details.
48 files changed:
.be/bugs/00f26f04-9202-4288-8744-b29abc2342d6/values
AUTHORS
COPYING
Makefile
be
becommands/assign.py
becommands/close.py
becommands/comment.py
becommands/depend.py
becommands/diff.py
becommands/help.py
becommands/init.py
becommands/list.py
becommands/merge.py
becommands/new.py
becommands/open.py
becommands/remove.py
becommands/set.py
becommands/severity.py
becommands/show.py
becommands/status.py
becommands/tag.py
becommands/target.py
doc/module.mk
libbe/arch.py
libbe/beuuid.py
libbe/bug.py
libbe/bugdir.py
libbe/bzr.py
libbe/cmdutil.py
libbe/comment.py
libbe/config.py
libbe/darcs.py
libbe/diff.py
libbe/editor.py
libbe/encoding.py
libbe/git.py
libbe/hg.py
libbe/mapfile.py
libbe/plugin.py
libbe/properties.py
libbe/rcs.py
libbe/settings_object.py
libbe/tree.py
libbe/utility.py
update_copyright.sh
xml/be-mbox-to-xml
xml/be-xml-to-mbox