Return-Path: Delivered-To: apmail-incubator-abdera-dev-archive@locus.apache.org Received: (qmail 84362 invoked from network); 25 Sep 2006 17:26:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Sep 2006 17:26:35 -0000 Received: (qmail 57515 invoked by uid 500); 25 Sep 2006 17:26:35 -0000 Delivered-To: apmail-incubator-abdera-dev-archive@incubator.apache.org Received: (qmail 57493 invoked by uid 500); 25 Sep 2006 17:26:35 -0000 Mailing-List: contact abdera-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: abdera-dev@incubator.apache.org Delivered-To: mailing list abdera-dev@incubator.apache.org Received: (qmail 57484 invoked by uid 99); 25 Sep 2006 17:26:35 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Sep 2006 10:26:35 -0700 Authentication-Results: idunn.apache.osuosl.org smtp.mail=rooneg@gmail.com; spf=pass Authentication-Results: idunn.apache.osuosl.org header.from=rooneg@gmail.com; domainkeys=good X-ASF-Spam-Status: No, hits=0.5 required=5.0 tests=DNS_FROM_RFC_ABUSE Received-SPF: pass (idunn.apache.osuosl.org: domain gmail.com designates 66.249.82.237 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 Received: from [66.249.82.237] ([66.249.82.237:31287] helo=wx-out-0506.google.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id EF/1D-13750-83118154 for ; Mon, 25 Sep 2006 10:26:17 -0700 Received: by wx-out-0506.google.com with SMTP id s13so1861766wxc for ; Mon, 25 Sep 2006 10:26:04 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=tJEyJ0AIBIxjeAOHJCpjgVDQv1eDv28FATaRq+FeywgKIh2RzI6va3HdrthVi/J3MvEIEFA2JpAO+Yma/zv3gIY8CDUX+ZQujIpyD8769eRcyb1QpnJmudZi/hgeOssnNIO75YJ3r6psyNySdBwljYifC9rmqKi1caK5R3G2abw= Received: by 10.70.42.16 with SMTP id p16mr7515147wxp; Mon, 25 Sep 2006 10:26:04 -0700 (PDT) Received: by 10.70.71.8 with HTTP; Mon, 25 Sep 2006 10:26:04 -0700 (PDT) Message-ID: <7edfeeef0609251026i6cd13e3bu7812bfb22a149d41@mail.gmail.com> Date: Mon, 25 Sep 2006 13:26:04 -0400 From: "Garrett Rooney" Sender: rooneg@gmail.com To: abdera-dev@incubator.apache.org Subject: Re: [FeedValidator] License of Test Files Cc: "Users of the FeedValidator" In-Reply-To: <45181031.2080102@intertwingly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7edfeeef0606221535p65e6a0d7taadaca65b8afe111@mail.gmail.com> <45181031.2080102@intertwingly.net> X-Google-Sender-Auth: 2529252956301fd8 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 9/25/06, Sam Ruby wrote: > Garrett Rooney wrote: > > Hi there. I'm working on the Abdera > > (http://incubator.apache.org/abdera/) test suite, moving it from a > > model where it parses various atom feeds out on the internet to a > > model where the tests are stored in its source tree. A big chunk of > > Abdera's tests are based on parsing the atom tests from > > feedparser.org. I'd like to import those files into our source tree, > > but before I do that I just wanted to verify that the license they're > > distributed under is compatible. > > > > There doesn't seem to be an actual copy of the license in the nightly > > zip files, and while it says in > > http://www.feedvalidator.org/about.html that it's under the python > > license, but it doesn't say what version of python, or link to an > > actual copy of that license. Since python has been under various > > licenses over the years, it seems somewhat unclear. > > > > So rather than digging around python.org and hoping I hit the right > > license, I was wondering if you could clarify for me what the actual > > license is. > > I've updated the Feed Validator SVN and site to indicate that all code, > documentation, and tests are available under the MIT license: > > http://feedvalidator.org/LICENSE Thanks Sam! -garrett