details: https://code.openbravo.com/erp/devel/pi/rev/b0cfd95061fd changeset: 14958:b0cfd95061fd user: Stefan Hühner <stefan.huehner <at> openbravo.com> date: Fri Dec 23 13:48:05 2011 +0100 summary: Updated legal/ foler to cover recent changes
diffstat: legal/Licensing.txt | 39 +++++++++++++++++++++++++++++++++++++++ lib/README | 2 +- 2 files changed, 40 insertions(+), 1 deletions(-) diffs (95 lines): diff -r b119b4dd48de -r b0cfd95061fd legal/Licensing.txt --- a/legal/Licensing.txt Mon Dec 19 15:53:27 2011 +0100 +++ b/legal/Licensing.txt Fri Dec 23 13:48:05 2011 +0100 @@ -101,6 +101,7 @@ # batik-xml.jar # catalina-ant.jar # commons-beanutils-1.8.3.jar +# commons-betwixt-0.8.jar # commons-codec-1.5.jar # commons-collections-3.2.1.jar # commons-dbcp-1.4.jar @@ -113,10 +114,12 @@ # commons-pool-1.5.6.jar # fop.jar # google-collections.jar +# jakarta-oro-2.0.8.jar # jettison-1.3.jar # log4j-1.2.16.jar # quartz-1.6.2.jar # tika-core-0.9.jar +# wstx-asl-3.0.2.jar # xercesImpl.jar All files under Apache Software License 2.0, available at @@ -167,7 +170,9 @@ Under the CPL license (available at http://www.opensource.org/licenses/cpl1.0.php) # js.jar +# ob-rhino-1.6R7.jar Under MPL/GPL License (available at https://developer.mozilla.org/en/Rhino_License) +ob-rhino-1.6R7.jar is the same code as js.jar repackaged to be available under org.openbravo # javassist-3.14.0-GA.jar Under MPL License (included as MPL-1.1.txt in this folder) @@ -233,11 +238,20 @@ # shrinkwrap-spi-1.0.0-alpha-11.jar # validation-api-1.0.0.GA.jar # jsmin.0.2.4.jar +# httpcore-4.0.1.jar +# httpclient-4.0.jar +# httpmime-4.1.jar +# guice-2.0.jar +# openid4java-0.9.6.jar Under the Apache 2.0 license (included as Apache_license-2.0.txt in this folder) # jslint4java-1.4.7.jar Under the New BSD license (available at http://www.opensource.org/licenses/bsd-license.php) +# CSSMinimizer.java +CSSMin Copyright License Agreement (BSD License), Copyright (c) 2011, Barry van Oudtshoorn +The full license text is embedded within the CSSMinimizer.java file itself + # org.openbravo.client.kernel LAB.min.js is available under the MIT license (available at http://www.opensource.org/licenses/mit-license.php) @@ -247,6 +261,31 @@ directory are licensed under the terms of the LGPL 3.0, available at http://www.gnu.org/licenses/lgpl-3.0.html +# BigDecimal-all-1.0.1.min.js +BigDecimal implementation in JavaScript under the ICU4J license which is available in the file ICU4J-1.3.1.txt in this folder or with more explanation at: +https://github.com/dtrebbien/BigDecimal.js + +# scopeleaks.js +# scopeleaks.min.js +A modified version of scopeleaks by Rui Lopes available from https://github.com/ruidlopes/scopeleaks +(The MIT License), Copyright © 2011 Rui Lopes +The full license text is embedded within the scopeleaks.js file + +# benchmark.js +Copyright 2010-2011 Mathias Bynens <http://mths.be/> +Based on JSLitmus.js, copyright Robert Kieffer <http://broofa.com/> +Modified by John-David Dalton <http://allyoucanleet.com/> +Available under MIT license <http://mths.be/mit> + +# qunit.js +http://docs.jquery.com/QUnit +Copyright (c) 2011 John Resig, Jörn Zaefferer +Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses. + +# web/org.openbravo.client.kernel/docs +Beautiful documentation, dynamically generated from source code in the browser. +From the code-illuminated project at: http://code.google.com/p/code-illuminated/, under the MPL 1.1 + The license files for this third party software are available in the legal folder of this distribution. diff -r b119b4dd48de -r b0cfd95061fd lib/README --- a/lib/README Mon Dec 19 15:53:27 2011 +0100 +++ b/lib/README Fri Dec 23 13:48:05 2011 +0100 @@ -1,3 +1,3 @@ When adding or removing libraries to Openbravo ERP please update this page with your changes: -http://wiki.openbravo.com/wiki/ERP/2.50/Openbravo_Libraries +http://wiki.openbravo.com/wiki/Openbravo_Libraries ------------------------------------------------------------------------------ Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existing apps to sell to consumers worldwide. Explore the Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join http://p.sf.net/sfu/intel-appdev _______________________________________________ Openbravo-commits mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-commits
