IIRC you have to add this text to the notice-for-app file and not to the main NOTICE as it applies to the generated binary artifact and not to the source tree (main NOTICE is for the source tree/package).
Stefano PS: thanks for taking care of this stuff! 2012/3/15 <[email protected]>: > Author: eric > Date: Thu Mar 15 15:12:16 2012 > New Revision: 1301028 > > URL: http://svn.apache.org/viewvc?rev=1301028&view=rev > Log: > List the needed licences in NOTICE file (JAMESAPP-4) > > Modified: > james/app/trunk/NOTICE > > Modified: james/app/trunk/NOTICE > URL: > http://svn.apache.org/viewvc/james/app/trunk/NOTICE?rev=1301028&r1=1301027&r2=1301028&view=diff > ============================================================================== > --- james/app/trunk/NOTICE (original) > +++ james/app/trunk/NOTICE Thu Mar 15 15:12:16 2012 > @@ -1,10 +1,95 @@ > ========================================================================= > - == NOTICE file for use with the Apache License, Version 2.0, == > + == NOTICE file for use with the Apache License, Version 2.0, == > ========================================================================= > > - Apache James > + Apache James Application > Copyright 1999-2011 The Apache Software Foundation > > This product includes software developed at > The Apache Software Foundation (http://www.apache.org/). > > + This product includes JUnit under the Common Public License Version 1.0 > + See http://www.junit.org/ > + > + This product includes SLF4J software developed by QOS.ch. > + Copyright 2004-2008 QOS.ch. All rights reserved. > + > + This product includes activation library used by javamail, > + jersey (core, json and server) libraries, JAXB (API and Impl), > + JSR311 api, javax.servlet package and javax.jsp used by Jetty. > + Copyright Oracle Corporation. It is distributed under the > + Common Development and Distribution License. > + > + This product includes Eclipse JDT core library distributed > + Copyright Eclipse Foundation distributed under the Eclipse > + Public License EPL1. > + See http://www.apache.org/legal/resolved.html#category-b. > + > + This product includes HSQL library > + Copyright The HSQL Development Group distributed under the HSQL License. > + See http://hsqldb.org/web/hsqlLicense.html. > + > + For work developed by the HSQL Development Group: > + > + Copyright (c) 2001-2010, > + All rights reserved. > + > + Redistribution and use in source and binary forms, with or without > + modification, are permitted provided that the following conditions > are met: > + > + Redistributions of source code must retain the above copyright > notice, this > + list of conditions and the following disclaimer. > + > + Redistributions in binary form must reproduce the above copyright > notice, > + this list of conditions and the following disclaimer in the > documentation > + and/or other materials provided with the distribution. > + > + Neither the name of the HSQL Development Group nor the names of its > + contributors may be used to endorse or promote products derived from > this > + software without specific prior written permission. > + > + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS > "AS IS" > + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, > THE > + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR > PURPOSE > + ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG, > + OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, > SPECIAL, > + EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, > + PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; > + LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER > CAUSED AND > + ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR > TORT > + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE > OF THIS > + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. > + > + For work originally developed by the Hypersonic SQL Group: > + > + Copyright (c) 1995-2000 by the Hypersonic SQL Group. > + All rights reserved. > + > + Redistribution and use in source and binary forms, with or without > + modification, are permitted provided that the following conditions > are met: > + > + Redistributions of source code must retain the above copyright > notice, this > + list of conditions and the following disclaimer. > + > + Redistributions in binary form must reproduce the above copyright > notice, > + this list of conditions and the following disclaimer in the > documentation > + and/or other materials provided with the distribution. > + > + Neither the name of the Hypersonic SQL Group nor the names of its > + contributors may be used to endorse or promote products derived from > this > + software without specific prior written permission. > + > + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS > "AS IS" > + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, > THE > + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR > PURPOSE > + ARE DISCLAIMED. IN NO EVENT SHALL THE HYPERSONIC SQL GROUP, > + OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, > SPECIAL, > + EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, > + PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; > + LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER > CAUSED AND > + ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR > TORT > + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE > OF THIS > + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. > + > + This software consists of voluntary contributions made by many > individuals on behalf of the > + Hypersonic SQL Group. > \ No newline at end of file > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
