diff mercurial/tags.py @ 10263:25e572394f5c stable

Update license to GPLv2+
author Matt Mackall <mpm@selenic.com>
date Tue, 19 Jan 2010 22:20:08 -0600
parents e2b1de5fee04
children 45351e65230b 26abd91d9e84
line wrap: on
line diff
--- 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)