Return-Path: X-Original-To: apmail-incubator-clerezza-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-clerezza-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AE5B07D9F for ; Tue, 23 Aug 2011 14:32:55 +0000 (UTC) Received: (qmail 79886 invoked by uid 500); 23 Aug 2011 14:32:55 -0000 Delivered-To: apmail-incubator-clerezza-dev-archive@incubator.apache.org Received: (qmail 79524 invoked by uid 500); 23 Aug 2011 14:32:54 -0000 Mailing-List: contact clerezza-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: clerezza-dev@incubator.apache.org Delivered-To: mailing list clerezza-dev@incubator.apache.org Received: (qmail 79108 invoked by uid 99); 23 Aug 2011 14:32:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Aug 2011 14:32:54 +0000 X-ASF-Spam-Status: No, hits=-2000.9 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Aug 2011 14:32:50 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 4A5A9CB92E for ; Tue, 23 Aug 2011 14:32:29 +0000 (UTC) Date: Tue, 23 Aug 2011 14:32:29 +0000 (UTC) From: "Tommaso Teofili (JIRA)" To: clerezza-dev@incubator.apache.org Message-ID: <172003714.5358.1314109949301.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <251051914.3530.1311595149680.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (CLEREZZA-616) Fix incorrect NOTICE files MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CLEREZZA-616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13089502#comment-13089502 ] Tommaso Teofili commented on CLEREZZA-616: ------------------------------------------ The text : "Portions are All rights reserved. For this parts the following disclaimer aplies: THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." is contained inside the jaxrs.testutils NOTICE.txt file The text: "Clerezza CMS Launchpad This product includes software developed at - The Apache Software Foundation (http://www.apache.org/). - Mort Bay Jetty Project (http://www.mortbay.org/jetty/) - Open Participation Software for Java (http://www.ops4j.org/) - WYMIWYG (http://wymiwyg.org/) - HP Labs Semantic Web Research (http://www.hpl.hp.com/semweb/)" is contained inside the following modules' NOTICE file: - platform.launcher.mulgara - platform.launcher.sesame - platform.launcher.tdb - platform.launcher.storageless.parent/platform.launcher.storageless The text: "Clerezza CMS Launcher Parent" is contained inside platform.launcher.storageless.parent The text: "Clerezza Platform Script Manager" is contained inside platform.scripting.manager NOTICE.txt file The text: "Portions are These portions are licensed under the COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0, see the file LICENSE.cddl.txt. When redistributing this portions of the software you must ensure to comply with the CDDL license, if you do not modify the respective files this is done by indicating where the original sources can be retrieved, if you modify the files you must publish the modifications." is contained in the following modules' NOTICE.txt file: - platform.typehandlerspace - platform.typepriority - rdf.utils The text: "Contains code from the following book: Jonathan Knudsen, "Java Cryptography", O'Reilly Media, Inc., 1998 Contains code from mulgara project for sparql query parsing" is contained in rdf.core NOTICE.txt file (this sounds a little scary) The text: "Adobe, Photoshop and XMP are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries. Portions are These portions are licensed under the COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0, see the file LICENSE.cddl.txt. When redistributing this portions of the software you must ensure to comply with the CDDL license, if you do not modify the respective files this is done by indicating where the original sources can be retrieved, if you modify the files you must publish the modifications." is contained in utils.imageprocessing NOTICE.txt file The text: "Portions are! Inc. All rights reserved. These portions are licensed under the Berkeley Software Distribution (BSD), see the file LICENSE.bsd.yahoo.txt" is contained in web.resources.yui NOTICE.txt file > Fix incorrect NOTICE files > -------------------------- > > Key: CLEREZZA-616 > URL: https://issues.apache.org/jira/browse/CLEREZZA-616 > Project: Clerezza > Issue Type: Task > Reporter: Bertrand Delacretaz > Priority: Minor > > According to http://www.apache.org/legal/src-headers.html all NOTICE.txt files should start with > Apache Clerezza > Copyright [yyyy] The Apache Software Foundation > This product includes software developed at > The Apache Software Foundation (http://www.apache.org/). > Which is not the case for a number of them in Clerezza: a number of NOTICE.txt files are empty, and others contains text like "Portions are" which doesn't say what they are, or "Portions are! Inc. All rights reserved." > Assuming the top-level NOTICE.txt is ok, this command finds the ones which are different: > md5 $(find . -name NOTICE.txt) | grep -v $(md5 -q NOTICE.txt) > And the empty ones: > find . -name NOTICE.txt -size 0 -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira