Skip to content

Commit de23370

Browse files
committed
Fix wording of copyright notice for fix_input_six.py.
Signed-off-by: Daira Hopwood <[email protected]>
1 parent 9599d29 commit de23370

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

libmodernize/fixes/fix_input_six.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
# This is a derived work of Lib/lib2to3/fixes/fix_input.py and
2-
# Lib/lib2to3/fixes/fix_raw_input.py under the
3-
# copyright of the Python Software Foundation, licensed under the Python
4-
# Software Foundation License 2.
2+
# Lib/lib2to3/fixes/fix_raw_input.py. Those files are under the
3+
# copyright of the Python Software Foundation and licensed under the
4+
# Python Software Foundation License 2.
55
#
66
# Copyright notice:
77
#
88
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
99
# 2011, 2012, 2013, 2014 Python Software Foundation. All rights reserved.
10-
#
11-
# Full license text: http://docs.python.org/3.4/license.html
1210

1311
from lib2to3 import fixer_base
1412
from lib2to3.fixer_util import Call, Name, touch_import

0 commit comments

Comments
 (0)