Author: scottbw
Date: Fri Feb  3 14:16:50 2012
New Revision: 1240184

URL: http://svn.apache.org/viewvc?rev=1240184&view=rev
Log:
Added NanoHTTPD to LICENSE and NOTICE files, and added to rat-ignore.txt

Modified:
    incubator/wookie/trunk/LICENSE
    incubator/wookie/trunk/NOTICE
    incubator/wookie/trunk/etc/rat-ignore.txt
    incubator/wookie/trunk/etc/release/standalone/LICENSE
    incubator/wookie/trunk/etc/release/standalone/NOTICE
    incubator/wookie/trunk/etc/release/war/LICENSE
    incubator/wookie/trunk/etc/release/war/NOTICE

Modified: incubator/wookie/trunk/LICENSE
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/LICENSE?rev=1240184&r1=1240183&r2=1240184&view=diff
==============================================================================
--- incubator/wookie/trunk/LICENSE (original)
+++ incubator/wookie/trunk/LICENSE Fri Feb  3 14:16:50 2012
@@ -501,6 +501,34 @@ jquery.tubeplayer.js
 The following components are BSD Licensed 
 
=============================================================================== 
       
 
+NanoHTTPD.java
+
+Copyright (C) 2001,2005-2011 by Jarno Elonen <[email protected]>
+and Copyright (C) 2010 by Konstantinos Togias <[email protected]>
+
+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. The name of the author may not
+be used to endorse or promote products derived from this software without
+specific prior written permission. 
+ 
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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.
+
 bubbles/config.xml
 bubbles/fail.png
 bubbles/hud_bg.png

Modified: incubator/wookie/trunk/NOTICE
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/NOTICE?rev=1240184&r1=1240183&r2=1240184&view=diff
==============================================================================
--- incubator/wookie/trunk/NOTICE (original)
+++ incubator/wookie/trunk/NOTICE Fri Feb  3 14:16:50 2012
@@ -45,4 +45,6 @@ This product includes software (Walkthro
 
 This product includes software (jquery.timeago.js) developed by  Ryan McGeary 
(http://timeago.yarp.com/)
 
-This product includes software (jquery.tubeplayer.js) developed by Nirvana 
Tikku (http://www.tikku.com/jquery-youtube-tubeplayer-plugin)
\ No newline at end of file
+This product includes software (jquery.tubeplayer.js) developed by Nirvana 
Tikku (http://www.tikku.com/jquery-youtube-tubeplayer-plugin)
+
+This product includes software (NanoHTTPD) developed by Jarno Elonen and 
Konstantinos Togias (http://iki.fi/elonen/code/nanohttpd/)
\ No newline at end of file

Modified: incubator/wookie/trunk/etc/rat-ignore.txt
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/etc/rat-ignore.txt?rev=1240184&r1=1240183&r2=1240184&view=diff
==============================================================================
--- incubator/wookie/trunk/etc/rat-ignore.txt (original)
+++ incubator/wookie/trunk/etc/rat-ignore.txt Fri Feb  3 14:16:50 2012
@@ -107,6 +107,7 @@ widgets/templates/walkthrough/lib/creole
 
 # Misc
 
+src-tests/org/apache/wookie/tests/helpers/NanoHTTPD.java
 scratchpad/widgets/youtube/scripts/jquery.tubeplayer.js
 widgets/templates/widgets/twitter/lib/jquery.timeago.js
 scratchpad/widgets/localetest/index.htm

Modified: incubator/wookie/trunk/etc/release/standalone/LICENSE
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/etc/release/standalone/LICENSE?rev=1240184&r1=1240183&r2=1240184&view=diff
==============================================================================
--- incubator/wookie/trunk/etc/release/standalone/LICENSE (original)
+++ incubator/wookie/trunk/etc/release/standalone/LICENSE Fri Feb  3 14:16:50 
2012
@@ -502,6 +502,34 @@ creole.js
 The following components are BSD Licensed 
 
=============================================================================== 
       
 
+NanoHTTPD.java
+
+Copyright (C) 2001,2005-2011 by Jarno Elonen <[email protected]>
+and Copyright (C) 2010 by Konstantinos Togias <[email protected]>
+
+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. The name of the author may not
+be used to endorse or promote products derived from this software without
+specific prior written permission. 
+ 
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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.
+
 bubbles/config.xml
 bubbles/fail.png
 bubbles/hud_bg.png

Modified: incubator/wookie/trunk/etc/release/standalone/NOTICE
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/etc/release/standalone/NOTICE?rev=1240184&r1=1240183&r2=1240184&view=diff
==============================================================================
--- incubator/wookie/trunk/etc/release/standalone/NOTICE (original)
+++ incubator/wookie/trunk/etc/release/standalone/NOTICE Fri Feb  3 14:16:50 
2012
@@ -46,6 +46,8 @@ This product includes software (Walkthro
 This product includes software (jquery.timeago.js) developed by  Ryan McGeary 
(http://timeago.yarp.com/)
 
 This product includes software (jquery.tubeplayer.js) developed by Nirvana 
Tikku (http://www.tikku.com/jquery-youtube-tubeplayer-plugin)
+
+This product includes software (NanoHTTPD) developed by Jarno Elonen and 
Konstantinos Togias (http://iki.fi/elonen/code/nanohttpd/)
 ========
 
 This product includes unmodified, binary redistributions of software (Google 
Collections) developed by

Modified: incubator/wookie/trunk/etc/release/war/LICENSE
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/etc/release/war/LICENSE?rev=1240184&r1=1240183&r2=1240184&view=diff
==============================================================================
--- incubator/wookie/trunk/etc/release/war/LICENSE (original)
+++ incubator/wookie/trunk/etc/release/war/LICENSE Fri Feb  3 14:16:50 2012
@@ -502,6 +502,34 @@ creole.js
 The following components are BSD Licensed 
 
=============================================================================== 
       
 
+NanoHTTPD.java
+
+Copyright (C) 2001,2005-2011 by Jarno Elonen <[email protected]>
+and Copyright (C) 2010 by Konstantinos Togias <[email protected]>
+
+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. The name of the author may not
+be used to endorse or promote products derived from this software without
+specific prior written permission. 
+ 
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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.
+
 bubbles/config.xml
 bubbles/fail.png
 bubbles/hud_bg.png

Modified: incubator/wookie/trunk/etc/release/war/NOTICE
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/etc/release/war/NOTICE?rev=1240184&r1=1240183&r2=1240184&view=diff
==============================================================================
--- incubator/wookie/trunk/etc/release/war/NOTICE (original)
+++ incubator/wookie/trunk/etc/release/war/NOTICE Fri Feb  3 14:16:50 2012
@@ -47,6 +47,8 @@ This product includes software (jquery.t
 
 This product includes software (jquery.tubeplayer.js) developed by Nirvana 
Tikku (http://www.tikku.com/jquery-youtube-tubeplayer-plugin)
 
+This product includes software (NanoHTTPD) developed by Jarno Elonen and 
Konstantinos Togias (http://iki.fi/elonen/code/nanohttpd/)
+
 ========
 
 This product includes unmodified, binary redistributions of software (Google 
Collections) developed by


Reply via email to