From general-return-10965-apmail-incubator-general-archive=incubator.apache.org@incubator.apache.org Fri Sep 15 12:28:07 2006 Return-Path: Delivered-To: apmail-incubator-general-archive@www.apache.org Received: (qmail 80271 invoked from network); 15 Sep 2006 12:28:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Sep 2006 12:28:05 -0000 Received: (qmail 50072 invoked by uid 500); 15 Sep 2006 12:28:01 -0000 Delivered-To: apmail-incubator-general-archive@incubator.apache.org Received: (qmail 49921 invoked by uid 500); 15 Sep 2006 12:28:01 -0000 Mailing-List: contact general-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@incubator.apache.org Delivered-To: mailing list general@incubator.apache.org Received: (qmail 49910 invoked by uid 99); 15 Sep 2006 12:28:01 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Sep 2006 05:28:01 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of robertburrelldonkin@gmail.com designates 64.233.182.184 as permitted sender) Received: from [64.233.182.184] (HELO nf-out-0910.google.com) (64.233.182.184) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Sep 2006 05:27:25 -0700 Received: by nf-out-0910.google.com with SMTP id x4so2423079nfb for ; Fri, 15 Sep 2006 05:26:48 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=S7qT/ePcc0XSfAMZBaAl5piyN8kswpjEcCY29Gek/B2+iFjgQK8w/ekJXbNU7xs24na8/HnvDtVV12HZbvMW28B+Q7IiudaS/x2IX1+4ZkCd9lG9zyHainLtYw0RtcPu1E7SUvmSlw15yUOz1K+MfukYiqLunvKapYhdBnW1AsA= Received: by 10.49.93.13 with SMTP id v13mr13227093nfl; Fri, 15 Sep 2006 05:26:48 -0700 (PDT) Received: by 10.67.30.13 with HTTP; Fri, 15 Sep 2006 05:26:47 -0700 (PDT) Message-ID: Date: Fri, 15 Sep 2006 13:26:47 +0100 From: "robert burrell donkin" To: general@incubator.apache.org Subject: Re: [VOTE] Approve the release of ServiceMix 3.0-incubating In-Reply-To: <4509D0D9.30901@apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <450988AD.1040200@apache.org> <4509D0D9.30901@apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 9/14/06, Guillaume Nodet wrote: > > > robert burrell donkin wrote: > > OASIS and W3C licensed documents are contained in the source. IANAL > > (this probably needs checking with legal) but they look ok to me. i > > suspect that the W3C copyright license requires that the appropriate > > note is placed in the NOTICE. > > > > http://svn.apache.org/repos/asf/incubator/servicemix/trunk/servicemix-wsn2005/src/main/resources/org/apache/servicemix/wsn/2001/XMLSchema.dtd > > > > , > > http://svn.apache.org/repos/asf/incubator/servicemix/trunk/servicemix-wsn2005/src/main/resources/org/apache/servicemix/wsn/2001/XMLSchema.xsd > > > > and > > http://svn.apache.org/repos/asf/incubator/servicemix/trunk/servicemix-wsn2005/src/main/resources/org/apache/servicemix/wsn/2001/datatypes.dtd > > > These are verbatim copies of the ones published by w3c. > See http://www.w3.org/2001/XMLSchema.dtd, > http://www.w3.org/2001/XMLSchema.xsd and > http://www.w3.org/2001/datatypes.dtd guessed so > I will try to follow the license I have just found at > http://www.w3.org/Consortium/Legal/2002/copyright-documents-20021231 good i think that we need to add a section to the notice but i'll check with legal-discuss. the answer then probably needs to be added to the release documentation on www.apache.org. > > lack copyright notices. think that these documents should be > > licensable under w3c copyright policy. is this right? > > > > http://svn.apache.org/repos/asf/incubator/servicemix/trunk/servicemix-common/src/test/resources/wsn/xml.xsd > > > > worries me. it lacks a copyright header. was this developed at > > apache...? > > > > ditto for > > http://svn.apache.org/repos/asf/incubator/servicemix/trunk/servicemix-wsn2005/src/main/resources/org/apache/servicemix/wsn/xml.xsd > > > These are the same files. Why are you worried about them ? I guess the > same policy than for the three above applies, > as it is a W3C document. thought they were but needed to check. these documents lack copyright notices. this may cause issues in some jurisdictions (but probably not the US). > These files are templates and are processed to produce actual files. guessed so > They are meant to be processed and uses as a basis for users-code, > I thought it was not a good idea to put copyrights on them, but ... i agree that it is not a good idea to generate files with copyrights in them. however, they are source code and where this is possible it is good to have headers. if the templating language allows comments (which do not end up in the generated document) then the best approach is to use these. if this is not possible then it's probably best not to include headers and instead add a README to the directory with the header and indicating that these files are offered under the ASL. - robert --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org For additional commands, e-mail: general-help@incubator.apache.org