Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 10863 invoked from network); 9 Nov 2005 11:54:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Nov 2005 11:54:42 -0000 Received: (qmail 51899 invoked by uid 500); 9 Nov 2005 11:54:40 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 51685 invoked by uid 500); 9 Nov 2005 11:54:39 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 51674 invoked by uid 99); 9 Nov 2005 11:54:39 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Nov 2005 03:54:39 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [65.77.211.84] (HELO www2.kc.aoindustries.com) (65.77.211.84) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Nov 2005 03:54:32 -0800 Received: from fo2.kc.aoindustries.com (www2.kc.aoindustries.com [65.77.211.84]) by www2.kc.aoindustries.com (8.13.1/8.13.1) with ESMTP id jA9BsGEL018428 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 9 Nov 2005 05:54:16 -0600 Received: from localhost (localhost [[UNIX: localhost]]) by fo2.kc.aoindustries.com (8.13.1/8.13.1/Submit) id jA9BsG6M018370 for dev@cocoon.apache.org; Wed, 9 Nov 2005 05:54:16 -0600 X-Authentication-Warning: fo2.kc.aoindustries.com: indexgeo set sender to crossley@apache.org using -f Date: Wed, 9 Nov 2005 22:54:11 +1100 From: David Crossley To: dev@cocoon.apache.org Subject: license issues in Faces block (Was: [Vote] Releasing 2.1.8 tomorrow) Message-ID: <20051109115411.GA11949@igg.indexgeo.com.au> References: <437083F2.1030004@apache.org> <20051109003703.GA8559@igg.indexgeo.com.au> <20051109071142.GA10419@igg.indexgeo.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051109071142.GA10419@igg.indexgeo.com.au> User-Agent: Mutt/1.4i X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N David Crossley wrote: > David Crossley wrote: > > > > Another issue is that normally i run a program to > > scan for license issues, but have not found time. > > I will try to make some time to do that tonight. That is done now. There are SUN licenses throughout the src/blocks/faces/java/org/apache/cocoon/faces/samples/ The main issue is that some files have a SUN license header but in the org.apache.cocoon package. Don't know how that occurred, e.g. src/blocks/faces/java/org/apache/cocoon/faces/samples/components/taglib/MapTag.java -David