Return-Path: X-Original-To: apmail-legal-discuss-archive@www.apache.org Delivered-To: apmail-legal-discuss-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C8C3218795 for ; Wed, 2 Mar 2016 23:51:19 +0000 (UTC) Received: (qmail 83024 invoked by uid 500); 2 Mar 2016 23:51:18 -0000 Delivered-To: apmail-legal-discuss-archive@apache.org Received: (qmail 82781 invoked by uid 500); 2 Mar 2016 23:51:18 -0000 Mailing-List: contact legal-discuss-help@apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: Reply-To: legal-discuss@apache.org List-Id: Delivered-To: mailing list legal-discuss@apache.org Received: (qmail 82400 invoked by uid 99); 2 Mar 2016 23:51:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Mar 2016 23:51:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 3C49D2C1F6B for ; Wed, 2 Mar 2016 23:51:18 +0000 (UTC) Date: Wed, 2 Mar 2016 23:51:18 +0000 (UTC) From: "Sebb (JIRA)" To: legal-discuss@apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (LEGAL-240) ASL2 + CC 2.5 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LEGAL-240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15176737#comment-15176737 ] Sebb commented on LEGAL-240: ---------------------------- Unfortunately that code has the same restriction as the original code - it uses @Retention(RUNTIME) which means the classes need to be bundled with the binaries. It was for this very reason that the HC version was created. The HC version uses @Retention(CLASS) instead, which is more suitable for use as documentation and is still usable by code analyzers such as FindBugs. However since it is a clean-room implementation, starting again from that version might be worthwile. > ASL2 + CC 2.5 > ------------- > > Key: LEGAL-240 > URL: https://issues.apache.org/jira/browse/LEGAL-240 > Project: Legal Discuss > Issue Type: Question > Reporter: Justi Kd > > HttpCore 4.4 which is part of Apache HttpComponents is distributed along with two licenses: ASL2 + Creative Commons 2.5 > There has been recent discussion on the dev list if CC 2.5 is appropriate to be included and whether it sets additional requirements on recipients beyond ASL2. > http://mail-archives.apache.org/mod_mbox/hc-dev/201602.mbox/%3CDUB127-W268C37B9C27F561F9E7C17A2BA0%40phx.gbl%3E > Please help clarify this issue including what change if any needs to be done. > Full text: http://creativecommons.org/licenses/by/2.5/legalcode -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: legal-discuss-unsubscribe@apache.org For additional commands, e-mail: legal-discuss-help@apache.org