[Sourcebo-commits] jlbec commits r85 - trunk
svn-commits at oss.oracle.com
svn-commits at oss.oracle.com
Thu Feb 8 12:03:36 PST 2007
Author: jlbec
Date: 2007-02-08 12:03:35 -0800 (Thu, 08 Feb 2007)
New Revision: 85
Modified:
trunk/sb_gen_index
Log:
project.py does toupper(), so wed better play along
Modified: trunk/sb_gen_index
===================================================================
--- trunk/sb_gen_index 2006-03-03 00:32:35 UTC (rev 84)
+++ trunk/sb_gen_index 2007-02-08 20:03:35 UTC (rev 85)
@@ -890,7 +890,7 @@
'FDL': 'http://www.gnu.org/licenses/fdl.html',
'BSD': 'http://www.debian.org/misc/bsd.license',
'MPL': 'http://www.mozilla.org/MPL/',
- 'Artistic': 'http://www.perl.com/pub/a/language/misc/Artistic.html'
+ 'ARTISTIC': 'http://www.perl.com/pub/a/language/misc/Artistic.html'
}
def scan_home():
More information about the Sourcebo-commits
mailing list