# HG changeset patch
# User Matt Mackall
# Date 1263961208 21600
# Node ID 25e572394f5c3bae9c4706b5529cb78555295a85
# Parent eb243551cbd8889e264fef74ea18e5e56a7e98ee
Update license to GPLv2+
diff -r eb243551cbd8 -r 25e572394f5c contrib/hg-ssh
--- a/contrib/hg-ssh Tue Jan 19 22:20:05 2010 -0600
+++ b/contrib/hg-ssh Tue Jan 19 22:20:08 2010 -0600
@@ -6,7 +6,7 @@
# Thomas Arendsen Hein
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
"""
hg-ssh - a wrapper for ssh access to a limited set of mercurial repos
diff -r eb243551cbd8 -r 25e572394f5c contrib/mercurial.el
--- a/contrib/mercurial.el Tue Jan 19 22:20:05 2010 -0600
+++ b/contrib/mercurial.el Tue Jan 19 22:20:08 2010 -0600
@@ -5,8 +5,8 @@
;; Author: Bryan O'Sullivan
;; mercurial.el is free software; you can redistribute it and/or
-;; modify it under the terms of version 2 of the GNU General Public
-;; License as published by the Free Software Foundation.
+;; modify it under the terms of the GNU General Public License or any
+;; later version.
;; mercurial.el is distributed in the hope that it will be useful, but
;; WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -784,7 +784,7 @@
(defun hg-help-overview ()
"This is an overview of the Mercurial SCM mode for Emacs.
-You can find the source code, license (GPL v2), and credits for this
+You can find the source code, license (GPLv2+), and credits for this
code by typing `M-x find-library mercurial RET'."
(interactive)
(hg-view-output ("Mercurial Help Overview")
diff -r eb243551cbd8 -r 25e572394f5c contrib/mercurial.spec
--- a/contrib/mercurial.spec Tue Jan 19 22:20:05 2010 -0600
+++ b/contrib/mercurial.spec Tue Jan 19 22:20:08 2010 -0600
@@ -2,7 +2,7 @@
Name: mercurial
Version: snapshot
Release: 0
-License: GPLv2
+License: GPLv2+
Group: Development/Tools
URL: http://mercurial.selenic.com/
Source0: http://mercurial.selenic.com/release/%{name}-%{version}.tar.gz
diff -r eb243551cbd8 -r 25e572394f5c contrib/mq.el
--- a/contrib/mq.el Tue Jan 19 22:20:05 2010 -0600
+++ b/contrib/mq.el Tue Jan 19 22:20:08 2010 -0600
@@ -5,8 +5,8 @@
;; Author: Bryan O'Sullivan
;; mq.el is free software; you can redistribute it and/or modify it
-;; under the terms of version 2 of the GNU General Public License as
-;; published by the Free Software Foundation.
+;; under the terms of the GNU General Public License version 2 or any
+;; later version.
;; mq.el is distributed in the hope that it will be useful, but
;; WITHOUT ANY WARRANTY; without even the implied warranty of
diff -r eb243551cbd8 -r 25e572394f5c contrib/win32/ReadMe.html
--- a/contrib/win32/ReadMe.html Tue Jan 19 22:20:05 2010 -0600
+++ b/contrib/win32/ReadMe.html Tue Jan 19 22:20:08 2010 -0600
@@ -148,8 +148,7 @@
Mercurial is free software; you can redistribute it and/or
modify it under the terms of the GNU
- General Public License version 2 as published by the Free
- Software Foundation.
+ General Public License version 2 or any later version.
diff -r eb243551cbd8 -r 25e572394f5c doc/hg.1.txt
--- a/doc/hg.1.txt Tue Jan 19 22:20:05 2010 -0600
+++ b/doc/hg.1.txt Tue Jan 19 22:20:08 2010 -0600
@@ -95,6 +95,6 @@
-------
Copyright (C) 2005-2010 Matt Mackall.
Free use of this software is granted under the terms of the GNU General
-Public License version 2.
+Public License version 2 or any later version.
.. include:: common.txt
diff -r eb243551cbd8 -r 25e572394f5c doc/hgignore.5.txt
--- a/doc/hgignore.5.txt Tue Jan 19 22:20:05 2010 -0600
+++ b/doc/hgignore.5.txt Tue Jan 19 22:20:08 2010 -0600
@@ -106,6 +106,6 @@
This manual page is copyright 2006 Vadim Gelfer.
Mercurial is copyright 2005-2010 Matt Mackall.
Free use of this software is granted under the terms of the GNU General
-Public License version 2.
+Public License version 2 or any later version.
.. include:: common.txt
diff -r eb243551cbd8 -r 25e572394f5c doc/hgrc.5.txt
--- a/doc/hgrc.5.txt Tue Jan 19 22:20:05 2010 -0600
+++ b/doc/hgrc.5.txt Tue Jan 19 22:20:08 2010 -0600
@@ -951,6 +951,6 @@
This manual page is copyright 2005 Bryan O'Sullivan.
Mercurial is copyright 2005-2010 Matt Mackall.
Free use of this software is granted under the terms of the GNU General
-Public License version 2.
+Public License version 2 or any later version.
.. include:: common.txt
diff -r eb243551cbd8 -r 25e572394f5c hg
--- a/hg Tue Jan 19 22:20:05 2010 -0600
+++ b/hg Tue Jan 19 22:20:08 2010 -0600
@@ -5,7 +5,7 @@
# Copyright 2005-2007 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
# enable importing on demand to reduce startup time
try:
diff -r eb243551cbd8 -r 25e572394f5c hgext/acl.py
--- a/hgext/acl.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/acl.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,8 +3,7 @@
# Copyright 2006 Vadim Gelfer
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
-#
+# GNU General Public License version 2 or any later version.
'''hooks for controlling repository access
diff -r eb243551cbd8 -r 25e572394f5c hgext/bookmarks.py
--- a/hgext/bookmarks.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/bookmarks.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2008 David Soria Parra
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
'''track a line of development with movable markers
diff -r eb243551cbd8 -r 25e572394f5c hgext/bugzilla.py
--- a/hgext/bugzilla.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/bugzilla.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2006 Vadim Gelfer
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
'''hooks for integrating with the Bugzilla bug tracker
diff -r eb243551cbd8 -r 25e572394f5c hgext/children.py
--- a/hgext/children.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/children.py Tue Jan 19 22:20:08 2010 -0600
@@ -6,7 +6,7 @@
# Thomas Arendsen Hein
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
'''command to display child changesets'''
diff -r eb243551cbd8 -r 25e572394f5c hgext/churn.py
--- a/hgext/churn.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/churn.py Tue Jan 19 22:20:08 2010 -0600
@@ -4,7 +4,7 @@
# Copyright 2008 Alexander Solovyov
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
'''command to display statistics about repository history'''
diff -r eb243551cbd8 -r 25e572394f5c hgext/convert/__init__.py
--- a/hgext/convert/__init__.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/convert/__init__.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2005-2007 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
'''import revisions from foreign VCS repositories into Mercurial'''
diff -r eb243551cbd8 -r 25e572394f5c hgext/convert/bzr.py
--- a/hgext/convert/bzr.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/convert/bzr.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2008, 2009 Marek Kubica and others
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
# This module is for handling 'bzr', that was formerly known as Bazaar-NG;
# it cannot access 'bar' repositories, but they were never used very much
diff -r eb243551cbd8 -r 25e572394f5c hgext/convert/common.py
--- a/hgext/convert/common.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/convert/common.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2005-2009 Matt Mackall and others
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
import base64, errno
import os
diff -r eb243551cbd8 -r 25e572394f5c hgext/convert/convcmd.py
--- a/hgext/convert/convcmd.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/convert/convcmd.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2005-2007 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
from common import NoRepo, MissingTool, SKIPREV, mapfile
from cvs import convert_cvs
diff -r eb243551cbd8 -r 25e572394f5c hgext/convert/cvs.py
--- a/hgext/convert/cvs.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/convert/cvs.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2005-2009 Matt Mackall and others
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
import os, locale, re, socket, errno
from cStringIO import StringIO
diff -r eb243551cbd8 -r 25e572394f5c hgext/convert/cvsps.py
--- a/hgext/convert/cvsps.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/convert/cvsps.py Tue Jan 19 22:20:08 2010 -0600
@@ -1,10 +1,9 @@
-#
# Mercurial built-in replacement for cvsps.
#
# Copyright 2008, Frank Kingswood
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
import os
import re
diff -r eb243551cbd8 -r 25e572394f5c hgext/convert/darcs.py
--- a/hgext/convert/darcs.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/convert/darcs.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2007-2009 Matt Mackall and others
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
from common import NoRepo, checktool, commandline, commit, converter_source
from mercurial.i18n import _
diff -r eb243551cbd8 -r 25e572394f5c hgext/convert/filemap.py
--- a/hgext/convert/filemap.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/convert/filemap.py Tue Jan 19 22:20:08 2010 -0600
@@ -2,7 +2,7 @@
# Copyright 2007 Alexis S. L. Carvalho
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
import shlex
from mercurial.i18n import _
diff -r eb243551cbd8 -r 25e572394f5c hgext/convert/git.py
--- a/hgext/convert/git.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/convert/git.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2005-2009 Matt Mackall and others
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
import os
from mercurial import util
diff -r eb243551cbd8 -r 25e572394f5c hgext/convert/gnuarch.py
--- a/hgext/convert/gnuarch.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/convert/gnuarch.py Tue Jan 19 22:20:08 2010 -0600
@@ -4,7 +4,7 @@
# and others
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
from common import NoRepo, commandline, commit, converter_source
from mercurial.i18n import _
diff -r eb243551cbd8 -r 25e572394f5c hgext/convert/hg.py
--- a/hgext/convert/hg.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/convert/hg.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2005-2009 Matt Mackall and others
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
# Notes for hg->hg conversion:
#
diff -r eb243551cbd8 -r 25e572394f5c hgext/convert/monotone.py
--- a/hgext/convert/monotone.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/convert/monotone.py Tue Jan 19 22:20:08 2010 -0600
@@ -4,7 +4,7 @@
# others
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
import os, re
from mercurial import util
diff -r eb243551cbd8 -r 25e572394f5c hgext/convert/p4.py
--- a/hgext/convert/p4.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/convert/p4.py Tue Jan 19 22:20:08 2010 -0600
@@ -1,11 +1,9 @@
-#
# Perforce source for convert extension.
#
# Copyright 2009, Frank Kingswood
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
-#
+# GNU General Public License version 2 or any later version.
from mercurial import util
from mercurial.i18n import _
diff -r eb243551cbd8 -r 25e572394f5c hgext/extdiff.py
--- a/hgext/extdiff.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/extdiff.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2006 Vadim Gelfer
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
'''command to allow external programs to compare revisions
diff -r eb243551cbd8 -r 25e572394f5c hgext/fetch.py
--- a/hgext/fetch.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/fetch.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2006 Vadim Gelfer
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
'''pull, update and merge in one command'''
diff -r eb243551cbd8 -r 25e572394f5c hgext/gpg.py
--- a/hgext/gpg.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/gpg.py Tue Jan 19 22:20:08 2010 -0600
@@ -1,7 +1,7 @@
# Copyright 2005, 2006 Benoit Boissinot
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
'''commands to sign and verify changesets'''
diff -r eb243551cbd8 -r 25e572394f5c hgext/graphlog.py
--- a/hgext/graphlog.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/graphlog.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2007 Joel Rosdahl
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
'''command to view revision graphs from a shell
diff -r eb243551cbd8 -r 25e572394f5c hgext/hgcia.py
--- a/hgext/hgcia.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/hgcia.py Tue Jan 19 22:20:08 2010 -0600
@@ -1,5 +1,7 @@
# Copyright (C) 2007-8 Brendan Cully
-# Published under the GNU GPL
+#
+# This software may be used and distributed according to the terms of the
+# GNU General Public License version 2 or any later version.
"""hooks for integrating with the CIA.vc notification service
diff -r eb243551cbd8 -r 25e572394f5c hgext/hgk.py
--- a/hgext/hgk.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/hgk.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2005, 2006 Chris Mason
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
'''browse the repository in a graphical way
diff -r eb243551cbd8 -r 25e572394f5c hgext/highlight/__init__.py
--- a/hgext/highlight/__init__.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/highlight/__init__.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2008, 2009 Patrick Mezard and others
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
#
# The original module was split in an interface and an implementation
# file to defer pygments loading and speedup extension setup.
diff -r eb243551cbd8 -r 25e572394f5c hgext/highlight/highlight.py
--- a/hgext/highlight/highlight.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/highlight/highlight.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2007-2009 Adam Hupp and others
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
#
# The original module was split in an interface and an implementation
# file to defer pygments loading and speedup extension setup.
diff -r eb243551cbd8 -r 25e572394f5c hgext/inotify/__init__.py
--- a/hgext/inotify/__init__.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/inotify/__init__.py Tue Jan 19 22:20:08 2010 -0600
@@ -4,7 +4,7 @@
# Copyright 2007, 2008 Brendan Cully
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
'''accelerate status report using Linux's inotify service'''
diff -r eb243551cbd8 -r 25e572394f5c hgext/inotify/client.py
--- a/hgext/inotify/client.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/inotify/client.py Tue Jan 19 22:20:08 2010 -0600
@@ -5,7 +5,7 @@
# Copyright 2009 Nicolas Dumazet
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
from mercurial.i18n import _
import common, server
diff -r eb243551cbd8 -r 25e572394f5c hgext/inotify/common.py
--- a/hgext/inotify/common.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/inotify/common.py Tue Jan 19 22:20:08 2010 -0600
@@ -4,7 +4,7 @@
# Copyright 2007, 2008 Brendan Cully
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
import cStringIO, socket, struct
diff -r eb243551cbd8 -r 25e572394f5c hgext/inotify/linux/__init__.py
--- a/hgext/inotify/linux/__init__.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/inotify/linux/__init__.py Tue Jan 19 22:20:08 2010 -0600
@@ -4,7 +4,7 @@
# This library is free software; you can redistribute it and/or modify
# it under the terms of version 2.1 of the GNU Lesser General Public
-# License, incorporated herein by reference.
+# License, or any later version.
'''Low-level interface to the Linux inotify subsystem.
diff -r eb243551cbd8 -r 25e572394f5c hgext/inotify/linux/_inotify.c
--- a/hgext/inotify/linux/_inotify.c Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/inotify/linux/_inotify.c Tue Jan 19 22:20:08 2010 -0600
@@ -5,7 +5,7 @@
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of version 2.1 of the GNU Lesser General
- * Public License, incorporated herein by reference.
+ * Public License or any later version.
*/
#include
diff -r eb243551cbd8 -r 25e572394f5c hgext/inotify/linux/watcher.py
--- a/hgext/inotify/linux/watcher.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/inotify/linux/watcher.py Tue Jan 19 22:20:08 2010 -0600
@@ -4,7 +4,7 @@
# This library is free software; you can redistribute it and/or modify
# it under the terms of version 2.1 of the GNU Lesser General Public
-# License, incorporated herein by reference.
+# License, or any later version.
'''High-level interfaces to the Linux inotify subsystem.
diff -r eb243551cbd8 -r 25e572394f5c hgext/inotify/server.py
--- a/hgext/inotify/server.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/inotify/server.py Tue Jan 19 22:20:08 2010 -0600
@@ -4,7 +4,7 @@
# Copyright 2007, 2008 Brendan Cully
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
from mercurial.i18n import _
from mercurial import cmdutil, osutil, util
diff -r eb243551cbd8 -r 25e572394f5c hgext/interhg.py
--- a/hgext/interhg.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/interhg.py Tue Jan 19 22:20:08 2010 -0600
@@ -6,7 +6,7 @@
# Edward Lee
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
'''expand expressions into changelog and summaries
diff -r eb243551cbd8 -r 25e572394f5c hgext/keyword.py
--- a/hgext/keyword.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/keyword.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2007-2009 Christian Ebert
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
#
# $Id$
#
diff -r eb243551cbd8 -r 25e572394f5c hgext/mq.py
--- a/hgext/mq.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/mq.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2005, 2006 Chris Mason
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
'''manage a stack of patches
diff -r eb243551cbd8 -r 25e572394f5c hgext/notify.py
--- a/hgext/notify.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/notify.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2006 Vadim Gelfer
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
'''hooks for sending email notifications at commit/push time
diff -r eb243551cbd8 -r 25e572394f5c hgext/pager.py
--- a/hgext/pager.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/pager.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2008 David Soria Parra
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
#
# To load the extension, add it to your .hgrc file:
#
diff -r eb243551cbd8 -r 25e572394f5c hgext/parentrevspec.py
--- a/hgext/parentrevspec.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/parentrevspec.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright (C) 2007 Alexis S. L. Carvalho
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
'''interpret suffixes to refer to ancestor revisions
diff -r eb243551cbd8 -r 25e572394f5c hgext/patchbomb.py
--- a/hgext/patchbomb.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/patchbomb.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2005-2009 Matt Mackall and others
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
'''command to send changesets as (a series of) patch emails
diff -r eb243551cbd8 -r 25e572394f5c hgext/rebase.py
--- a/hgext/rebase.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/rebase.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2008 Stefano Tortarolo
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
'''command to move sets of revisions to a different ancestor
diff -r eb243551cbd8 -r 25e572394f5c hgext/record.py
--- a/hgext/record.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/record.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2007 Bryan O'Sullivan
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
'''commands to interactively select changes for commit/qrefresh'''
diff -r eb243551cbd8 -r 25e572394f5c hgext/relink.py
--- a/hgext/relink.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/relink.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright (C) 2007 Brendan Cully
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
"""recreates hardlinks between repository clones"""
diff -r eb243551cbd8 -r 25e572394f5c hgext/schemes.py
--- a/hgext/schemes.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/schemes.py Tue Jan 19 22:20:08 2010 -0600
@@ -1,7 +1,7 @@
# Copyright 2009, Alexander Solovyov
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
"""extend schemes with shortcuts to repository swarms
diff -r eb243551cbd8 -r 25e572394f5c hgext/share.py
--- a/hgext/share.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/share.py Tue Jan 19 22:20:08 2010 -0600
@@ -1,7 +1,7 @@
# Copyright 2006, 2007 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
'''share a common history between several working directories'''
diff -r eb243551cbd8 -r 25e572394f5c hgext/transplant.py
--- a/hgext/transplant.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/transplant.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2006, 2007 Brendan Cully
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
'''command to transplant changesets from another branch
diff -r eb243551cbd8 -r 25e572394f5c hgext/win32mbcs.py
--- a/hgext/win32mbcs.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/win32mbcs.py Tue Jan 19 22:20:08 2010 -0600
@@ -6,7 +6,7 @@
# Author: Shun-ichi Goto
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
#
'''allow the use of MBCS paths with problematic encodings
diff -r eb243551cbd8 -r 25e572394f5c hgext/win32text.py
--- a/hgext/win32text.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/win32text.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2005, 2007-2009 Matt Mackall and others
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
'''perform automatic newline conversion
diff -r eb243551cbd8 -r 25e572394f5c hgext/zeroconf/__init__.py
--- a/hgext/zeroconf/__init__.py Tue Jan 19 22:20:05 2010 -0600
+++ b/hgext/zeroconf/__init__.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2005-2007 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
'''discover and advertise repositories on the local network
diff -r eb243551cbd8 -r 25e572394f5c i18n/hggettext
--- a/i18n/hggettext Tue Jan 19 22:20:05 2010 -0600
+++ b/i18n/hggettext Tue Jan 19 22:20:08 2010 -0600
@@ -5,7 +5,7 @@
# Copyright 2009 Matt Mackall and others
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
# The normalize function is taken from pygettext which is distributed
# with Python under the Python License, which is GPL compatible.
diff -r eb243551cbd8 -r 25e572394f5c mercurial/ancestor.py
--- a/mercurial/ancestor.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/ancestor.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2006 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
import heapq
diff -r eb243551cbd8 -r 25e572394f5c mercurial/archival.py
--- a/mercurial/archival.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/archival.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2006 Vadim Gelfer
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
from i18n import _
from node import hex
diff -r eb243551cbd8 -r 25e572394f5c mercurial/bundlerepo.py
--- a/mercurial/bundlerepo.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/bundlerepo.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2006, 2007 Benoit Boissinot
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
"""Repository class for viewing uncompressed bundles.
diff -r eb243551cbd8 -r 25e572394f5c mercurial/changegroup.py
--- a/mercurial/changegroup.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/changegroup.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2006 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
from i18n import _
import util
diff -r eb243551cbd8 -r 25e572394f5c mercurial/changelog.py
--- a/mercurial/changelog.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/changelog.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2005-2007 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
from node import bin, hex, nullid
from i18n import _
diff -r eb243551cbd8 -r 25e572394f5c mercurial/cmdutil.py
--- a/mercurial/cmdutil.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/cmdutil.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2005-2007 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
from node import hex, nullid, nullrev, short
from i18n import _
diff -r eb243551cbd8 -r 25e572394f5c mercurial/commands.py
--- a/mercurial/commands.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/commands.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2005-2007 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
from node import hex, nullid, nullrev, short
from lock import release
diff -r eb243551cbd8 -r 25e572394f5c mercurial/config.py
--- a/mercurial/config.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/config.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2009 Matt Mackall and others
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
from i18n import _
import error
diff -r eb243551cbd8 -r 25e572394f5c mercurial/context.py
--- a/mercurial/context.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/context.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2006, 2007 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
from node import nullid, nullrev, short, hex
from i18n import _
diff -r eb243551cbd8 -r 25e572394f5c mercurial/copies.py
--- a/mercurial/copies.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/copies.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2008 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
from i18n import _
import util
diff -r eb243551cbd8 -r 25e572394f5c mercurial/demandimport.py
--- a/mercurial/demandimport.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/demandimport.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2006, 2007 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
'''
demandimport - automatic demandloading of modules
diff -r eb243551cbd8 -r 25e572394f5c mercurial/dirstate.py
--- a/mercurial/dirstate.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/dirstate.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2005-2007 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
from node import nullid
from i18n import _
diff -r eb243551cbd8 -r 25e572394f5c mercurial/dispatch.py
--- a/mercurial/dispatch.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/dispatch.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2005-2007 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
from i18n import _
import os, sys, atexit, signal, pdb, socket, errno, shlex, time
diff -r eb243551cbd8 -r 25e572394f5c mercurial/encoding.py
--- a/mercurial/encoding.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/encoding.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2005-2009 Matt Mackall and others
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
import error
import sys, unicodedata, locale, os
diff -r eb243551cbd8 -r 25e572394f5c mercurial/error.py
--- a/mercurial/error.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/error.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2005-2008 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
"""Mercurial exceptions.
diff -r eb243551cbd8 -r 25e572394f5c mercurial/extensions.py
--- a/mercurial/extensions.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/extensions.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2005-2007 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
import imp, os
import util, cmdutil, help
diff -r eb243551cbd8 -r 25e572394f5c mercurial/fancyopts.py
--- a/mercurial/fancyopts.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/fancyopts.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2005-2009 Matt Mackall and others
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
import getopt
diff -r eb243551cbd8 -r 25e572394f5c mercurial/filelog.py
--- a/mercurial/filelog.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/filelog.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2005-2007 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
import revlog
diff -r eb243551cbd8 -r 25e572394f5c mercurial/filemerge.py
--- a/mercurial/filemerge.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/filemerge.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2006, 2007, 2008 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
from node import short
from i18n import _
diff -r eb243551cbd8 -r 25e572394f5c mercurial/graphmod.py
--- a/mercurial/graphmod.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/graphmod.py Tue Jan 19 22:20:08 2010 -0600
@@ -4,7 +4,7 @@
# Copyright 2007 Joel Rosdahl
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
"""supports walking the history as DAGs suitable for graphical output
diff -r eb243551cbd8 -r 25e572394f5c mercurial/hbisect.py
--- a/mercurial/hbisect.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/hbisect.py Tue Jan 19 22:20:08 2010 -0600
@@ -6,7 +6,7 @@
# Inspired by git bisect, extension skeleton taken from mq.py.
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
import os
from i18n import _
diff -r eb243551cbd8 -r 25e572394f5c mercurial/help.py
--- a/mercurial/help.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/help.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2006 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
from i18n import gettext, _
import sys, os
diff -r eb243551cbd8 -r 25e572394f5c mercurial/hg.py
--- a/mercurial/hg.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/hg.py Tue Jan 19 22:20:08 2010 -0600
@@ -4,7 +4,7 @@
# Copyright 2006 Vadim Gelfer
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
from i18n import _
from lock import release
diff -r eb243551cbd8 -r 25e572394f5c mercurial/hgweb/__init__.py
--- a/mercurial/hgweb/__init__.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/hgweb/__init__.py Tue Jan 19 22:20:08 2010 -0600
@@ -4,7 +4,7 @@
# Copyright 2005 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
import hgweb_mod, hgwebdir_mod
diff -r eb243551cbd8 -r 25e572394f5c mercurial/hgweb/common.py
--- a/mercurial/hgweb/common.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/hgweb/common.py Tue Jan 19 22:20:08 2010 -0600
@@ -4,7 +4,7 @@
# Copyright 2005, 2006 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
import errno, mimetypes, os
diff -r eb243551cbd8 -r 25e572394f5c mercurial/hgweb/hgweb_mod.py
--- a/mercurial/hgweb/hgweb_mod.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/hgweb/hgweb_mod.py Tue Jan 19 22:20:08 2010 -0600
@@ -4,7 +4,7 @@
# Copyright 2005-2007 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
import os
from mercurial import ui, hg, hook, error, encoding, templater
diff -r eb243551cbd8 -r 25e572394f5c mercurial/hgweb/hgwebdir_mod.py
--- a/mercurial/hgweb/hgwebdir_mod.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/hgweb/hgwebdir_mod.py Tue Jan 19 22:20:08 2010 -0600
@@ -4,7 +4,7 @@
# Copyright 2005, 2006 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
import os, re, time
from mercurial.i18n import _
diff -r eb243551cbd8 -r 25e572394f5c mercurial/hgweb/protocol.py
--- a/mercurial/hgweb/protocol.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/hgweb/protocol.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2005-2007 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
import cStringIO, zlib, tempfile, errno, os, sys, urllib, copy
from mercurial import util, streamclone
diff -r eb243551cbd8 -r 25e572394f5c mercurial/hgweb/request.py
--- a/mercurial/hgweb/request.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/hgweb/request.py Tue Jan 19 22:20:08 2010 -0600
@@ -4,7 +4,7 @@
# Copyright 2005, 2006 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
import socket, cgi, errno
from mercurial import util
diff -r eb243551cbd8 -r 25e572394f5c mercurial/hgweb/server.py
--- a/mercurial/hgweb/server.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/hgweb/server.py Tue Jan 19 22:20:08 2010 -0600
@@ -4,7 +4,7 @@
# Copyright 2005-2007 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
import os, sys, errno, urllib, BaseHTTPServer, socket, SocketServer, traceback
from mercurial import hg, util, error
diff -r eb243551cbd8 -r 25e572394f5c mercurial/hgweb/webcommands.py
--- a/mercurial/hgweb/webcommands.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/hgweb/webcommands.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2005-2007 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
import os, mimetypes, re, cgi, copy
import webutil
diff -r eb243551cbd8 -r 25e572394f5c mercurial/hgweb/webutil.py
--- a/mercurial/hgweb/webutil.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/hgweb/webutil.py Tue Jan 19 22:20:08 2010 -0600
@@ -4,7 +4,7 @@
# Copyright 2005-2007 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
import os, copy
from mercurial import match, patch, util, error
diff -r eb243551cbd8 -r 25e572394f5c mercurial/hgweb/wsgicgi.py
--- a/mercurial/hgweb/wsgicgi.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/hgweb/wsgicgi.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2006 Eric Hopper
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
#
# This was originally copied from the public domain code at
# http://www.python.org/dev/peps/pep-0333/#the-server-gateway-side
diff -r eb243551cbd8 -r 25e572394f5c mercurial/hook.py
--- a/mercurial/hook.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/hook.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2007 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
from i18n import _
import os, sys
diff -r eb243551cbd8 -r 25e572394f5c mercurial/httprepo.py
--- a/mercurial/httprepo.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/httprepo.py Tue Jan 19 22:20:08 2010 -0600
@@ -4,7 +4,7 @@
# Copyright 2006 Vadim Gelfer
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
from node import bin, hex, nullid
from i18n import _
diff -r eb243551cbd8 -r 25e572394f5c mercurial/i18n.py
--- a/mercurial/i18n.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/i18n.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2005, 2006 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
import encoding
import gettext, sys, os
diff -r eb243551cbd8 -r 25e572394f5c mercurial/ignore.py
--- a/mercurial/ignore.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/ignore.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2007 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
from i18n import _
import util, match
diff -r eb243551cbd8 -r 25e572394f5c mercurial/localrepo.py
--- a/mercurial/localrepo.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/localrepo.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2005-2007 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
from node import bin, hex, nullid, nullrev, short
from i18n import _
diff -r eb243551cbd8 -r 25e572394f5c mercurial/lock.py
--- a/mercurial/lock.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/lock.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2005, 2006 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
import util, error
import errno, os, socket, time
diff -r eb243551cbd8 -r 25e572394f5c mercurial/mail.py
--- a/mercurial/mail.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/mail.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2006 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
from i18n import _
import util, encoding
diff -r eb243551cbd8 -r 25e572394f5c mercurial/manifest.py
--- a/mercurial/manifest.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/manifest.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2005-2007 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
from i18n import _
import mdiff, parsers, error, revlog
diff -r eb243551cbd8 -r 25e572394f5c mercurial/match.py
--- a/mercurial/match.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/match.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2008, 2009 Matt Mackall and others
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
import re
import util
diff -r eb243551cbd8 -r 25e572394f5c mercurial/mdiff.py
--- a/mercurial/mdiff.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/mdiff.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2005, 2006 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
from i18n import _
import bdiff, mpatch, util
diff -r eb243551cbd8 -r 25e572394f5c mercurial/merge.py
--- a/mercurial/merge.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/merge.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2006, 2007 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
from node import nullid, nullrev, hex, bin
from i18n import _
diff -r eb243551cbd8 -r 25e572394f5c mercurial/minirst.py
--- a/mercurial/minirst.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/minirst.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2009 Matt Mackall and others
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
"""simplified reStructuredText parser.
diff -r eb243551cbd8 -r 25e572394f5c mercurial/node.py
--- a/mercurial/node.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/node.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2005, 2006 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
import binascii
diff -r eb243551cbd8 -r 25e572394f5c mercurial/patch.py
--- a/mercurial/patch.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/patch.py Tue Jan 19 22:20:08 2010 -0600
@@ -4,7 +4,7 @@
# Copyright 2007 Chris Mason
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
from i18n import _
from node import hex, nullid, short
diff -r eb243551cbd8 -r 25e572394f5c mercurial/posix.py
--- a/mercurial/posix.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/posix.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2005-2009 Matt Mackall and others
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
from i18n import _
import osutil
diff -r eb243551cbd8 -r 25e572394f5c mercurial/pure/base85.py
--- a/mercurial/pure/base85.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/pure/base85.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright (C) 2009 Brendan Cully
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
import struct
diff -r eb243551cbd8 -r 25e572394f5c mercurial/pure/bdiff.py
--- a/mercurial/pure/bdiff.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/pure/bdiff.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2009 Matt Mackall and others
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
import struct, difflib
diff -r eb243551cbd8 -r 25e572394f5c mercurial/pure/diffhelpers.py
--- a/mercurial/pure/diffhelpers.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/pure/diffhelpers.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2009 Matt Mackall and others
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
def addlines(fp, hunk, lena, lenb, a, b):
while True:
diff -r eb243551cbd8 -r 25e572394f5c mercurial/pure/mpatch.py
--- a/mercurial/pure/mpatch.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/pure/mpatch.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2009 Matt Mackall and others
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
import struct
try:
diff -r eb243551cbd8 -r 25e572394f5c mercurial/pure/osutil.py
--- a/mercurial/pure/osutil.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/pure/osutil.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2009 Matt Mackall and others
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
import os
import stat as _stat
diff -r eb243551cbd8 -r 25e572394f5c mercurial/pure/parsers.py
--- a/mercurial/pure/parsers.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/pure/parsers.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2009 Matt Mackall and others
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
from mercurial.node import bin, nullid, nullrev
from mercurial import util
diff -r eb243551cbd8 -r 25e572394f5c mercurial/repair.py
--- a/mercurial/repair.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/repair.py Tue Jan 19 22:20:08 2010 -0600
@@ -4,7 +4,7 @@
# Copyright 2007 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
import changegroup
from node import nullrev, short
diff -r eb243551cbd8 -r 25e572394f5c mercurial/repo.py
--- a/mercurial/repo.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/repo.py Tue Jan 19 22:20:08 2010 -0600
@@ -4,7 +4,7 @@
# Copyright 2006 Vadim Gelfer
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
from i18n import _
import error
diff -r eb243551cbd8 -r 25e572394f5c mercurial/revlog.py
--- a/mercurial/revlog.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/revlog.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2005-2007 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
"""Storage back-end for Mercurial.
diff -r eb243551cbd8 -r 25e572394f5c mercurial/sshrepo.py
--- a/mercurial/sshrepo.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/sshrepo.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2005, 2006 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
from node import bin, hex
from i18n import _
diff -r eb243551cbd8 -r 25e572394f5c mercurial/sshserver.py
--- a/mercurial/sshserver.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/sshserver.py Tue Jan 19 22:20:08 2010 -0600
@@ -4,7 +4,7 @@
# Copyright 2006 Vadim Gelfer
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
from i18n import _
from node import bin, hex
diff -r eb243551cbd8 -r 25e572394f5c mercurial/statichttprepo.py
--- a/mercurial/statichttprepo.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/statichttprepo.py Tue Jan 19 22:20:08 2010 -0600
@@ -5,7 +5,7 @@
# Copyright 2005-2007 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
from i18n import _
import changelog, byterange, url, error
diff -r eb243551cbd8 -r 25e572394f5c mercurial/store.py
--- a/mercurial/store.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/store.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2008 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
from i18n import _
import osutil, util
diff -r eb243551cbd8 -r 25e572394f5c mercurial/streamclone.py
--- a/mercurial/streamclone.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/streamclone.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2006 Vadim Gelfer
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
import util, error
from i18n import _
diff -r eb243551cbd8 -r 25e572394f5c mercurial/strutil.py
--- a/mercurial/strutil.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/strutil.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2006 Vadim Gelfer
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
def findall(haystack, needle, start=0, end=None):
if end is None:
diff -r eb243551cbd8 -r 25e572394f5c mercurial/subrepo.py
--- a/mercurial/subrepo.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/subrepo.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2006, 2007 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
import errno, os
from i18n import _
diff -r eb243551cbd8 -r 25e572394f5c mercurial/tags.py
--- a/mercurial/tags.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/tags.py Tue Jan 19 22:20:08 2010 -0600
@@ -4,7 +4,7 @@
# Copyright 2009 Greg Ward
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
# Currently this module only deals with reading and caching tags.
# Eventually, it could take care of updating (adding/removing/moving)
diff -r eb243551cbd8 -r 25e572394f5c mercurial/templatefilters.py
--- a/mercurial/templatefilters.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/templatefilters.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2005-2008 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
import cgi, re, os, time, urllib, textwrap
import util, encoding
diff -r eb243551cbd8 -r 25e572394f5c mercurial/templater.py
--- a/mercurial/templater.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/templater.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2005, 2006 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
from i18n import _
import re, sys, os
diff -r eb243551cbd8 -r 25e572394f5c mercurial/transaction.py
--- a/mercurial/transaction.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/transaction.py Tue Jan 19 22:20:08 2010 -0600
@@ -9,7 +9,7 @@
# Copyright 2005, 2006 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
from i18n import _
import os, errno
diff -r eb243551cbd8 -r 25e572394f5c mercurial/ui.py
--- a/mercurial/ui.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/ui.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2005-2007 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
from i18n import _
import errno, getpass, os, socket, sys, tempfile, traceback
diff -r eb243551cbd8 -r 25e572394f5c mercurial/url.py
--- a/mercurial/url.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/url.py Tue Jan 19 22:20:08 2010 -0600
@@ -5,7 +5,7 @@
# Copyright 2006 Vadim Gelfer
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
import urllib, urllib2, urlparse, httplib, os, re, socket, cStringIO
from i18n import _
diff -r eb243551cbd8 -r 25e572394f5c mercurial/util.py
--- a/mercurial/util.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/util.py Tue Jan 19 22:20:08 2010 -0600
@@ -5,7 +5,7 @@
# Copyright 2006 Vadim Gelfer
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
"""Mercurial utility functions and platform specfic implementations.
diff -r eb243551cbd8 -r 25e572394f5c mercurial/verify.py
--- a/mercurial/verify.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/verify.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2006, 2007 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
from node import nullid, short
from i18n import _
diff -r eb243551cbd8 -r 25e572394f5c mercurial/win32.py
--- a/mercurial/win32.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/win32.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2005-2009 Matt Mackall and others
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
"""Utility functions that use win32 API.
diff -r eb243551cbd8 -r 25e572394f5c mercurial/windows.py
--- a/mercurial/windows.py Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/windows.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2005-2009 Matt Mackall and others
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
from i18n import _
import osutil, error
diff -r eb243551cbd8 -r 25e572394f5c setup.py
--- a/setup.py Tue Jan 19 22:20:05 2010 -0600
+++ b/setup.py Tue Jan 19 22:20:08 2010 -0600
@@ -271,7 +271,7 @@
author_email='mpm@selenic.com',
url='http://mercurial.selenic.com/',
description='Scalable distributed SCM',
- license='GNU GPL',
+ license='GNU GPLv2+',
scripts=scripts,
packages=packages,
ext_modules=ext_modules,
diff -r eb243551cbd8 -r 25e572394f5c tests/printrepr.py
--- a/tests/printrepr.py Tue Jan 19 22:20:05 2010 -0600
+++ b/tests/printrepr.py Tue Jan 19 22:20:08 2010 -0600
@@ -3,7 +3,7 @@
# Copyright 2009 Matt Mackall and others
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
"""prints repr(sys.stdin) but preserves newlines in input"""
diff -r eb243551cbd8 -r 25e572394f5c tests/run-tests.py
--- a/tests/run-tests.py Tue Jan 19 22:20:05 2010 -0600
+++ b/tests/run-tests.py Tue Jan 19 22:20:08 2010 -0600
@@ -5,7 +5,7 @@
# Copyright 2006 Matt Mackall
#
# This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
# Modifying this script is tricky because it has many modes:
# - serial (default) vs parallel (-jN, N > 1)