Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 07b954d

Browse files
committed
Add some "used with permission" mentions where external resources are referenced.
Permission was validated prior to adding these markings.
1 parent 45adb31 commit 07b954d

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

Lib/datetime.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -896,6 +896,7 @@ def isocalendar(self):
896896
897897
ISO calendar algorithm taken from
898898
http://www.phys.uu.nl/~vgent/calendar/isocalendar.htm
899+
(used with permission)
899900
"""
900901
year = self._year
901902
week1monday = _isoweek1monday(year)

Lib/encodings/hp_roman8.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
Original source: LaserJet IIP Printer User's Manual HP part no
66
33471-90901, Hewlet-Packard, June 1989.
77
8+
(Used with permission)
9+
810
"""#"
911

1012
import codecs

Lib/unittest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
Python unit testing framework, based on Erich Gamma's JUnit and Kent Beck's
3-
Smalltalk testing framework.
3+
Smalltalk testing framework (used with permission).
44
55
This module contains the core framework classes that form the basis of
66
specific test cases and suites (TestCase, TestSuite etc.), and also a

0 commit comments

Comments
 (0)