[pyrepl-checkins] pyrepl encopyright.py,1.1.1.1,1.2
setup.py,1.1.1.1,1.2
mwh@codespeak.net
mwh@codespeak.net
Fri, 17 Jan 2003 14:25:56 +0100 (MET)
- Next message: [pyrepl-checkins]
pyrepl/pyrepl __init__.py,1.1.1.1,1.2 cmdrepl.py,1.1.1.1,1.2
commands.py,1.1.1.1,1.2 completer.py,1.1.1.1,1.2
completing_reader.py,1.1.1.1,1.2 console.py,1.1.1.1,1.2
copy_code.py,1.1.1.1,1.2 fancy_termios.py,1.2,1.3
historical_reader.py,1.1.1.1,1.2 keymaps.py,1.2,1.3
module_lister.py,1.1.1.1,1.2 pygame_console.py,1.1.1.1,1.2
pygame_keymap.py,1.1.1.1,1.2 python_reader.py,1.1.1.1,1.2
reader.py,1.1.1.1,1.2 unix_console.py,1.2,1.3unix_keymap.py,1.1.1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/pyrepl/pyrepl
In directory thoth.codespeak.net:/tmp/cvs-serv2090
Modified Files:
encopyright.py setup.py
Log Message:
It's 2003!
Index: encopyright.py
===================================================================
RCS file: /cvs/pyrepl/pyrepl/encopyright.py,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** encopyright.py 29 Oct 2002 14:21:28 -0000 1.1.1.1
--- encopyright.py 17 Jan 2003 13:25:54 -0000 1.2
***************
*** 1,4 ****
--- 1,23 ----
#!/usr/bin/python
+ # Copyright 2000-2003 Michael Hudson mwh@python.net
+ #
+ # All Rights Reserved
+ #
+ #
+ # Permission to use, copy, modify, and distribute this software and
+ # its documentation for any purpose is hereby granted without fee,
+ # provided that the above copyright notice appear in all copies and
+ # that both that copyright notice and this permission notice appear in
+ # supporting documentation.
+ #
+ # THE AUTHOR MICHAEL HUDSON DISCLAIMS ALL WARRANTIES WITH REGARD TO
+ # THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+ # AND FITNESS, IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL,
+ # INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
+ # RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
+ # CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
+ # CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
import os, time, sys
Index: setup.py
===================================================================
RCS file: /cvs/pyrepl/pyrepl/setup.py,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** setup.py 29 Oct 2002 14:21:28 -0000 1.1.1.1
--- setup.py 17 Jan 2003 13:25:54 -0000 1.2
***************
*** 1,2 ****
--- 1,21 ----
+ # Copyright 2000-2003 Michael Hudson mwh@python.net
+ #
+ # All Rights Reserved
+ #
+ #
+ # Permission to use, copy, modify, and distribute this software and
+ # its documentation for any purpose is hereby granted without fee,
+ # provided that the above copyright notice appear in all copies and
+ # that both that copyright notice and this permission notice appear in
+ # supporting documentation.
+ #
+ # THE AUTHOR MICHAEL HUDSON DISCLAIMS ALL WARRANTIES WITH REGARD TO
+ # THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+ # AND FITNESS, IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL,
+ # INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
+ # RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
+ # CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
+ # CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
from distutils.core import setup, Extension
- Next message: [pyrepl-checkins]
pyrepl/pyrepl __init__.py,1.1.1.1,1.2 cmdrepl.py,1.1.1.1,1.2
commands.py,1.1.1.1,1.2 completer.py,1.1.1.1,1.2
completing_reader.py,1.1.1.1,1.2 console.py,1.1.1.1,1.2
copy_code.py,1.1.1.1,1.2 fancy_termios.py,1.2,1.3
historical_reader.py,1.1.1.1,1.2 keymaps.py,1.2,1.3
module_lister.py,1.1.1.1,1.2 pygame_console.py,1.1.1.1,1.2
pygame_keymap.py,1.1.1.1,1.2 python_reader.py,1.1.1.1,1.2
reader.py,1.1.1.1,1.2 unix_console.py,1.2,1.3unix_keymap.py,1.1.1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]