pyrepl encopyright.py,1.1.1.1,1.2 setup.py,1.1.1.1,1.2
[email protected] Fri, 17 Jan 2003 14:25:56 +0100 (MET)
| Newsgroups | gmane.comp.python.pyrepl.checkins |
|---|---|
| Message-ID | <[email protected]> |
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 [email protected] + # + # 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 [email protected] + # + # 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