Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0109810AD8 for ; Mon, 28 Apr 2014 21:50:47 +0000 (UTC) Received: (qmail 81907 invoked by uid 500); 28 Apr 2014 21:50:46 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 81826 invoked by uid 500); 28 Apr 2014 21:50:46 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 81818 invoked by uid 99); 28 Apr 2014 21:50:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Apr 2014 21:50:45 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of billie.rinaldi@gmail.com designates 209.85.214.173 as permitted sender) Received: from [209.85.214.173] (HELO mail-ob0-f173.google.com) (209.85.214.173) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Apr 2014 21:50:41 +0000 Received: by mail-ob0-f173.google.com with SMTP id wn1so8101786obc.32 for ; Mon, 28 Apr 2014 14:50:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=crdroZ01bYCnfyt+1JlcaP2jOY2chGKNJtnBSIXpbd8=; b=jts3BWnJ17Wr0FQ/JSLub3qSj1/QJQhIN/LpbfF33lu1aT8pUNpu2MFRS31ant5D3j T/cuSEwGKs36b4bJGUp3+JTizc2fure2EhCnzUxTJHndEJKN1QXdpj6XRDZvymwL2Dc4 yCfikxhw81HQRvuEpplAAGdkkQ+tCIAslm/D9iVtcqk8HRszd4WN/KHALV+8c9bRJZO5 DMepeeKi4t+KO/knMTVFA5VAKwGtmiiuPHOczVI/l4frtBFqZghQjLqVTfEWgNU1xg+A Kh5Aop5JkPT6Lab2vEsDd4SzrkzkeRd2AUKiuuaghY8JIdwSP4mD2ycEOl3S5EP+n55l fMug== MIME-Version: 1.0 X-Received: by 10.60.159.5 with SMTP id wy5mr3902456oeb.58.1398721818730; Mon, 28 Apr 2014 14:50:18 -0700 (PDT) Received: by 10.76.11.74 with HTTP; Mon, 28 Apr 2014 14:50:18 -0700 (PDT) In-Reply-To: References: Date: Mon, 28 Apr 2014 14:50:18 -0700 Message-ID: Subject: Re: [DISCUSS] Accumulo 1.6.0-RC4 From: Billie Rinaldi To: Accumulo Dev List Content-Type: multipart/alternative; boundary=047d7bd7649e25263404f8214d34 X-Virus-Checked: Checked by ClamAV on apache.org --047d7bd7649e25263404f8214d34 Content-Type: text/plain; charset=UTF-8 On Mon, Apr 28, 2014 at 2:23 PM, Mike Drob wrote: > On Mon, Apr 28, 2014 at 5:12 PM, Christopher wrote: > > > On Mon, Apr 28, 2014 at 3:24 PM, Mike Drob wrote: > > > Forking thread for discussion. > > > > > > On Mon, Apr 28, 2014 at 2:51 PM, Christopher > > wrote: > > > > > >> On Mon, Apr 28, 2014 at 12:20 PM, Mike Drob > > wrote: > > >> > -1 > > >> > > > >> > > > >> > * Missing licence headers: > > >> > ** README > > >> > ** conf/examples/crypto/readme.txt > > >> > ** test/compat/japi-compliance/README > > >> > ** test/system/continuous/ScaleTest.odp > > >> > ** > > >> > docs/src/main/latex/common/state_diagrams/HDFS_WAL_states.odg > > >> > > > >> > ** > > >> > docs/src/main/latex/common/state_diagrams/HDFS_WAL_states.pdf > > >> > > > >> > ** > > >> > docs/src/main/latex/common/state_diagrams/tablet_states.odg > > >> > > > >> > ** docs/src/main/latex/common/state_diagrams/tablet_states.pdf > > >> > > >> The rat check plugin typically ignores README/NOTICE/LICENSE files as > > >> category "N" (for Notices). That's why it ignored the > > >> japi-compliance/README and conf/examples/crypto/readme.txt. I think > > >> it's expected that the LICENSE file covers them. At the very least, I > > >> don't think they contain anything copyrightable that would necessitate > > >> a license. But, for consistency, maybe we should add it anyway? I'm > > >> not sure that consistency argument warrants blockage (for me), though. > > >> > > >> http://www.apache.org/legal/src-headers.html#faq-exceptions > > > > > > The README has plenty of intellectual creativity in its content, and is > > > therefore subject to copyright claims. It could be argued that the > other > > > two README files are short enough to not have copyright-able content, > but > > > it doesn't sound like that's the case you want to make. > > > > > > There is also lengthy discussion on > > > https://issues.apache.org/jira/browse/LEGAL-114 but again, that is > > focused > > > on small, non-creative files. Our README does not fall into that > > category. > > > > > > > Agreed. Sorry, I meant the two smaller files didn't have enough. I had > > combined two paragraphs for succinctness and this distinction got > > lost. > > > > We had previously ignored other README files, but then added licences to > them in ACCUMULO-2534 when rat-plugin complained. I believe the assumption > is that README files are generally minimal, but I do not want to speak for > the developers in this case. > > I strongly believe that our README needs a licence header. I am under the > impression that it never had one. > > > > > > > >> The rest were ignored because the rat check does not check binary > > >> files. These files should be covered by the LICENSE/NOTICE files. > > >> Binary document files may or may not be capable of supporting license > > >> metadata, in general, but I think the coverage by the LICENSE/NOTICE > > >> files is sufficient. However, we can do additional things with these > > >> files. The ScaleTest.odp could probably be converted to markdown, with > > >> a license header. The state_diagrams are not used anywhere in the > > >> LaTeX generation (leftover from old developer manual?), and could > > >> probably be deleted or moved to the website or wiki, if they are > > >> needed at all. I'm not sure which option is best. However, again, I'd > > >> consider the LICENSE/NOTICE files sufficient, so as not to block, > > >> especially since they didn't block any previous release (presumably > > >> because LICENSE/NOTICE covered them), and they've been around awhile. > > >> > > > > > > I do not agree that "in general, coverage by LICENSE files is > sufficient. > > > If that were the case, then we would not need to put headers on our > > source > > > files, on our markdown files, on our example configuration files, > etc... > > > > > > I also do not accept "they've been around for a while and nobody > noticed > > > it" as a reason to continue to ignore them. Either they are a > violation, > > or > > > they are not. This is not to say that we have been perfect in the past, > > but > > > instead we correct mistakes when they are brought to attention. > > > > No, the "in general" part I was referring to only was for binary > > files, which cannot be labeled without altering the contents. That is > > not the case here (if the document formats allow metadata), but a > > general explanation of the assumptions that the RAT check makes. I > > also agree precedent should not determine the correct course of > > action. The comment about precedent was specifically made in the > > context of the parenthetical presumption... if that presumption does > > not hold, and they did not block for some other reason (oversight, for > > example), that is a different statement entirely. > > > > It makes sense for rat-plugin to ignore binary files because they could be > encrypted or compressed or something else, and already have a license > header (false positives) or are simply impossible to add a header to > because they are machine generated. > > If these files have licence headers somewhere in them, then I will withdraw > my concern over them. I felt that I performed due diligence by visually > inspecting them, running them through "strings" program, and attempting to > check for file metadata. I support removing them and somehow moving the > contents to our website. > I think Mike's assessment that we should add license headers to our README files is correct, even though these files are ignored by rat. I'd be in favor of moving the odg/odp and corresponding pdf files to the web site, where they can sit until we figure out how we'd like to incorporate their information into our documentation. (Note that the policy at https://www.apache.org/legal/src-headers.html states that it does not apply to web site content.) Or we could just attach those files to a ticket whose purpose is to find a home for the information. --047d7bd7649e25263404f8214d34--