You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by wo...@apache.org on 2010/07/26 22:59:59 UTC

svn commit: r979435 - in /incubator/oodt/trunk: NOTICE.txt curator/src/main/webapp/WEB-INF/web.xml

Author: woollard
Date: Mon Jul 26 20:59:58 2010
New Revision: 979435

URL: http://svn.apache.org/viewvc?rev=979435&view=rev
Log:
more adds to NOTICES, plus aheader toward cleaning up Curator subproject. Towards OODT-3

Modified:
    incubator/oodt/trunk/NOTICE.txt
    incubator/oodt/trunk/curator/src/main/webapp/WEB-INF/web.xml

Modified: incubator/oodt/trunk/NOTICE.txt
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/NOTICE.txt?rev=979435&r1=979434&r2=979435&view=diff
==============================================================================
--- incubator/oodt/trunk/NOTICE.txt (original)
+++ incubator/oodt/trunk/NOTICE.txt Mon Jul 26 20:59:58 2010
@@ -20,3 +20,55 @@ is included in this software distributio
 see the jQuery web site: 
     http://jquery.com/
 
+This product includes the jQuery UI, versions 1.2.2b2 and 1.5.3, written by 
+Paul Bakaus. The jQuery UI is dually licensed under the MIT and GPL licenses, 
+and is included in this software distribution under the MIT license. For 
+details, see the jQuery UI web site:
+    http://docs.jquery.com/UI
+
+This product includes the jQuery UI CSS Framework. The jQuery UI CSS 
+Framework is dually licensed under the MIT and GPL licenses, and is included 
+in this software distribution under the MIT license. For details, see the 
+jQuery UI web site:
+    http://jqueryui.com/about
+
+This product includes the jQuery Alert Dialogs Plugin, version 1.1, written
+by Cory S.N. LaViska for A Beautiful Site, LLC. The jQuery Alert Dialogs 
+Plugin is dually licensed under the MIT and GPL licenses, and is included in 
+this software distribution under the MIT license. For details, see the A
+Beautiful Site web site:
+    http://abeautifulsite.net/
+
+This product includes the jQuery PeriodicalUpdater Plugin, version 2.0, 
+written by Robert Fischer for Smokejumper IT and 360innovate. The jQuery
+PeriodicalUpdater Plugin is dually licensed under the MIT and GPL licenses, 
+and is included in this software distribution under the MIT license. For 
+details, see the following websites:
+     Robert Fischer (http://smokejumperit.com)
+     360innovate (http://www.360innovate.co.uk)
+
+This product includes the jQuery blockUI Plugin, version 2.15, written by
+M. Alsup. The jQuery blockUI Plugin is dually licensed under the MIT and 
+GPL licenses, and is included in this software distribution under the MIT 
+license. For details, see:
+     http://malsup.com/jquery/block/
+
+This product includes the jQuery Cookie Plugin, written by Klaus Hartl.
+The jQuery Cookie Plugin is dually licensed under the MIT and GPL licenses, 
+and is included in this software distribution under the MIT license.
+
+This product includes the jQuery Treeview Plugin, version 1.4, and the
+Async Treeview extension, version 0.1, written by Jörn Zaefferer. The 
+jQuery Treeview Plugin and Async Treeview are dually licensed under the MIT 
+and GPL licenses, and is included in this software distribution under the 
+MIT license. For details, see:
+     http://bassistance.de/jquery-plugins/jquery-plugin-treeview/
+     http://docs.jquery.com/Plugins/Treeview
+ 
+This product includes the Dynamic Tree View Control, version 0.4.0, written
+by Martin Wendt. The Dynamic Tree View COntrol is licensed under the MIT
+license. For details, see:
+     http://dynatree.googlecode.com/
+
+
+

Modified: incubator/oodt/trunk/curator/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/WEB-INF/web.xml?rev=979435&r1=979434&r2=979435&view=diff
==============================================================================
--- incubator/oodt/trunk/curator/src/main/webapp/WEB-INF/web.xml (original)
+++ incubator/oodt/trunk/curator/src/main/webapp/WEB-INF/web.xml Mon Jul 26 20:59:58 2010
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more contributor
+license agreements.  See the NOTICE.txt file distributed with this work for
+additional information regarding copyright ownership.  The ASF licenses this
+file to you under the Apache License, Version 2.0 (the "License"); you may not
+use this file except in compliance with the License.  You may obtain a copy of
+the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the
+License for the specific language governing permissions and limitations under
+the License.
+-->
 <web-app id="WebApp_ID" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
 	<display-name>curate</display-name>