Return-Path: X-Original-To: apmail-ofbiz-commits-archive@www.apache.org Delivered-To: apmail-ofbiz-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DD331E4C0 for ; Mon, 3 Dec 2012 08:12:23 +0000 (UTC) Received: (qmail 82461 invoked by uid 500); 3 Dec 2012 08:12:23 -0000 Delivered-To: apmail-ofbiz-commits-archive@ofbiz.apache.org Received: (qmail 82399 invoked by uid 500); 3 Dec 2012 08:12:23 -0000 Mailing-List: contact commits-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ofbiz.apache.org Delivered-To: mailing list commits@ofbiz.apache.org Received: (qmail 82389 invoked by uid 99); 3 Dec 2012 08:12:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Dec 2012 08:12:23 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Dec 2012 08:12:20 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 17D4D23888E4; Mon, 3 Dec 2012 08:11:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1416375 - /ofbiz/trunk/LICENSE Date: Mon, 03 Dec 2012 08:11:58 -0000 To: commits@ofbiz.apache.org From: jleroux@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121203081159.17D4D23888E4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jleroux Date: Mon Dec 3 08:11:58 2012 New Revision: 1416375 URL: http://svn.apache.org/viewvc?rev=1416375&view=rev Log: saxon65.jar was missing in LIEC Modified: ofbiz/trunk/LICENSE Modified: ofbiz/trunk/LICENSE URL: http://svn.apache.org/viewvc/ofbiz/trunk/LICENSE?rev=1416375&r1=1416374&r2=1416375&view=diff ============================================================================== --- ofbiz/trunk/LICENSE (original) +++ ofbiz/trunk/LICENSE Mon Dec 3 08:11:58 2012 @@ -522,6 +522,7 @@ Mozilla Public License Version 1.1: ofbiz/trunk/specialpurpose/pos/lib/XuiCoreSwing-v3.2rc2b.jar ofbiz/trunk/specialpurpose/pos/lib/XuiOptional-v3.2rc2b.jar ofbiz/trunk/framework/webapp/lib/iText-2.1.7.jar +ofbiz/trunk/applications/content/template/docbook/extensions/saxon65.jar ========================================================================= MOZILLA PUBLIC LICENSE Version 1.1 @@ -1225,6 +1226,7 @@ ofbiz/trunk/framework/base/lib/slf4j-sim ofbiz/trunk/framework/images/webapp/images/jquery/* ofbiz/trunk/specialpurpose/webpos/webapp/webpos/images/js/jquery.hotkeys-0.7.9.min.js ofbiz/trunk/specialpurpose/webpos/webapp/webpos/images/js/WebPosHotkeys.js +ofbiz/trunk/applications/content/template/docbook/webhelp/* ========================================================================= The MIT License @@ -2784,4 +2786,50 @@ OF SUCH DAMAGES. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You. +========================================================================= +Web-based Help from DocBook XML license +David Cramer +Kasun Gajasinghe +Copyright © 2008-2010 Kasun Gajasinghe, David Cramer + +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. + * Except as contained in this notice, the names of individuals credited with contribution to this software + shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software + without prior written authorization from the individuals in question. + * Any stylesheet derived from this Software that is publicly distributed will be identified with a different + name and the version strings in any derived Software will be changed so that no possibility of confusion + between the derived package and this Software will exist. + +Warranty: 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 DAVID CRAMER, KASUN GAJASINGHE, OR ANY OTHER CONTRIBUTOR +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. + +This package is maintained by Kasun Gajasinghe, and David Cramer, . + +This package also includes the following software written and copyrighted by others: + +This package also includes the following software written and copyrighted by others: + * Files in template/common/jquery are copyrighted by JQuery under the MIT License. + The file jquery.cookie.js Copyright (c) 2006 Klaus Hartl under the MIT license. + * Some files in the template/content/search and indexer directories were originally + part of N. Quaine's htmlsearch DITA plugin. The htmlsearch DITA plugin is + available from the files page of the DITA-users yahoogroup. + The htmlsearch plugin was released under a BSD-style license. + See indexer/license.txt for details. + * Stemmers from the Snowball project released under a BSD license. + * Code from the Apache Lucene search engine provides support for tokenizing Chinese, + Japanese, and Korean content released under the Apache 2.0 license. + * Code that provides weighted search results and some other improvements was graciously + donated by SyncRO Soft Ltd., the publishers of the oXygen XML Editor. + * Cosmetic improvements provided by OpenStack. +Webhelp for DocBook was developed as a Google Summer of Code project. August 2010 \ No newline at end of file