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 AB0C1200D50 for ; Mon, 4 Dec 2017 18:43:52 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id A9959160BF9; Mon, 4 Dec 2017 17:43:52 +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 E852D160BF7 for ; Mon, 4 Dec 2017 18:43:51 +0100 (CET) Received: (qmail 60615 invoked by uid 500); 4 Dec 2017 17:43:51 -0000 Mailing-List: contact dev-help@orc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@orc.apache.org Delivered-To: mailing list dev@orc.apache.org Received: (qmail 60599 invoked by uid 99); 4 Dec 2017 17:43:50 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Dec 2017 17:43:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C2A8AE2F03; Mon, 4 Dec 2017 17:43:50 +0000 (UTC) From: omalley To: dev@orc.apache.org Reply-To: dev@orc.apache.org References: In-Reply-To: Subject: [GitHub] orc issue #193: ORC-267: INSTALL NOTICES and LICENSE to binary tarball Content-Type: text/plain Message-Id: <20171204174350.C2A8AE2F03@git1-us-west.apache.org> Date: Mon, 4 Dec 2017 17:43:50 +0000 (UTC) archived-at: Mon, 04 Dec 2017 17:43:52 -0000 Github user omalley commented on the issue: https://github.com/apache/orc/pull/193 Legally, the binary artifacts from the Apache projects are supposed to include them. For tarballs it is traditionally at the root of the project. Especially for RPM and DEB packaging, you wouldn't want them at the root. How about we move it to doc/orc/{NOTICE,LICENSE}? ---