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 19F1410677 for ; Wed, 20 Nov 2013 09:26:25 +0000 (UTC) Received: (qmail 34570 invoked by uid 500); 20 Nov 2013 09:26:16 -0000 Delivered-To: apmail-legal-discuss-archive@apache.org Received: (qmail 34001 invoked by uid 500); 20 Nov 2013 09:26:09 -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 33322 invoked by uid 99); 20 Nov 2013 09:26:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Nov 2013 09:26:02 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of andy.seaborne.apache@gmail.com designates 209.85.217.182 as permitted sender) Received: from [209.85.217.182] (HELO mail-lb0-f182.google.com) (209.85.217.182) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Nov 2013 09:25:57 +0000 Received: by mail-lb0-f182.google.com with SMTP id u14so3592719lbd.13 for ; Wed, 20 Nov 2013 01:25:36 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=RvvDLjU+gceAjoJhP5vzTPeYA2hn94uxC5F1pRuhkNY=; b=dR6WSdSVDxT+WPyiOEOeJKsC23HT6tKGUI/3fsthZ+5cj7L0k+Y17LwpfZiK+G8osn l0vQQmVY2dkkNYMQqJZNfdKHlvBcBVgaTWSMovI+WA+EY26DQtpfy41xS8FCyp1eloB3 0Wlds1lMT0CjHXRJOlGUBmbPZd4ZfXtf6g0uuw4vO7Z7oYIKl7pZNptk7Bvm9X1XEaAg h/bPxvv3ngIBk5Eeywf74/CaTxDsMmXEcYyBeeX/SYgcrNL/MEYIDQodVCWqVKjDxWDj AIIGX8dPc2iz/OF2k17ea9dyYLoYjzmppWF87Y2nG4MGXHktbV/c4X/8iRmW2598RXVz Op1w== X-Received: by 10.112.205.164 with SMTP id lh4mr21371099lbc.15.1384939536161; Wed, 20 Nov 2013 01:25:36 -0800 (PST) Received: from [192.168.1.63] (82-69-1-248.dsl.in-addr.zen.co.uk. [82.69.1.248]) by mx.google.com with ESMTPSA id qj3sm18846151lbb.1.2013.11.20.01.25.34 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 20 Nov 2013 01:25:35 -0800 (PST) Message-ID: <528C800D.3030401@apache.org> Date: Wed, 20 Nov 2013 09:25:33 +0000 From: Andy Seaborne User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: legal-discuss@apache.org Subject: Re: copyright infringement in CouchDB 1.5.0 References: <1384895917.16673.35.camel@julia.gcs.org.hu> <20131119215737.GA7375@redhat.com> In-Reply-To: <20131119215737.GA7375@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 19/11/13 21:57, Richard Fontana wrote: > On Tue, Nov 19, 2013 at 01:52:19PM -0800, Luis Villa wrote: >> On Tue, Nov 19, 2013 at 1:45 PM, Robert Newson wrote: >>> FYI: jshint is believed to be truly under this license >>> https://github.com/jshint/jshint/blob/2.x/LICENSE. >> >> That's only for new code. The main file is still under Crockford's >> vanity license: >> >> https://github.com/jshint/jshint/blob/2.x/src/jshint.js > > Is it the ASF's policy to tolerate inclusion of this license? > See http://www.apache.org/legal/resolved.html#json Jena used to use the Java json.org parser - all we wanted was a basic parser, no java-json mapping, just JSON->abstract parse tree. We simply wrote our own parser because it was quicker than sorting out the legal side. The fact it reuses our tuned I/O code we had for our RDF parsers is a bonus. Andy --------------------------------------------------------------------- To unsubscribe, e-mail: legal-discuss-unsubscribe@apache.org For additional commands, e-mail: legal-discuss-help@apache.org