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 9A54D2009C5 for ; Mon, 16 May 2016 11:52:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 974A0160A16; Mon, 16 May 2016 09:52:14 +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 E931C1609B0 for ; Mon, 16 May 2016 11:52:13 +0200 (CEST) Received: (qmail 80959 invoked by uid 500); 16 May 2016 09:52:13 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 80948 invoked by uid 99); 16 May 2016 09:52:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 May 2016 09:52:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E504A2C14F8 for ; Mon, 16 May 2016 09:52:12 +0000 (UTC) Date: Mon, 16 May 2016 09:52:12 +0000 (UTC) From: "Stian Soiland-Reyes (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (VFS-611) Clarify NOTICE is not required for JcrUtils from JackRabbit MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 16 May 2016 09:52:14 -0000 Stian Soiland-Reyes created VFS-611: --------------------------------------- Summary: Clarify NOTICE is not required for JcrUtils from JackRabbit Key: VFS-611 URL: https://issues.apache.org/jira/browse/VFS-611 Project: Commons VFS Issue Type: Task Affects Versions: 2.1 Reporter: Stian Soiland-Reyes Fix For: 2.1 In reviewing an RC for Apache Commons VFS 2.1 https://lists.apache.org/thread.html/Zjouqd6cpmohrj3 we wondered about a file https://github.com/apache/commons-vfs/blob/trunk/core/src/test/java/org/apache/commons/vfs2/provider/webdav/test/JcrUtils.java which we have adapted from Jackrabbit 2.4.0. Jackrabbit has a NOTICE which includes > Based on source code originally developed by > Day Software (http://www.day.com/). Looking at the git history https://github.com/apache/jackrabbit/commits/trunk/jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/JcrUtils.java I think this file was earliest added in JackRabbit in 2009 by Jukka Zitting: https://github.com/apache/jackrabbit/commit/0882a5cc1ed4ce1cf9d3c6b3a592f97c5772ce25 (first released in 1.6.0 and 2.0-alpha1 ) We believe that as this file was added 3 years after graduating from the Incubator it is not covered by the "Day Software" NOTICE requirement and is just made by Apache Software Foundation - in which case no special self-attribution is needed in VFS's NOTICE file. I've asked on dev@jackrabbit just to verify: https://lists.apache.org/thread.html/Zk01ufa8icmfvo8 -- This message was sent by Atlassian JIRA (v6.3.4#6332)