Skip to content

Commit 4dd2960

Browse files
author
Steve Canny
committed
fix: copy/paste error in file license stmts
1 parent 7cf579b commit 4dd2960

8 files changed

+8
-8
lines changed

tests/test_oxml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (C) 2013 Steve Canny scanny@cisco.com
66
#
7-
# This module is part of python-pptx and is released under the MIT License:
7+
# This module is part of python-opc and is released under the MIT License:
88
# http://www.opensource.org/licenses/mit-license.php
99

1010
"""Test suite for opc.oxml module."""

tests/test_package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (C) 2013 Steve Canny scanny@cisco.com
66
#
7-
# This module is part of python-pptx and is released under the MIT License:
7+
# This module is part of python-opc and is released under the MIT License:
88
# http://www.opensource.org/licenses/mit-license.php
99

1010
"""Test suite for opc.package module."""

tests/test_packuri.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (C) 2013 Steve Canny scanny@cisco.com
66
#
7-
# This module is part of python-pptx and is released under the MIT License:
7+
# This module is part of python-opc and is released under the MIT License:
88
# http://www.opensource.org/licenses/mit-license.php
99

1010
"""Test suite for opc.packuri module."""

tests/test_phys_pkg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (C) 2013 Steve Canny scanny@cisco.com
66
#
7-
# This module is part of python-pptx and is released under the MIT License:
7+
# This module is part of python-opc and is released under the MIT License:
88
# http://www.opensource.org/licenses/mit-license.php
99

1010
"""Test suite for opc.phys_pkg module."""

tests/test_pkgreader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (C) 2013 Steve Canny scanny@cisco.com
66
#
7-
# This module is part of python-pptx and is released under the MIT License:
7+
# This module is part of python-opc and is released under the MIT License:
88
# http://www.opensource.org/licenses/mit-license.php
99

1010
"""Test suite for opc.pkgreader module."""

tests/test_pkgwriter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (C) 2013 Steve Canny scanny@cisco.com
66
#
7-
# This module is part of python-pptx and is released under the MIT License:
7+
# This module is part of python-opc and is released under the MIT License:
88
# http://www.opensource.org/licenses/mit-license.php
99

1010
"""Test suite for opc.pkgwriter module."""

tests/unitdata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (C) 2013 Steve Canny scanny@cisco.com
66
#
7-
# This module is part of python-pptx and is released under the MIT License:
7+
# This module is part of python-opc and is released under the MIT License:
88
# http://www.opensource.org/licenses/mit-license.php
99

1010
"""Test data builders for unit tests"""

tests/unitutil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (C) 2013 Steve Canny scanny@cisco.com
66
#
7-
# This module is part of python-pptx and is released under the MIT License:
7+
# This module is part of python-opc and is released under the MIT License:
88
# http://www.opensource.org/licenses/mit-license.php
99

1010
"""Utility functions for unit testing"""

0 commit comments

Comments
 (0)