Regarding generated files ...
We did discuss this at one point (I could go find the thread if
needed) and it was agreed they didn't need the Apache license header.
The header cannot realistically be added to the templates used to
generate the Java source or the XML files (from Cayenne Modeler)
because we don't want the out-of-the-box experience for people using
or test driving Cayenne to have their model and business objects
branded with an Apache open source license (it is their data, not
ours). That being said, we could have custom templates for the
examples, but then the examples would differ from the Cayenne
distribution, which I don't think makes for a good example, either.
People would be wondering why things are different.
/dev/mrg
PS. +1 on 2.0.1 release.
On 9/19/06, Tore Halset <halse..vv.ntnu.no> wrote:
> Hello.
>
> +1
>
> I have tried this in our main project and it works perfect. Passed
> all our junit-tests for both PostgreSQL and Derby.
>
> Here are the simple script I used to upgrade all refs in a project:
> for f in `find . -type f | xargs grep -l org.objectstyle |grep -v
> ".jar" | grep -v ".svn"`
> do
> echo handling $f
> sed 's/org.objectstyle.cayenne/org.apache.cayenne/g' < $f > $f.xxx
> mv $f.xxx $f
> done
> NB: The script will break for paths with space..
>
> Regards,
> - Tore.
>
> On Sep 19, 2006, at 3:46, Andrus Adamchik wrote:
>
> > Committers and PPMC members, please review and vote on Cayenne
> > 2.0.1-incubating release.
> >
> > [ ] +1 Go ahead with the release
> > [ ] 0 Don't know or care
> > [ ] -1 Reject the release (explain why)
> >
> >
> >
> > * release files: http://people.apache.org/~aadamchik/release/2.0.1/
> > * release 2.0.1 is a full ASF-compliant equivalent of a non-ASF
> > Cayenne 1.2.1.
> > * the release has no known IP issues
> > * the release has no (L)GPL or other incompatible license dependencies
> > * the release is compliant with Apache guidelines (NOTICE,
> > DISCLAIMER, LICENSE files placement, "incubating" in the naming).
> >
> > Would be great to catch any inconsistencies now, before we send it
> > out for the Incubator PMC vote.
> >
> > Thanks
> > Andrus
> >
>
>
This archive was generated by hypermail 2.0.0 : Tue Sep 19 2006 - 09:24:03 EDT