Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6051A200BBF for ; Mon, 14 Nov 2016 19:41:39 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 5EE50160B06; Mon, 14 Nov 2016 18:41:39 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A925F160AF4 for ; Mon, 14 Nov 2016 19:41:38 +0100 (CET) Received: (qmail 88249 invoked by uid 500); 14 Nov 2016 18:41:38 -0000 Mailing-List: contact dev-help@edgent.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@edgent.apache.org Delivered-To: mailing list dev@edgent.apache.org Received: (qmail 88238 invoked by uid 99); 14 Nov 2016 18:41:37 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Nov 2016 18:41:37 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 6A6CF1A0018 for ; Mon, 14 Nov 2016 18:41:37 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.269 X-Spam-Level: X-Spam-Status: No, score=-6.269 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, KAM_OTHER_BAD_TLD=0.75, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id b-Zb6olsEEjc for ; Mon, 14 Nov 2016 18:41:34 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 669F45FC87 for ; Mon, 14 Nov 2016 18:41:34 +0000 (UTC) Received: (qmail 87079 invoked by uid 99); 14 Nov 2016 18:40:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Nov 2016 18:40:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 61D0A2C4C72 for ; Mon, 14 Nov 2016 18:40:58 +0000 (UTC) Date: Mon, 14 Nov 2016 18:40:58 +0000 (UTC) From: "Dale LaBossiere (JIRA)" To: dev@edgent.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (EDGENT-290) Check licenses via rat MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 14 Nov 2016 18:41:39 -0000 [ https://issues.apache.org/jira/browse/EDGENT-290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dale LaBossiere updated EDGENT-290: ----------------------------------- Description: RAT checks source file licensing headers, verifies the source bundle doesn't contain binaries. See the RM Guide and/or http://creadur.apache.org/rat/ for more on RAT $ cd $ java -jar ~/Downloads/apache-rat-0.12/apache-rat-0.12.jar . >rat.output rat flags EDL-*, EPL-* and CDDL-* license files under licenses/binary-release as issues. Note, these license files apply only to binary content included in a binary-release. The content is not included in a source release. The CDDL license files, copied from the associated external content's license info, also contain a GPL-2 license as the content is dual licensed. CDDL-1.0 and CDDL-1.1 are acceptable for binary-only content [1] The EPL license files, copied from the associated external contents license info, is acceptable for binary-only content [1]. The EDL license files, copied from the associated external contents license info, also notes EPL-1.0 licensing as the content is dual licensed. EDL-1.0 is acceptable [2] [1] http://www.apache.org/legal/resolved.html#category-b [2] http://www.apache.org/legal/resolved.html#category-a Can also try http://compliance.rocks on generated source and binary release bundles. For a binary release you'll have to select a custom configuration to exclude considering bundled binaries as an error. For a source release image, compliance.rocks acceptable reports only reports files under console/servlets/webapp_content/js/ext as potential issues. These files are "external content" whose license info is covered in LICENSE. For a binary release image, compliance.rocks acceptably reports only two generated javadoc files lack licenses. was: RAT checks source file licensing headers, verifies the source bundle doesn't contain binaries. See the RM Guide for more on RAT. $ cd $ java -jar ~/Downloads/apache-rat-0.12/apache-rat-0.12.jar . >rat.output rat flags EDL-*, EPL-* and CDDL-* license files under licenses/binary-release as issues. Note, these license files apply only to binary content included in a binary-release. The content is not included in a source release. The CDDL license files, copied from the associated external content's license info, also contain a GPL-2 license as the content is dual licensed. CDDL-1.0 and CDDL-1.1 are acceptable for binary-only content [1] The EPL license files, copied from the associated external contents license info, is acceptable for binary-only content [1]. The EDL license files, copied from the associated external contents license info, also notes EPL-1.0 licensing as the content is dual licensed. EDL-1.0 is acceptable [2] [1] http://www.apache.org/legal/resolved.html#category-b [2] http://www.apache.org/legal/resolved.html#category-a Can also try http://compliance.rocks on generated source and binary release bundles. For a binary release you'll have to select a custom configuration to exclude considering bundled binaries as an error. For a source release image, compliance.rocks acceptable reports only reports files under console/servlets/webapp_content/js/ext as potential issues. These files are "external content" whose license info is covered in LICENSE. For a binary release image, compliance.rocks acceptably reports only two generated javadoc files lack licenses. > Check licenses via rat > ---------------------- > > Key: EDGENT-290 > URL: https://issues.apache.org/jira/browse/EDGENT-290 > Project: Edgent > Issue Type: Sub-task > Reporter: Dale LaBossiere > Assignee: Dale LaBossiere > > RAT checks source file licensing headers, verifies the source bundle doesn't contain binaries. > See the RM Guide and/or http://creadur.apache.org/rat/ for more on RAT > $ cd > $ java -jar ~/Downloads/apache-rat-0.12/apache-rat-0.12.jar . >rat.output > rat flags EDL-*, EPL-* and CDDL-* license files under licenses/binary-release as issues. Note, these license files apply only to binary content included in a binary-release. The content is not included in a source release. > The CDDL license files, copied from the associated external content's license info, also contain a GPL-2 license as the content is dual licensed. CDDL-1.0 and CDDL-1.1 are acceptable for binary-only content [1] > The EPL license files, copied from the associated external contents license info, is acceptable for binary-only content [1]. > The EDL license files, copied from the associated external contents license info, also notes EPL-1.0 licensing as the content is dual licensed. EDL-1.0 is acceptable [2] > [1] http://www.apache.org/legal/resolved.html#category-b > [2] http://www.apache.org/legal/resolved.html#category-a > Can also try http://compliance.rocks on generated source and binary release bundles. > For a binary release you'll have to select a custom configuration to exclude considering bundled binaries as an error. > For a source release image, compliance.rocks acceptable reports only reports files under console/servlets/webapp_content/js/ext as potential issues. These files are "external content" whose license info is covered in LICENSE. > For a binary release image, compliance.rocks acceptably reports only two generated javadoc files lack licenses. -- This message was sent by Atlassian JIRA (v6.3.4#6332)