--- 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 <thomas@intevation.de>
#
# 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
--- 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 <bos@serpentine.com>
;; 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")
--- 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
--- 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 <bos@serpentine.com>
;; 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
--- 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 <a
href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt">GNU
- General Public License version 2</a> as published by the Free
- Software Foundation.
+ General Public License version 2</a> or any later version.
</p>
<p>
--- 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
--- 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
--- 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
--- 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 <mpm@selenic.com>
#
# 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:
--- 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 <vadim.gelfer@gmail.com>
#
# 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
--- 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 <dsp@php.net>
#
# 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
--- 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 <vadim.gelfer@gmail.com>
#
# 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
--- 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 <thomas@intevation.de>
#
# 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'''
--- 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 <piranha@piranha.org.ua>
#
# 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'''
--- 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 <mpm@selenic.com>
#
# 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'''
--- 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 <marek@xivilization.net> 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
--- 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 <mpm@selenic.com> 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
--- 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 <mpm@selenic.com>
#
# 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
--- 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 <mpm@selenic.com> 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
--- 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 <frank@kingswood-consulting.co.uk>
#
# 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
--- 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 <mpm@selenic.com> 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 _
--- 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 <alexis@cecm.usp.br>
#
# 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 _
--- 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 <mpm@selenic.com> 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
--- 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 _
--- 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 <mpm@selenic.com> 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:
#
--- 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
--- 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 <frank@kingswood-consulting.co.uk>
#
# 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 _
--- 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 <vadim.gelfer@gmail.com>
#
# 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
--- 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 <vadim.gelfer@gmail.com>
#
# 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'''
--- 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 <benoit.boissinot@ens-lyon.org>
#
# 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'''
--- 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 <joel@rosdahl.net>
#
# 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
--- 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 <brendan@kublai.com>
-# 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
--- 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 <mason@suse.com>
#
# 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
--- 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 <pmezard@gmail.com> 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.
--- 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 <adam@hupp.org> 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.
--- 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 <brendan@kublai.com>
#
# 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'''
--- 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 <nicdumz@gmail.com>
#
# 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
--- 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 <brendan@kublai.com>
#
# 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
--- 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.
--- 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 <Python.h>
--- 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.
--- 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 <brendan@kublai.com>
#
# 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
--- 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 <edward.lee@engineering.uiuc.edu>
#
# 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
--- 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 <blacktrash@gmx.net>
#
# 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$
#
--- 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 <mason@suse.com>
#
# 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
--- 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 <vadim.gelfer@gmail.com>
#
# 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
--- 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 <dsp@php.net>
#
# 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:
#
--- 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 <alexis@cecm.usp.br>
#
# 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
--- 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 <mpm@selenic.com> 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
--- 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 <stefano.tortarolo at gmail dot com>
#
# 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
--- 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 <bos@serpentine.com>
#
# 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'''
--- 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 <brendan@kublai.com>
#
# 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"""
--- 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 <piranha@piranha.org.ua>
#
# 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
--- 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 <mpm@selenic.com>
#
# 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'''
--- 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 <brendan@kublai.com>
#
# 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
--- 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 <shunichi.goto@gmail.com>
#
# 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
--- 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 <mpm@selenic.com> 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
--- 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 <mpm@selenic.com>
#
# 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
--- 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 <mpm@selenic.com> 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.
--- 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 <mpm@selenic.com>
#
# 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
--- 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 <vadim.gelfer@gmail.com>
#
# 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
--- 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 <bboissin@gmail.com>
#
# 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.
--- 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 <mpm@selenic.com>
#
# 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
--- 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 <mpm@selenic.com>
#
# 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 _
--- 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 <mpm@selenic.com>
#
# 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 _
--- 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 <mpm@selenic.com>
#
# 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
--- 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 <mpm@selenic.com> 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
--- 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 <mpm@selenic.com>
#
# 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 _
--- 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 <mpm@selenic.com>
#
# 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
--- 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 <mpm@selenic.com>
#
# 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
--- 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 <mpm@selenic.com>
#
# 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 _
--- 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 <mpm@selenic.com>
#
# 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
--- 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 <mpm@selenic.com> 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
--- 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 <mpm@selenic.com>
#
# 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.
--- 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 <mpm@selenic.com>
#
# 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
--- 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 <mpm@selenic.com> 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
--- 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 <mpm@selenic.com>
#
# 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
--- 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 <mpm@selenic.com>
#
# 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 _
--- 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 <joel@rosdahl.net>
#
# 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
--- 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 _
--- 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 <mpm@selenic.com>
#
# 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
--- 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 <vadim.gelfer@gmail.com>
#
# 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
--- 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 <mpm@selenic.com>
#
# 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
--- 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 <mpm@selenic.com>
#
# 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
--- 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 <mpm@selenic.com>
#
# 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
--- 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 <mpm@selenic.com>
#
# 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 _
--- 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 <mpm@selenic.com>
#
# 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
--- 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 <mpm@selenic.com>
#
# 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
--- 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 <mpm@selenic.com>
#
# 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
--- 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 <mpm@selenic.com>
#
# 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
--- 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 <mpm@selenic.com>
#
# 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
--- 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 <hopper@omnifarious.org>
#
# 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
--- 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 <mpm@selenic.com>
#
# 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
--- 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 <vadim.gelfer@gmail.com>
#
# 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 _
--- 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 <mpm@selenic.com>
#
# 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
--- 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 <mpm@selenic.com>
#
# 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
--- 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 <mpm@selenic.com>
#
# 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 _
--- 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 <mpm@selenic.com>
#
# 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
--- 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 <mpm@selenic.com>
#
# 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
--- 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 <mpm@selenic.com>
#
# 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
--- 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 <mpm@selenic.com> 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
--- 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 <mpm@selenic.com>
#
# 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
--- 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 <mpm@selenic.com>
#
# 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 _
--- 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 <mpm@selenic.com> 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.
--- 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 <mpm@selenic.com>
#
# 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
--- 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 <chris.mason@oracle.com>
#
# 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
--- 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 <mpm@selenic.com> 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
--- 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 <brendan@kublai.com>
#
# 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
--- 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 <mpm@selenic.com> 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
--- 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 <mpm@selenic.com> 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:
--- 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 <mpm@selenic.com> 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:
--- 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 <mpm@selenic.com> 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
--- 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 <mpm@selenic.com> 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
--- 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
--- 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 <vadim.gelfer@gmail.com>
#
# 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
--- 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 <mpm@selenic.com>
#
# 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.
--- 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 <mpm@selenic.com>
#
# 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 _
--- 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 <vadim.gelfer@gmail.com>
#
# 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
--- 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 <mpm@selenic.com>
#
# 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
--- 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 <mpm@selenic.com>
#
# 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
--- 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 <vadim.gelfer@gmail.com>
#
# 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 _
--- 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 <vadim.gelfer@gmail.com>
#
# 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:
--- 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 <mpm@selenic.com>
#
# 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 _
--- 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 <greg@gerg.ca>
#
# 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)
--- 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 <mpm@selenic.com>
#
# 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
--- 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 <mpm@selenic.com>
#
# 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
--- 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 <mpm@selenic.com>
#
# 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
--- 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 <mpm@selenic.com>
#
# 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
--- 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 <vadim.gelfer@gmail.com>
#
# 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 _
--- 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 <vadim.gelfer@gmail.com>
#
# 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.
--- 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 <mpm@selenic.com>
#
# 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 _
--- 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 <mpm@selenic.com> 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.
--- 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 <mpm@selenic.com> 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
--- 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,
--- 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 <mpm@selenic.com> 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"""
--- 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 <mpm@selenic.com>
#
# 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)