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 1D29B200B25 for ; Wed, 8 Jun 2016 18:08:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1C0F9160A0E; Wed, 8 Jun 2016 16:08:23 +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 62B91160A2E for ; Wed, 8 Jun 2016 18:08:22 +0200 (CEST) Received: (qmail 56933 invoked by uid 500); 8 Jun 2016 16:08:21 -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 56563 invoked by uid 99); 8 Jun 2016 16:08:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jun 2016 16:08:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id EA6602C14F8 for ; Wed, 8 Jun 2016 16:08:20 +0000 (UTC) Date: Wed, 8 Jun 2016 16:08:20 +0000 (UTC) From: "Andrew Palumbo (JIRA)" To: legal-discuss@apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (LEGAL-258) How do we deal with non-ASF licenses in the header of a file? MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 08 Jun 2016 16:08:23 -0000 Andrew Palumbo created LEGAL-258: ------------------------------------ Summary: How do we deal with non-ASF licenses in the header of a file? Key: LEGAL-258 URL: https://issues.apache.org/jira/browse/LEGAL-258 Project: Legal Discuss Issue Type: Question Reporter: Andrew Palumbo I need to bring some c++ header files into the Mahout codebase. Currently they have an MIT X11 license at the top eg.: {code} + +/* ========================================================================= + Copyright (c) 2010-2016, Institute for Microelectronics, + Institute for Analysis and Scientific Computing, + TU Wien. + Portions of this software are copyright by UChicago Argonne, LLC. + + ----------------- + ViennaCL - The Vienna Computing Library + ----------------- + + Project Head: Karl Rupp rupp@iue.tuwien.ac.at + + (A list of authors and contributors can be found in the manual) + + License: MIT (X11), see file LICENSE in the base directory +============================================================================= */ + +/** @file viennacl/compressed_matrix.hpp + {...} {code} I am wondering if I should copy the ASF License above that or if that license needs to be removed fully? There are ~50 c++ header files that i will be bringing in. Should I just leave this as is? It is my understanding that we should not modify the file or the license. Thank You -- 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