Skip to content

Commit 638cba8

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

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

libmodernize/fixes/fix_metaclass.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,14 @@
1515
This fixer also tries very hard to keep original indenting and spacing
1616
in all those corner cases.
1717
"""
18-
# This is a derived work of Lib/lib2to3/fixes/fix_metaclass.py under the
19-
# copyright of the Python Software Foundation, licensed under the Python
20-
# Software Foundation License 2.
18+
# This is a derived work of Lib/lib2to3/fixes/fix_metaclass.py. That file
19+
# is under the copyright of the Python Software Foundation and licensed
20+
# under the Python Software Foundation License 2.
2121
#
2222
# Copyright notice:
2323
#
2424
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
2525
# 2011, 2012, 2013 Python Software Foundation. All rights reserved.
26-
#
27-
# Full license text: http://docs.python.org/3.4/license.html
2826

2927
# Author: Jack Diederich, Daniel Neuhäuser
3028

0 commit comments

Comments
 (0)