COPYRIGHT 942 Bytes
Newer Older
1 2 3 4 5 6 7 8
Copyrights
----------

Doctrine
--------

Doctrine is a Object Relational Mapper built from scratch with PHP5. It contains a few ports of other popular PHP classes/libraries.

jwage's avatar
jwage committed
9
Url:        http://www.phpdoctrine.org
10
Copyright:  2005-2007 Konsta Vesterinen
jwage's avatar
jwage committed
11
License:    LGPL - see LICENSE file
12 13 14 15 16 17

symfony
-------

Doctrine contains ports of a few symfony classes/libraries

jwage's avatar
jwage committed
18
Url:       http://www.symfony-project.org
19 20 21 22 23 24 25 26 27 28
Copyright: Fabien Potencier
License:   MIT - see LICENSE file

Spyc
----

Doctrine contains a port of the Spyc software

Url:       http://spyc.sourceforge.net/
Copyright: 2005-2006 Chris Wanstrath
29 30 31 32 33 34 35 36
License:   MIT - http://www.opensource.org/licenses/mit-license.php

Zend Framework
--------------

Doctrine contains ports of a few Zend components and has borrowed concepts and ideas from the Zend Framework project.

Url:       http://framework.zend.com
jwage's avatar
jwage committed
37
Copyright: Copyright © 2006-2007 by Zend Technologies, All rights reserved.