Hi, You can remove me from the list. I only did a bit of fiddling a few months ago!
In case this is needed: I hereby grant the pypy developers all copyright to any work I have done on the pypy source code. Cheers, Ben [EMAIL PROTECTED] wrote on 17/05/2005 21:32:38: > Author: hpk > Date: Tue May 17 22:32:38 2005 > New Revision: 12421 > > Added: > pypy/dist/LICENSE > pypy/dist/Pyrex/LICENSE > Modified: > pypy/dist/pypy/module/builtin/app_help.py > Log: > issue52 testing > > Added a first draft for a top-level LICENSE files, where the copyrights > got computed by examining all committers (via svn log) on the pypy and > py directories. The list is currently ordered by number of commits. > If desired i could extend the script and let it try to run "svn blame". > It probably would give a somewhat more appropriate picture. > > Additionally i put a pseudo-LICENSE into the Pyrex directory > (it was the only notice i could find from the Pyrex author). > > So the questions are (apart from the minor ordering issue): > > - do we want to reduce the list of PyPy copyright holders > somehow? > > - are there any no included sub-projects that miss copyright > statements or a LICENSE file? > > > > Added: pypy/dist/LICENSE > ============================================================================== > --- (empty file) > +++ pypy/dist/LICENSE Tue May 17 22:32:38 2005 > @@ -0,0 +1,96 @@ > +License for files in the pypy and py directory > +============================================== > + > +Except when otherwise stated (look for LICENSE files in directories or > +information at the beginning of each file) all software and > +documentation in the 'pypy' and 'py' directories is licensed as follows: > + > + The MIT License > + > + Permission is hereby granted, free of charge, to any person > + obtaining a copy of this software and associated documentation > + files (the "Software"), to deal in the Software without > + restriction, including without limitation the rights to use, > + copy, modify, merge, publish, distribute, sublicense, and/or > + sell copies of the Software, and to permit persons to whom the > + Software is furnished to do so, subject to the following conditions: > + > + The above copyright notice and this permission notice shall be included > + in all copies or substantial portions of the Software. > + > + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS > + OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF > MERCHANTABILITY, > + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL > + THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, > DAMAGES OR OTHER > + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING > + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER > + DEALINGS IN THE SOFTWARE. > + > + > +PyPy Copyright holders 2003-2005 > +==================================================== > + > +Except when otherwise stated (look for LICENSE files or information at > +the beginning of each file) the files in the 'pypy' directory are each > +copyrighted by one or more of the following people and organizations: > + > + Armin Rigo <[EMAIL PROTECTED]> > + Samuele Pedroni <[EMAIL PROTECTED]> > + Holger Krekel <[EMAIL PROTECTED]> > + Michael Hudson <[EMAIL PROTECTED]> > + Christian Tismer <[EMAIL PROTECTED]> > + Seo Sanghyeon <[EMAIL PROTECTED]> > + Alex Martelli <[EMAIL PROTECTED]> > + Stefan Schwarzer <[EMAIL PROTECTED]> > + Patrick Maupin <[EMAIL PROTECTED]> > + Carl Friedrich Bolz <[EMAIL PROTECTED]> > + Bob Ippolito <[EMAIL PROTECTED]> > + Anders Chrigstrom <[EMAIL PROTECTED]> > + Jacob Hallen <[EMAIL PROTECTED]> > + Marius Gedminas <[EMAIL PROTECTED]> > + Laura Creighton <[EMAIL PROTECTED]> > + Guido Van Rossum <[EMAIL PROTECTED]> > + Richard Emslie <[EMAIL PROTECTED]> > + Ludovic Aubry <[EMAIL PROTECTED]> > + Adrien Di Mascio <[EMAIL PROTECTED]> > + Stephan Diehl <> > + Dinu Gherman <[EMAIL PROTECTED]> > + Guenter Jantzen <[EMAIL PROTECTED]> > + Anders Lehmann <[EMAIL PROTECTED]> > + Rocco Moretti <[EMAIL PROTECTED]> > + Olivier Dormond <[EMAIL PROTECTED]> > + Brian Dorsey <[EMAIL PROTECTED]> > + Jonathan David Riehl <[EMAIL PROTECTED]> > + Andreas Friedge <[EMAIL PROTECTED]> > + Jens-Uwe Mager <[EMAIL PROTECTED]> > + Alan McIntyre <[EMAIL PROTECTED]> > + Lutz Paelike <[EMAIL PROTECTED]> > + Jacek Generowicz <[EMAIL PROTECTED]> > + Ben Young <[EMAIL PROTECTED]> > + Michael Chermside <[EMAIL PROTECTED]> > + > + Heinrich-Heine University, Germany > + AB Strakt, Sweden > + merlinux GmbH, Germany > + tismerysoft GmbH, Germany > + Logilab Paris, France > + DFKI GmbH, Germany > + > + > +py lib Copyright holders, 2003-2005 > +========================================== > + > +Except when otherwise stated (look for LICENSE files or information at > +the beginning of each file) the files in the 'py' directory are > +copyrighted by one or more of the following people and organizations: > + > + Holger Krekel <[EMAIL PROTECTED]> > + merlinux GmbH, Germany <[EMAIL PROTECTED]> > + Armin Rigo <[EMAIL PROTECTED]> > + Jan Balster <[EMAIL PROTECTED]> > + > +Contributors include:: > + > + Ian Bicking <[EMAIL PROTECTED]> > + Grig Gheorghiu <[EMAIL PROTECTED]> > + Bob Ippolito <[EMAIL PROTECTED]> > > Added: pypy/dist/Pyrex/LICENSE > ============================================================================== > --- (empty file) > +++ pypy/dist/Pyrex/LICENSE Tue May 17 22:32:38 2005 > @@ -0,0 +1,13 @@ > +Copyright stuff: Pyrex is free of restrictions. You > +may use, redistribute, modify and distribute modified > +versions. > + > +The latest version of Pyrex can be found here: > + > +http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/ > + > +Greg Ewing, Computer Science Dept, +--------------------------------------+ > +University of Canterbury, | A citizen of NewZealandCorp, a | > +Christchurch, New Zealand | wholly-owned subsidiary of USA Inc. | > [EMAIL PROTECTED] > + > > Modified: pypy/dist/pypy/module/builtin/app_help.py > ============================================================================== > --- pypy/dist/pypy/module/builtin/app_help.py (original) > +++ pypy/dist/pypy/module/builtin/app_help.py Tue May 17 22:32:38 2005 > @@ -17,7 +17,7 @@ > def license(): > print \ > """ > -Copyright (c) <2003-2004> <Pypy development team> > +Copyright (c) <2003-2005> <Pypy development team> > > Permission is hereby granted, free of charge, to any person > obtaining a copy of this software and associated documentation files > (the "Software"), to deal in the Software without restriction, > including without limitation the rights to use, copy, modify, merge, > publish, distribute, sublicense, and/or sell copies of the Software, > and to permit persons to whom the Software is furnished to do so, > subject to the following conditions: > > _______________________________________________ > pypy-svn mailing list > [EMAIL PROTECTED] > http://codespeak.net/mailman/listinfo/pypy-svn > _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
