diff setup.py @ 10263:25e572394f5c stable

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