Add some "used with permission" mentions where external resources are referenced.

Permission was validated prior to adding these markings.
This commit is contained in:
Brett Cannon 2016-01-15 09:53:51 -08:00
parent 45adb3100b
commit 07b954d148
3 changed files with 4 additions and 1 deletions

View File

@ -896,6 +896,7 @@ class date:
ISO calendar algorithm taken from
http://www.phys.uu.nl/~vgent/calendar/isocalendar.htm
(used with permission)
"""
year = self._year
week1monday = _isoweek1monday(year)

View File

@ -5,6 +5,8 @@
Original source: LaserJet IIP Printer User's Manual HP part no
33471-90901, Hewlet-Packard, June 1989.
(Used with permission)
"""#"
import codecs

View File

@ -1,6 +1,6 @@
"""
Python unit testing framework, based on Erich Gamma's JUnit and Kent Beck's
Smalltalk testing framework.
Smalltalk testing framework (used with permission).
This module contains the core framework classes that form the basis of
specific test cases and suites (TestCase, TestSuite etc.), and also a