[Python-checkins] r56145 - sandbox/trunk/2to3/fixes/fix_dict.py sandbox/trunk/2to3/fixes/fix_xrange.py

guido.van.rossum python-checkins at python.org
Mon Jul 2 15:19:58 CEST 2007


Author: guido.van.rossum
Date: Mon Jul  2 15:19:58 2007
New Revision: 56145

Modified:
   sandbox/trunk/2to3/fixes/fix_dict.py
   sandbox/trunk/2to3/fixes/fix_xrange.py
Log:
Complete copyright assignment.


Modified: sandbox/trunk/2to3/fixes/fix_dict.py
==============================================================================
--- sandbox/trunk/2to3/fixes/fix_dict.py	(original)
+++ sandbox/trunk/2to3/fixes/fix_dict.py	Mon Jul  2 15:19:58 2007
@@ -1,4 +1,5 @@
 # Copyright 2007 Google, Inc. All Rights Reserved.
+# Licensed to PSF under a Contributor Agreement.
 
 """Fixer for dict methods.
 

Modified: sandbox/trunk/2to3/fixes/fix_xrange.py
==============================================================================
--- sandbox/trunk/2to3/fixes/fix_xrange.py	(original)
+++ sandbox/trunk/2to3/fixes/fix_xrange.py	Mon Jul  2 15:19:58 2007
@@ -1,4 +1,5 @@
 # Copyright 2007 Google, Inc. All Rights Reserved.
+# Licensed to PSF under a Contributor Agreement.
 
 """Fixer that changes xrange(...) into range(...)."""
 


More information about the Python-checkins mailing list