Skip to content

Commit 100a570

Browse files
committed
run encopyright.py
1 parent 5b1b5a0 commit 100a570

28 files changed

+100
-24
lines changed

pyrepl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2000-2004 Michael Hudson [email protected]
1+
# Copyright 2000-2008 Michael Hudson-Doyle <[email protected]>
22
#
33
# All Rights Reserved
44
#

pyrepl/cmdrepl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2000-2004 Michael Hudson [email protected]
1+
# Copyright 2000-2007 Michael Hudson-Doyle <[email protected]>
22
#
33
# All Rights Reserved
44
#

pyrepl/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2000-2004 Michael Hudson [email protected]
1+
# Copyright 2000-2010 Michael Hudson-Doyle <[email protected]>
22
#
33
# All Rights Reserved
44
#

pyrepl/completer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2000-2004 Michael Hudson [email protected]
1+
# Copyright 2000-2004 Michael Hudson-Doyle <[email protected]>
22
#
33
# All Rights Reserved
44
#

pyrepl/completing_reader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2000-2004 Michael Hudson [email protected]
1+
# Copyright 2000-2010 Michael Hudson-Doyle <[email protected]>
22
#
33
# All Rights Reserved
44
#

pyrepl/console.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2000-2004 Michael Hudson [email protected]
1+
# Copyright 2000-2004 Michael Hudson-Doyle <[email protected]>
22
#
33
# All Rights Reserved
44
#

pyrepl/copy_code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2000-2004 Michael Hudson [email protected]
1+
# Copyright 2000-2004 Michael Hudson-Doyle <[email protected]>
22
#
33
# All Rights Reserved
44
#

pyrepl/curses.py

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11

2+
# Copyright 2000-2010 Michael Hudson-Doyle <[email protected]>
3+
#
4+
# All Rights Reserved
5+
#
6+
#
7+
# Permission to use, copy, modify, and distribute this software and
8+
# its documentation for any purpose is hereby granted without fee,
9+
# provided that the above copyright notice appear in all copies and
10+
# that both that copyright notice and this permission notice appear in
11+
# supporting documentation.
12+
#
13+
# THE AUTHOR MICHAEL HUDSON DISCLAIMS ALL WARRANTIES WITH REGARD TO
14+
# THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
15+
# AND FITNESS, IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL,
16+
# INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
17+
# RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
18+
# CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
19+
# CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20+
221
# Some try-import logic for two purposes: avoiding to bring in the whole
322
# pure Python curses package if possible; and, in _curses is not actually
423
# present, falling back to _minimal_curses (which is either a ctypes-based

pyrepl/fancy_termios.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2000-2004 Michael Hudson [email protected]
1+
# Copyright 2000-2004 Michael Hudson-Doyle <[email protected]>
22
#
33
# All Rights Reserved
44
#

pyrepl/historical_reader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2000-2004 Michael Hudson [email protected]
1+
# Copyright 2000-2004 Michael Hudson-Doyle <[email protected]>
22
#
33
# All Rights Reserved
44
#

pyrepl/input.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2000-2004 Michael Hudson [email protected]
1+
# Copyright 2000-2004 Michael Hudson-Doyle <[email protected]>
22
#
33
# All Rights Reserved
44
#

pyrepl/keymap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2000-2004 Michael Hudson [email protected]
1+
# Copyright 2000-2008 Michael Hudson-Doyle <[email protected]>
22
#
33
# All Rights Reserved
44
#

pyrepl/keymaps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2000-2004 Michael Hudson [email protected]
1+
# Copyright 2000-2004 Michael Hudson-Doyle <[email protected]>
22
#
33
# All Rights Reserved
44
#

pyrepl/module_lister.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2000-2004 Michael Hudson [email protected]
1+
# Copyright 2000-2004 Michael Hudson-Doyle <[email protected]>
22
#
33
# All Rights Reserved
44
#

pyrepl/pygame_console.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2000-2004 Michael Hudson [email protected]
1+
# Copyright 2000-2004 Michael Hudson-Doyle <[email protected]>
22
#
33
# All Rights Reserved
44
#

pyrepl/pygame_keymap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2000-2004 Michael Hudson [email protected]
1+
# Copyright 2000-2008 Michael Hudson-Doyle <[email protected]>
22
#
33
# All Rights Reserved
44
#

pyrepl/python_reader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2000-2004 Michael Hudson [email protected]
1+
# Copyright 2000-2007 Michael Hudson-Doyle <[email protected]>
22
#
33
# All Rights Reserved
44
#

pyrepl/reader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2000-2004 Michael Hudson [email protected]
1+
# Copyright 2000-2010 Michael Hudson-Doyle <[email protected]>
22
#
33
# All Rights Reserved
44
#

pyrepl/readline.py

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# Copyright 2000-2010 Michael Hudson-Doyle <[email protected]>
2+
#
3+
# All Rights Reserved
4+
#
5+
#
6+
# Permission to use, copy, modify, and distribute this software and
7+
# its documentation for any purpose is hereby granted without fee,
8+
# provided that the above copyright notice appear in all copies and
9+
# that both that copyright notice and this permission notice appear in
10+
# supporting documentation.
11+
#
12+
# THE AUTHOR MICHAEL HUDSON DISCLAIMS ALL WARRANTIES WITH REGARD TO
13+
# THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
14+
# AND FITNESS, IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL,
15+
# INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
16+
# RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
17+
# CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
18+
# CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19+
120
"""A compatibility wrapper reimplementing the 'readline' standard module
221
on top of pyrepl. Not all functionalities are supported. Contains
322
extensions for multiline input.

pyrepl/simple_interact.py

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# Copyright 2000-2010 Michael Hudson-Doyle <[email protected]>
2+
#
3+
# All Rights Reserved
4+
#
5+
#
6+
# Permission to use, copy, modify, and distribute this software and
7+
# its documentation for any purpose is hereby granted without fee,
8+
# provided that the above copyright notice appear in all copies and
9+
# that both that copyright notice and this permission notice appear in
10+
# supporting documentation.
11+
#
12+
# THE AUTHOR MICHAEL HUDSON DISCLAIMS ALL WARRANTIES WITH REGARD TO
13+
# THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
14+
# AND FITNESS, IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL,
15+
# INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
16+
# RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
17+
# CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
18+
# CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19+
120
"""This is an alternative to python_reader which tries to emulate
221
the CPython prompt as closely as possible, with the exception of
322
allowing multiline input and multiline history entries.

pyrepl/test/test_functional.py

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# Copyright 2000-2007 Michael Hudson-Doyle <[email protected]>
2+
#
3+
# All Rights Reserved
4+
#
5+
#
6+
# Permission to use, copy, modify, and distribute this software and
7+
# its documentation for any purpose is hereby granted without fee,
8+
# provided that the above copyright notice appear in all copies and
9+
# that both that copyright notice and this permission notice appear in
10+
# supporting documentation.
11+
#
12+
# THE AUTHOR MICHAEL HUDSON DISCLAIMS ALL WARRANTIES WITH REGARD TO
13+
# THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
14+
# AND FITNESS, IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL,
15+
# INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
16+
# RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
17+
# CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
18+
# CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19+
120
# some functional tests, to see if this is really working
221

322
import py

pyrepl/tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2000-2004 Michael Hudson [email protected]
1+
# Copyright 2000-2004 Michael Hudson-Doyle <[email protected]>
22
#
33
# All Rights Reserved
44
#

pyrepl/tests/basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2000-2004 Michael Hudson [email protected]
1+
# Copyright 2000-2004 Michael Hudson-Doyle <[email protected]>
22
#
33
# All Rights Reserved
44
#

pyrepl/tests/bugs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2000-2004 Michael Hudson [email protected]
1+
# Copyright 2000-2004 Michael Hudson-Doyle <[email protected]>
22
#
33
# All Rights Reserved
44
#

pyrepl/tests/infrastructure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2000-2004 Michael Hudson [email protected]
1+
# Copyright 2000-2004 Michael Hudson-Doyle <[email protected]>
22
#
33
# All Rights Reserved
44
#

pyrepl/tests/wishes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2000-2004 Michael Hudson [email protected]
1+
# Copyright 2000-2004 Michael Hudson-Doyle <[email protected]>
22
#
33
# All Rights Reserved
44
#

pyrepl/unix_console.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2000-2004 Michael Hudson [email protected]
1+
# Copyright 2000-2010 Michael Hudson-Doyle <[email protected]>
22
#
33
# All Rights Reserved
44
#

pyrepl/unix_eventqueue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2000-2004 Michael Hudson [email protected]
1+
# Copyright 2000-2008 Michael Hudson-Doyle <[email protected]>
22
#
33
# All Rights Reserved
44
#

0 commit comments

Comments
 (0)