mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix overlooked licence text.
This commit is contained in:
parent
ca319cf94e
commit
ef45380b6b
3 changed files with 2 additions and 58 deletions
|
@ -8,10 +8,6 @@
|
|||
# subpackage 'multiprocessing.dummy' has the same API but is a simple
|
||||
# wrapper for 'threading'.
|
||||
#
|
||||
# Try calling `multiprocessing.doc.main()` to read the html
|
||||
# documentation in a webbrowser.
|
||||
#
|
||||
#
|
||||
# Copyright (c) 2006-2008, R Oudkerk
|
||||
# Licensed to PSF under a Contributor Agreement.
|
||||
#
|
||||
|
@ -27,8 +23,6 @@ __all__ = [
|
|||
'Value', 'Array', 'RawValue', 'RawArray', 'SUBDEBUG', 'SUBWARNING',
|
||||
]
|
||||
|
||||
__author__ = 'R. Oudkerk (r.m.oudkerk@gmail.com)'
|
||||
|
||||
#
|
||||
# Imports
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue