[Python-checkins] r66937 - doctools/trunk/sphinx/util/stemmer.py

georg.brandl python-checkins at python.org
Thu Oct 16 23:23:44 CEST 2008


Author: georg.brandl
Date: Thu Oct 16 23:23:43 2008
New Revision: 66937

Log:
Update license status.


Modified:
   doctools/trunk/sphinx/util/stemmer.py

Modified: doctools/trunk/sphinx/util/stemmer.py
==============================================================================
--- doctools/trunk/sphinx/util/stemmer.py	(original)
+++ doctools/trunk/sphinx/util/stemmer.py	Thu Oct 16 23:23:43 2008
@@ -25,7 +25,7 @@
     Release 1: January 2001
 
     :copyright: 2001 by Vivake Gupta <v at nano.com>.
-    :license: Public Domain (?).
+    :license: Public Domain ("can be used free of charge for any purpose").
 """
 
 class PorterStemmer(object):


More information about the Python-checkins mailing list