From e47e82c8df178eb10d25266bb2414f898a253e21 Mon Sep 17 00:00:00 2001 From: wei <> Date: Mon, 1 May 2006 00:53:39 +0000 Subject: Update 3rd party code licenses. --- framework/3rdParty/readme.html | 60 +++++++++++++++++++++++++++++++++++- framework/I18N/core/data/license.txt | 35 +++++++++++++++++++++ 2 files changed, 94 insertions(+), 1 deletion(-) create mode 100644 framework/I18N/core/data/license.txt (limited to 'framework') diff --git a/framework/3rdParty/readme.html b/framework/3rdParty/readme.html index c81d263e..34ff1d1e 100644 --- a/framework/3rdParty/readme.html +++ b/framework/3rdParty/readme.html @@ -45,10 +45,68 @@ projects. N.A. Tar.php - Version 3.0 of the PHP license + PHP License 3.0 System.IO.TTarFileExtractor TTarFileExtractor is based on Tar.php whose author is Vincent Blavet. + + ../I18N/core/data + International Components for Unicode (Locale Data) + BSD??? + System.I18N.core.* + The ICU data http://dev.icu-project.org/cgi-bin/viewcvs.cgi/icu/source/data/locales/ are PHP serialized. + + + ../I18N/core/util.php + PEAR :: Package :: DB + PHP License 3.0 + N.A. + The parseDSN() function from DB.php file. + + + ../I18N/core/TCache_Lite.php + PEAR :: Package :: Cache_Lite + LGPL + N.A. + Cache_Lite class was renamed as TCache_Lite for packaging purposes. + + + ../I18N/core/Gettext + PEAR :: Package :: File_Gettext + PHP License 3.0 + N.A. + File_Gettext, File::Gettext::MO, and File::Gettext::PO + + + + ../Web/Javascripts/TJSON.php + Service_JSON proposal + BSD + N.A. + JSON encoder/decoder by Michal Migurski, Matt Knapp and Brett Stimmerman + + + + ../Web/Javascripts/effects/rico.js + Rico + Apache License v2 + N.A. + Rico Javascript Library (not yet utilized in Prado) + + + ../Web/Javascripts/prototype + Prototype javascript library + The Prototype License (MIT based) + N.A. + Core of Prado javascript library. + + + ../Web/Javascripts/extra/logger.js + http://gleepglop.com/javascripts/logger/ http://slayeroffice.com + None + TJavascriptLogger + Javascript logger by Corey Johnson. Object Tree by S.G. Chipman. +

diff --git a/framework/I18N/core/data/license.txt b/framework/I18N/core/data/license.txt new file mode 100644 index 00000000..ccbd57fe --- /dev/null +++ b/framework/I18N/core/data/license.txt @@ -0,0 +1,35 @@ +ICU License - ICU 1.8.1 and later + +COPYRIGHT AND PERMISSION NOTICE + +Copyright (c) 1995-2005 International Business Machines Corporation and others +All rights reserved. + +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, and/or sell copies of the Software, and to permit persons +to whom the Software is furnished to do so, provided that the above +copyright notice(s) and this permission notice appear in all copies of +the Software and that both the above copyright notice(s) and this +permission notice appear in supporting documentation. + +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 +OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR +HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR 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. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, use +or other dealings in this Software without prior written authorization +of the copyright holder. + +-------------------------------------------------------------------------------- +All trademarks and registered trademarks mentioned herein are the property of their respective owners. + -- cgit v1.2.3