You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by gm...@apache.org on 2010/06/15 07:12:51 UTC

svn commit: r954708 - in /incubator/wookie/trunk: licenses/ widgets/natter/ widgets/natter/locales/bu/ widgets/natter/locales/en/ widgets/notsupported/ widgets/notsupported/locales/bu/ widgets/notsupported/locales/en/ widgets/notsupported/locales/fr/ w...

Author: gmcdonald
Date: Tue Jun 15 05:12:50 2010
New Revision: 954708

URL: http://svn.apache.org/viewvc?rev=954708&view=rev
Log:
More license headers changes, thanks to scott for feedback

Modified:
    incubator/wookie/trunk/licenses/rat-ignore.txt
    incubator/wookie/trunk/widgets/natter/chat.css
    incubator/wookie/trunk/widgets/natter/chat.js
    incubator/wookie/trunk/widgets/natter/config.xml
    incubator/wookie/trunk/widgets/natter/index.htm
    incubator/wookie/trunk/widgets/natter/locales/bu/localizedStrings.js
    incubator/wookie/trunk/widgets/natter/locales/en/localizedStrings.js
    incubator/wookie/trunk/widgets/natter/smileys.js
    incubator/wookie/trunk/widgets/notsupported/config.xml
    incubator/wookie/trunk/widgets/notsupported/index.htm
    incubator/wookie/trunk/widgets/notsupported/locales/bu/index.htm
    incubator/wookie/trunk/widgets/notsupported/locales/en/index.htm
    incubator/wookie/trunk/widgets/notsupported/locales/fr/index.htm
    incubator/wookie/trunk/widgets/sudoku/config.xml
    incubator/wookie/trunk/widgets/sudoku/main.js
    incubator/wookie/trunk/widgets/sudoku/style.css
    incubator/wookie/trunk/widgets/sudoku/sudoku.html
    incubator/wookie/trunk/widgets/test/config.xml
    incubator/wookie/trunk/widgets/test/index.htm
    incubator/wookie/trunk/widgets/test/styles.css
    incubator/wookie/trunk/widgets/test/test.js
    incubator/wookie/trunk/widgets/todo/config.xml
    incubator/wookie/trunk/widgets/todo/index.html
    incubator/wookie/trunk/widgets/todo/todo.js
    incubator/wookie/trunk/widgets/weather/config.xml
    incubator/wookie/trunk/widgets/weather/index.htm
    incubator/wookie/trunk/widgets/weather/weather.css
    incubator/wookie/trunk/widgets/weather/weather.js
    incubator/wookie/trunk/widgets/wookiewiki/config.xml
    incubator/wookie/trunk/widgets/wookiewiki/index.html
    incubator/wookie/trunk/widgets/wookiewiki/styles.css
    incubator/wookie/trunk/widgets/wookiewiki/wiki.js

Modified: incubator/wookie/trunk/licenses/rat-ignore.txt
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/licenses/rat-ignore.txt?rev=954708&r1=954707&r2=954708&view=diff
==============================================================================
--- incubator/wookie/trunk/licenses/rat-ignore.txt (original)
+++ incubator/wookie/trunk/licenses/rat-ignore.txt Tue Jun 15 05:12:50 2010
@@ -9,7 +9,6 @@ shindig/readme_shindig.txt
 build/
 **/build/**
 **/**csproj**
-**/notsupported/
 connector/CSharp/CSharp.sln
 **/*.properties
 scripts/
@@ -42,4 +41,6 @@ widgets/bubbles/index.html
 widgets/bubbles/licence.txt
 widgets/bubbles/script.js
 widgets/bubbles/styles.css
+widgets/sudoku/json.js
+widgets/todo/json2.js
 

Modified: incubator/wookie/trunk/widgets/natter/chat.css
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/natter/chat.css?rev=954708&r1=954707&r2=954708&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/natter/chat.css (original)
+++ incubator/wookie/trunk/widgets/natter/chat.css Tue Jun 15 05:12:50 2010
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE 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.
+ */
 html {
 height:100%; 
 max-height:100%; 

Modified: incubator/wookie/trunk/widgets/natter/chat.js
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/natter/chat.js?rev=954708&r1=954707&r2=954708&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/natter/chat.js (original)
+++ incubator/wookie/trunk/widgets/natter/chat.js Tue Jun 15 05:12:50 2010
@@ -1,4 +1,20 @@
 /*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE 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.
+ */
+/*
 ****************   DEFAULT CHAT WIDGET **************
 The presence list is appended to the shareddata by using tags
 Each online member is appended to the list by using the following syntax...

Modified: incubator/wookie/trunk/widgets/natter/config.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/natter/config.xml?rev=954708&r1=954707&r2=954708&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/natter/config.xml (original)
+++ incubator/wookie/trunk/widgets/natter/config.xml Tue Jun 15 05:12:50 2010
@@ -1,11 +1,28 @@
-<?xml version="1.0" encoding="utf-8"?>
-<widget xmlns="http://www.w3.org/ns/widgets" id="http://www.getwookie.org/widgets/natter" height="383" width="255">
-	<name>Natter</name>
-	<description>basic chat widget</description>
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE 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.
+-->
+<widget xmlns="http://www.w3.org/ns/widgets" id="http://www.getwookie.org/widgets/natter"
+       	height="383" width="255">
+	<name>Natter</name>
+	<description>basic chat widget</description>
 	<icon src="icon.png"/>
-	<content src="index.htm"/>
-	<author>Scott Wilson</author>
+	<content src="index.htm"/>
+	<author>Scott Wilson</author>
 	<license>Licensed under the Apache 2.0 License (see http://www.apache.org/licenses/LICENSE-2.0). Smileys created by macpoupou and licensed under Creative Commons Attribution License 3.0. See http://ismileys.free.fr/smileys/ for more information. </license>
-    <feature name="http://wave.google.com" required="true"/>
-    <preference name="moderator" value="false"/>
-</widget>
\ No newline at end of file
+    <feature name="http://wave.google.com" required="true"/>
+    <preference name="moderator" value="false"/>
+</widget>

Modified: incubator/wookie/trunk/widgets/natter/index.htm
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/natter/index.htm?rev=954708&r1=954707&r2=954708&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/natter/index.htm (original)
+++ incubator/wookie/trunk/widgets/natter/index.htm Tue Jun 15 05:12:50 2010
@@ -1,4 +1,20 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE 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.
+-->
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
   <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">

Modified: incubator/wookie/trunk/widgets/natter/locales/bu/localizedStrings.js
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/natter/locales/bu/localizedStrings.js?rev=954708&r1=954707&r2=954708&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/natter/locales/bu/localizedStrings.js (original)
+++ incubator/wookie/trunk/widgets/natter/locales/bu/localizedStrings.js Tue Jun 15 05:12:50 2010
@@ -1,4 +1,20 @@
 /*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE 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.
+ */
+/*
 * Chat widget strings
 */
 

Modified: incubator/wookie/trunk/widgets/natter/locales/en/localizedStrings.js
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/natter/locales/en/localizedStrings.js?rev=954708&r1=954707&r2=954708&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/natter/locales/en/localizedStrings.js (original)
+++ incubator/wookie/trunk/widgets/natter/locales/en/localizedStrings.js Tue Jun 15 05:12:50 2010
@@ -1,4 +1,20 @@
 /*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE 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.
+ */
+/*
 * English
 * Translated by: Paul Sharples
 */
@@ -49,4 +65,4 @@ localizedStrings["has locked the chatroo
 = "has locked the chatroom";
  
 localizedStrings["has unlocked the chatroom"]
-= "has unlocked the chatroom";
\ No newline at end of file
+= "has unlocked the chatroom";

Modified: incubator/wookie/trunk/widgets/natter/smileys.js
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/natter/smileys.js?rev=954708&r1=954707&r2=954708&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/natter/smileys.js (original)
+++ incubator/wookie/trunk/widgets/natter/smileys.js Tue Jun 15 05:12:50 2010
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE 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.
+ */
 function replaceTextSmileys(text)
 {
     // ***add textual emoticons to the array below
@@ -55,4 +71,4 @@ function replaceTextSmileys(text)
                     
     return text;                 
  
-    } 
\ No newline at end of file
+    } 

Modified: incubator/wookie/trunk/widgets/notsupported/config.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/notsupported/config.xml?rev=954708&r1=954707&r2=954708&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/notsupported/config.xml (original)
+++ incubator/wookie/trunk/widgets/notsupported/config.xml Tue Jun 15 05:12:50 2010
@@ -1,9 +1,26 @@
-<?xml version="1.0" encoding="utf-8"?>
-<widget xmlns="http://www.w3.org/ns/widgets" id="http://notsupported" height="358" width="500">
-	<name>Unsupported widget widget</name>
-	<description>This widget is a placeholder for when no corresponding widget is found for a given type</description>
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE 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.
+-->
+<widget xmlns="http://www.w3.org/ns/widgets" id="http://notsupported"
+       	height="358" width="500">
+	<name>Unsupported widget widget</name>
+	<description>This widget is a placeholder for when no corresponding widget is found for a given type</description>
 	<icon src="icon.png"/>
-	<content src="index.htm"/>
-	<author>Paul Sharples</author>
-	<license>Licensed under the Apache 2.0 License (see http://www.apache.org/licenses/LICENSE-2.0).</license>
-</widget>
\ No newline at end of file
+	<content src="index.htm"/>
+	<author>Paul Sharples</author>
+	<license>Licensed under the Apache 2.0 License (see http://www.apache.org/licenses/LICENSE-2.0).</license>
+</widget>

Modified: incubator/wookie/trunk/widgets/notsupported/index.htm
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/notsupported/index.htm?rev=954708&r1=954707&r2=954708&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/notsupported/index.htm (original)
+++ incubator/wookie/trunk/widgets/notsupported/index.htm Tue Jun 15 05:12:50 2010
@@ -1,4 +1,20 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE 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.
+-->
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -9,4 +25,4 @@
 		<div id="maindiv"><h3>Widget Server</h3><p>Sorry, but the widget server does not support this type of widget</p></div>
 	</div>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: incubator/wookie/trunk/widgets/notsupported/locales/bu/index.htm
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/notsupported/locales/bu/index.htm?rev=954708&r1=954707&r2=954708&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/notsupported/locales/bu/index.htm (original)
+++ incubator/wookie/trunk/widgets/notsupported/locales/bu/index.htm Tue Jun 15 05:12:50 2010
@@ -1,4 +1,20 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE 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.
+-->
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -9,4 +25,4 @@
 		<div id="maindiv"><p><h3>Сървър с допълнителни опции</h3></p>Сървърът не поддържа тази опция</p></div>
 	</div>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: incubator/wookie/trunk/widgets/notsupported/locales/en/index.htm
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/notsupported/locales/en/index.htm?rev=954708&r1=954707&r2=954708&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/notsupported/locales/en/index.htm (original)
+++ incubator/wookie/trunk/widgets/notsupported/locales/en/index.htm Tue Jun 15 05:12:50 2010
@@ -1,4 +1,20 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE 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.
+-->
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -9,4 +25,4 @@
 		<div id="maindiv"><h3>Widget Server</h3><p>Sorry, but the widget server does not support this type of widget</p></div>
 	</div>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: incubator/wookie/trunk/widgets/notsupported/locales/fr/index.htm
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/notsupported/locales/fr/index.htm?rev=954708&r1=954707&r2=954708&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/notsupported/locales/fr/index.htm (original)
+++ incubator/wookie/trunk/widgets/notsupported/locales/fr/index.htm Tue Jun 15 05:12:50 2010
@@ -1,4 +1,20 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE 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.
+-->
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -9,4 +25,4 @@
 		<div id="maindiv"><h3>Widget Server</h3><p>Désolé, mais le serveur de widget ne supporte pas ce type de widget</p></div>
 	</div>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: incubator/wookie/trunk/widgets/sudoku/config.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/sudoku/config.xml?rev=954708&r1=954707&r2=954708&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/sudoku/config.xml (original)
+++ incubator/wookie/trunk/widgets/sudoku/config.xml Tue Jun 15 05:12:50 2010
@@ -1,2 +1,28 @@
-<?xml version="1.0" encoding="utf-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" 
        id="http://www.getwookie.org/widgets/sudoku" 
        version="1.0" 
        height="380" 
        width="520">
	<name>Wave Test: Sudoku</name>
	<description>Google Wave Sudoku Widget</description>
	<icon src="icon.png"/>
	<content src="sudoku.html"/>
	<author>Austin Chau</author>
	<license>Unknown (c) Google.com</license>
-    <feature name="http://wave.google.com" required="true"/>
</widget>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE 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.
+-->
+<widget xmlns="http://www.w3.org/ns/widgets" 
+        id="http://www.getwookie.org/widgets/sudoku" 
+        version="1.0" height="380" width="520">
+        <name>Wave Test: Sudoku</name>
+        <description>Google Wave Sudoku Widget</description>
+        <icon src="icon.png"/>
+        <content src="sudoku.html"/>
+        <author>Austin Chau</author>
+        <license>Unknown (c) Google.com</license>
+        <feature name="http://wave.google.com" required="true"/>
+</widget>

Modified: incubator/wookie/trunk/widgets/sudoku/main.js
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/sudoku/main.js?rev=954708&r1=954707&r2=954708&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/sudoku/main.js (original)
+++ incubator/wookie/trunk/widgets/sudoku/main.js Tue Jun 15 05:12:50 2010
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE 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.
+ */
 window.DEBUG = false;
 
 // constant values
@@ -561,4 +577,4 @@ function resetAllStates() {
     updateRankingDisplay();
   }    
 
-}
\ No newline at end of file
+}

Modified: incubator/wookie/trunk/widgets/sudoku/style.css
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/sudoku/style.css?rev=954708&r1=954707&r2=954708&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/sudoku/style.css (original)
+++ incubator/wookie/trunk/widgets/sudoku/style.css Tue Jun 15 05:12:50 2010
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE 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.
+ */
 body {
   font: icon;
   font-size: 15pt !important;
@@ -141,4 +157,4 @@ td td
 	cursor: text;
 	color: black;
 	font-weight: bold;
-}
\ No newline at end of file
+}

Modified: incubator/wookie/trunk/widgets/sudoku/sudoku.html
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/sudoku/sudoku.html?rev=954708&r1=954707&r2=954708&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/sudoku/sudoku.html (original)
+++ incubator/wookie/trunk/widgets/sudoku/sudoku.html Tue Jun 15 05:12:50 2010
@@ -1,214 +1,230 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE 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.
+-->
 <html>
-<head>
-<link rel="stylesheet" type="text/css" href="style.css" />
-<script type="text/javascript" src="jquery.js"></script>
-<script type="text/javascript" src="sudoku.js"></script>
-<script type="text/javascript" src="json.js"></script>
+<head>
+<link rel="stylesheet" type="text/css" href="style.css" />
+<script type="text/javascript" src="jquery.js"></script>
+<script type="text/javascript" src="sudoku.js"></script>
+<script type="text/javascript" src="json.js"></script>
 <script type="text/javascript" src="main.js"></script>
 </head>
-<body onload="init();">
-<div id="debugConsole">
-  <input type=button id=clear value='Clear Debug'/>
-  <input type=button id=reset value='Reset All States'/>
-  <input type=button id=print value='Print All States'/>  
-  <br>
-  <div id='debug'></div>
-</div>
-<br>
-<div align="left">
-<div id=main>  
-  <div id='gameDisplay'>    
-      <div id='loading'><br>loading ... </div>
-      <div id='display'>
-        <table cellspacing="0">
-          <tr>
-            <td>
-              <table id="grid1" cellspacing="0">
-                <tr>
-                  <td id=cell_0></td>
-                  <td id=cell_1></td>
-                  <td id=cell_2></td>
-                </tr>
-                <tr>
-                  <td id=cell_9></td>
-                  <td id=cell_10></td>
-                  <td id=cell_11></td>
-                </tr>
-                <tr>
-                  <td id=cell_18></td>
-                  <td id=cell_19></td>
-                  <td id=cell_20></td>
-                </tr>
-              </table>
-            </td>
-            <td>
-              <table id="grid2" cellspacing="0">
-                <tr>
-                  <td id=cell_3></td>
-                  <td id=cell_4></td>
-                  <td id=cell_5></td>
-                </tr>
-                <tr>
-                  <td id=cell_12></td>
-                  <td id=cell_13></td>
-                  <td id=cell_14></td>
-                </tr>
-                <tr>
-                  <td id=cell_21></td>
-                  <td id=cell_22></td>
-                  <td id=cell_23></td>
-                </tr>
-              </table>
-            </td>
-            <td>
-              <table id="grid3" cellspacing="0">
-                <tr>
-                  <td id=cell_6></td>
-                  <td id=cell_7></td>
-                  <td id=cell_8></td>
-                </tr>
-                <tr>
-                  <td id=cell_15></td>
-                  <td id=cell_16></td>
-                  <td id=cell_17></td>
-                </tr>
-                <tr>
-                  <td id=cell_24></td>
-                  <td id=cell_25></td>
-                  <td id=cell_26></td>
-                </tr>
-              </table>
-            </td>
-          </tr>
-          <tr>
-            <td>
-              <table id="grid4" cellspacing="0">
-                <tr>
-                  <td id=cell_27></td>
-                  <td id=cell_28></td>
-                  <td id=cell_29></td>
-                </tr>
-                <tr>
-                  <td id=cell_36></td>
-                  <td id=cell_37></td>
-                  <td id=cell_38></td>
-                </tr>
-                <tr>
-                  <td id=cell_45></td>
-                  <td id=cell_46></td>
-                  <td id=cell_47></td>
-                </tr>
-              </table>
-            </td>
-            <td>
-              <table id="grid5" cellspacing="0">
-                <tr>
-                  <td id=cell_30></td>
-                  <td id=cell_31></td>
-                  <td id=cell_32></td>
-                </tr>
-                <tr>
-                  <td id=cell_39></td>
-                  <td id=cell_40></td>
-                  <td id=cell_41></td>
-                </tr>
-                <tr>
-                  <td id=cell_48></td>
-                  <td id=cell_49></td>
-                  <td id=cell_50></td>
-                </tr>
-              </table>
-            </td>
-            <td>
-              <table id="grid6" cellspacing="0">
-                <tr>
-                  <td id=cell_33></td>
-                  <td id=cell_34></td>
-                  <td id=cell_35></td>
-                </tr>
-                <tr>
-                  <td id=cell_42></td>
-                  <td id=cell_43></td>
-                  <td id=cell_44></td>
-                </tr>
-                <tr>
-                  <td id=cell_51></td>
-                  <td id=cell_52></td>
-                  <td id=cell_53></td>
-                </tr>
-              </table>
-            </td>
-          </tr>
-          <tr>
-            <td>
-              <table id="grid7" cellspacing="0">
-                <tr>
-                  <td id=cell_54></td>
-                  <td id=cell_55></td>
-                  <td id=cell_56></td>
-                </tr>
-                <tr>
-                  <td id=cell_63></td>
-                  <td id=cell_64></td>
-                  <td id=cell_65></td>
-                </tr>
-                <tr>
-                  <td id=cell_72></td>
-                  <td id=cell_73></td>
-                  <td id=cell_74></td>
-                </tr>
-              </table>
-            </td>
-            <td>
-              <table id="grid8" cellspacing="0">
-                <tr>
-                  <td id=cell_57></td>
-                  <td id=cell_58></td>
-                  <td id=cell_59></td>
-                </tr>
-                <tr>
-                  <td id=cell_66></td>
-                  <td id=cell_67></td>
-                  <td id=cell_68></td>
-                </tr>
-                <tr>
-                  <td id=cell_75></td>
-                  <td id=cell_76></td>
-                  <td id=cell_77></td>
-                </tr>
-              </table>
-            </td>
-            <td>
-              <table id="grid9" cellspacing="0">
-                <tr>
-                  <td id=cell_60></td>
-                  <td id=cell_61></td>
-                  <td id=cell_62></td>
-                </tr>
-                <tr>
-                  <td id=cell_69></td>
-                  <td id=cell_70></td>
-                  <td id=cell_71></td>
-                </tr>
-                <tr>
-                  <td id=cell_78></td>
-                  <td id=cell_79></td>
-                  <td id=cell_80></td>
-                </tr>
-              </table>
-            </td>
-          </tr>
-        </table>
-      </div>		
-	</div>
-  
-  <div id="info">
-    <div id="messages"></div>
-    <br><br>
-    <div id="rankingDisplay"></div>
-  </div>
-
-</div>
-</div>
+<body onload="init();">
+<div id="debugConsole">
+  <input type=button id=clear value='Clear Debug'/>
+  <input type=button id=reset value='Reset All States'/>
+  <input type=button id=print value='Print All States'/>  
+  <br>
+  <div id='debug'></div>
+</div>
+<br>
+<div align="left">
+<div id=main>
+  <div id='gameDisplay'>
+      <div id='loading'><br>loading ... </div>
+      <div id='display'>
+        <table cellspacing="0">
+          <tr>
+            <td>
+              <table id="grid1" cellspacing="0">
+                <tr>
+                  <td id=cell_0></td>
+                  <td id=cell_1></td>
+                  <td id=cell_2></td>
+                </tr>
+                <tr>
+                  <td id=cell_9></td>
+                  <td id=cell_10></td>
+                  <td id=cell_11></td>
+                </tr>
+                <tr>
+                  <td id=cell_18></td>
+                  <td id=cell_19></td>
+                  <td id=cell_20></td>
+                </tr>
+              </table>
+            </td>
+            <td>
+              <table id="grid2" cellspacing="0">
+                <tr>
+                  <td id=cell_3></td>
+                  <td id=cell_4></td>
+                  <td id=cell_5></td>
+                </tr>
+                <tr>
+                  <td id=cell_12></td>
+                  <td id=cell_13></td>
+                  <td id=cell_14></td>
+                </tr>
+                <tr>
+                  <td id=cell_21></td>
+                  <td id=cell_22></td>
+                  <td id=cell_23></td>
+                </tr>
+              </table>
+            </td>
+            <td>
+              <table id="grid3" cellspacing="0">
+                <tr>
+                  <td id=cell_6></td>
+                  <td id=cell_7></td>
+                  <td id=cell_8></td>
+                </tr>
+                <tr>
+                  <td id=cell_15></td>
+                  <td id=cell_16></td>
+                  <td id=cell_17></td>
+                </tr>
+                <tr>
+                  <td id=cell_24></td>
+                  <td id=cell_25></td>
+                  <td id=cell_26></td>
+                </tr>
+              </table>
+            </td>
+          </tr>
+          <tr>
+            <td>
+              <table id="grid4" cellspacing="0">
+                <tr>
+                  <td id=cell_27></td>
+                  <td id=cell_28></td>
+                  <td id=cell_29></td>
+                </tr>
+                <tr>
+                  <td id=cell_36></td>
+                  <td id=cell_37></td>
+                  <td id=cell_38></td>
+                </tr>
+                <tr>
+                  <td id=cell_45></td>
+                  <td id=cell_46></td>
+                  <td id=cell_47></td>
+                </tr>
+              </table>
+            </td>
+            <td>
+              <table id="grid5" cellspacing="0">
+                <tr>
+                  <td id=cell_30></td>
+                  <td id=cell_31></td>
+                  <td id=cell_32></td>
+                </tr>
+                <tr>
+                  <td id=cell_39></td>
+                  <td id=cell_40></td>
+                  <td id=cell_41></td>
+                </tr>
+                <tr>
+                  <td id=cell_48></td>
+                  <td id=cell_49></td>
+                  <td id=cell_50></td>
+                </tr>
+              </table>
+            </td>
+            <td>
+              <table id="grid6" cellspacing="0">
+                <tr>
+                  <td id=cell_33></td>
+                  <td id=cell_34></td>
+                  <td id=cell_35></td>
+                </tr>
+                <tr>
+                  <td id=cell_42></td>
+                  <td id=cell_43></td>
+                  <td id=cell_44></td>
+                </tr>
+                <tr>
+                  <td id=cell_51></td>
+                  <td id=cell_52></td>
+                  <td id=cell_53></td>
+                </tr>
+              </table>
+            </td>
+          </tr>
+          <tr>
+            <td>
+              <table id="grid7" cellspacing="0">
+                <tr>
+                  <td id=cell_54></td>
+                  <td id=cell_55></td>
+                  <td id=cell_56></td>
+                </tr>
+                <tr>
+                  <td id=cell_63></td>
+                  <td id=cell_64></td>
+                  <td id=cell_65></td>
+                </tr>
+                <tr>
+                  <td id=cell_72></td>
+                  <td id=cell_73></td>
+                  <td id=cell_74></td>
+                </tr>
+              </table>
+            </td>
+            <td>
+              <table id="grid8" cellspacing="0">
+                <tr>
+                  <td id=cell_57></td>
+                  <td id=cell_58></td>
+                  <td id=cell_59></td>
+                </tr>
+                <tr>
+                  <td id=cell_66></td>
+                  <td id=cell_67></td>
+                  <td id=cell_68></td>
+                </tr>
+                <tr>
+                  <td id=cell_75></td>
+                  <td id=cell_76></td>
+                  <td id=cell_77></td>
+                </tr>
+              </table>
+            </td>
+            <td>
+              <table id="grid9" cellspacing="0">
+                <tr>
+                  <td id=cell_60></td>
+                  <td id=cell_61></td>
+                  <td id=cell_62></td>
+                </tr>
+                <tr>
+                  <td id=cell_69></td>
+                  <td id=cell_70></td>
+                  <td id=cell_71></td>
+                </tr>
+                <tr>
+                  <td id=cell_78></td>
+                  <td id=cell_79></td>
+                  <td id=cell_80></td>
+                </tr>
+              </table>
+            </td>
+          </tr>
+        </table>
+      </div>		
+	</div>
+  
+  <div id="info">
+    <div id="messages"></div>
+    <br><br>
+    <div id="rankingDisplay"></div>
+  </div>
+
+</div>
+</div>
 </body>
-</html>
+</html>

Modified: incubator/wookie/trunk/widgets/test/config.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/test/config.xml?rev=954708&r1=954707&r2=954708&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/test/config.xml (original)
+++ incubator/wookie/trunk/widgets/test/config.xml Tue Jun 15 05:12:50 2010
@@ -1,28 +1,30 @@
-<?xml version="1.0" encoding="utf-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" 
        id="http://www.getwookie.org/widgets/test" 
        version="1.0" 
        height="520" 
        width="320">
	<name>API Test</name>
	<description>A W3C API Testing Widget</description>
	<icon src="icon.png"/>
	<content src="index.htm"/>
	<author href="http://www.cetis.ac.uk/members/scott" email="scott.bradley.wilson@gmail.com">Scott Wilson</author>
	<license>
-/*
- * Copyright (c) 2009, Scott Wilson
- * 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.
- *     * 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 CONSORTIUM BOARD TENCOMPETENCE ``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 CONSORTIUM BOARD TENCOMPETENCE 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.
- */
    </license>
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE 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.
+-->
+<widget xmlns="http://www.w3.org/ns/widgets" 
+        id="http://www.getwookie.org/widgets/test" 
+        version="1.0" height="520" width="320">
+        <name>API Test</name>
+        <description>A W3C API Testing Widget</description>
+        <icon src="icon.png"/>
+        <content src="index.htm"/>
+        <author href="http://www.cetis.ac.uk/members/scott" 
+                email="scott.bradley.wilson@gmail.com">Scott Wilson</author>
+        <license>Licensed under the Apache 2.0 License (see http://www.apache.org/licenses/LICENSE-2.0).</license>
 	<preference name="default_one" value="1" readonly="true"/>
-	<preference name="default_two" value="2"/>
</widget>
\ No newline at end of file
+        <preference name="default_two" value="2"/>
+</widget>

Modified: incubator/wookie/trunk/widgets/test/index.htm
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/test/index.htm?rev=954708&r1=954707&r2=954708&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/test/index.htm (original)
+++ incubator/wookie/trunk/widgets/test/index.htm Tue Jun 15 05:12:50 2010
@@ -1,3 +1,19 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE 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.
+-->
 <html>
 	<head>
 		<link rel="stylesheet" href="styles.css" type="text/css" />

Modified: incubator/wookie/trunk/widgets/test/styles.css
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/test/styles.css?rev=954708&r1=954707&r2=954708&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/test/styles.css (original)
+++ incubator/wookie/trunk/widgets/test/styles.css Tue Jun 15 05:12:50 2010
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE 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.
+ */
 html{
     font-family: "trebuchet ms", tahoma, verana, arial, sans-serif;
 }
@@ -12,4 +28,4 @@ td {
 
 .fail {
     background-color: red;
-}
\ No newline at end of file
+}

Modified: incubator/wookie/trunk/widgets/test/test.js
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/test/test.js?rev=954708&r1=954707&r2=954708&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/test/test.js (original)
+++ incubator/wookie/trunk/widgets/test/test.js Tue Jun 15 05:12:50 2010
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE 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.
+ */
 var attributeTest = [];
 attributeTest['id'] = "http://www.getwookie.org/widgets/test";
 attributeTest['author'] = "Scott Wilson";

Modified: incubator/wookie/trunk/widgets/todo/config.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/todo/config.xml?rev=954708&r1=954707&r2=954708&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/todo/config.xml (original)
+++ incubator/wookie/trunk/widgets/todo/config.xml Tue Jun 15 05:12:50 2010
@@ -1,10 +1,6 @@
-<?xml version="1.0" encoding="utf-8"?>
-<widget xmlns="http://www.w3.org/ns/widgets" id="http://www.getwookie.org/widgets/todo" height="460" width="320">
-	<name>Ta-Da!</name>
-	<description>A shared to-do list widget</description>
-    <author>Apache Wookie (Incubating) Team</author>
-  <feature name="http://wave.google.com" required="true"/>
-  <licence>Licensed to the Apache Software Foundation (ASF) under one or more
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE 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
@@ -17,5 +13,14 @@
   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.</licence>
-</widget>
\ No newline at end of file
+  limitations under the License.
+-->
+<widget xmlns="http://www.w3.org/ns/widgets" 
+	id="http://www.getwookie.org/widgets/todo" 
+	height="460" width="320">
+	<name>Ta-Da!</name>
+	<description>A shared to-do list widget</description>
+    <author>Apache Wookie (Incubating) Team</author>
+  <feature name="http://wave.google.com" required="true"/>
+  <licence>Licensed under the Apache 2.0 License (see http://www.apache.org/licenses/LICENSE-2.0).</licence>
+</widget>

Modified: incubator/wookie/trunk/widgets/todo/index.html
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/todo/index.html?rev=954708&r1=954707&r2=954708&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/todo/index.html (original)
+++ incubator/wookie/trunk/widgets/todo/index.html Tue Jun 15 05:12:50 2010
@@ -1,3 +1,19 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE 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.
+-->
 <html>
     <head>
     	<script type="text/javascript" src="json2.js"></script>
@@ -95,4 +111,4 @@
             </div>
         </div>
     </body>
-</html>
\ No newline at end of file
+</html>

Modified: incubator/wookie/trunk/widgets/todo/todo.js
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/todo/todo.js?rev=954708&r1=954707&r2=954708&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/todo/todo.js (original)
+++ incubator/wookie/trunk/widgets/todo/todo.js Tue Jun 15 05:12:50 2010
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE 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.
+ */
 /**
  * The Task class
  * This is the model used to work with tasks
@@ -195,4 +211,4 @@ var Controller = {
     		Controller.user.id = "anonymous";
     	}
     }
-}
\ No newline at end of file
+}

Modified: incubator/wookie/trunk/widgets/weather/config.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/weather/config.xml?rev=954708&r1=954707&r2=954708&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/weather/config.xml (original)
+++ incubator/wookie/trunk/widgets/weather/config.xml Tue Jun 15 05:12:50 2010
@@ -1,5 +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 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.
+-->
 <widget xmlns="http://www.w3.org/ns/widgets" id="http://www.getwookie.org/widgets/weather" version="1.0" height="125" width="125">  
   <name>Weather</name>  
   <description>A silly Weather widget</description>  
@@ -7,5 +22,5 @@
   <content src="index.htm"/>  
   <access origin="http://feeds.bbc.co.uk"/>  
   <author>Scott Wilson</author>  
-  <licence>Example license (based on MIT License) Copyright (c) 2008 The Foo Bar Corp. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</licence> 
+  <licence>Licensed under the Apache 2.0 License (see http://www.apache.org/licenses/LICENSE-2.0).</licence> 
 </widget>

Modified: incubator/wookie/trunk/widgets/weather/index.htm
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/weather/index.htm?rev=954708&r1=954707&r2=954708&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/weather/index.htm (original)
+++ incubator/wookie/trunk/widgets/weather/index.htm Tue Jun 15 05:12:50 2010
@@ -1,4 +1,20 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE 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.
+-->
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
   <meta http-equiv="pragma" content="no-cache"/>
@@ -33,4 +49,4 @@ function dragDrop(ev) {
 <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
 </HEAD>
 -->
-</html>
\ No newline at end of file
+</html>

Modified: incubator/wookie/trunk/widgets/weather/weather.css
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/weather/weather.css?rev=954708&r1=954707&r2=954708&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/weather/weather.css (original)
+++ incubator/wookie/trunk/widgets/weather/weather.css Tue Jun 15 05:12:50 2010
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE 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.
+ */
 html {
 height:100%; 
 max-height:100%; 

Modified: incubator/wookie/trunk/widgets/weather/weather.js
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/weather/weather.js?rev=954708&r1=954707&r2=954708&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/weather/weather.js (original)
+++ incubator/wookie/trunk/widgets/weather/weather.js Tue Jun 15 05:12:50 2010
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE 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.
+ */
 // A widget for showing the weather in a given location.
 
 var serviceLocation = "http://feeds.bbc.co.uk/weather/feeds/rss/5day/world/"
@@ -149,4 +165,4 @@ function setCity(theCity){
 	city = theCity.toLowerCase();    
     Widget.preferences.setItem("city", city);
     fetchWeatherData();
-}
\ No newline at end of file
+}

Modified: incubator/wookie/trunk/widgets/wookiewiki/config.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/wookiewiki/config.xml?rev=954708&r1=954707&r2=954708&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/wookiewiki/config.xml (original)
+++ incubator/wookie/trunk/widgets/wookiewiki/config.xml Tue Jun 15 05:12:50 2010
@@ -1,6 +1,14 @@
-<?xml version="1.0" encoding="utf-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" 
        id="http://www.getwookie.org/widgets/wiki" 
        version="1.0" 
        height="520" 
        width="320">
	<name>WookieWiki</name>
	<description>A Wiki In A Widget</description>
	<icon src="icon.png"/>
	<content src="index.html"/>
-    <author>Scott Wilson</author>
-    <feature name="http://wave.google.com" required="true"/>
	<license>
+<?xml version="1.0" encoding="utf-8"?>
+<widget xmlns="http://www.w3.org/ns/widgets" 
+	id="http://www.getwookie.org/widgets/wiki" 
+	version="1.0" height="520" width="320">
+	<name>WookieWiki</name>
+	<description>A Wiki In A Widget</description>
+	<icon src="icon.png"/>
+	<content src="index.html"/>
+        <author>Scott Wilson</author>
+	<feature name="http://wave.google.com" required="true"/>
+	<license>
 WookieWiki created by Scott Wilson
 
 Note this widget makes heavy use of Creole, (c) 2009 by Ivan Fomichev (see license in creole.js)
@@ -30,4 +38,6 @@ TO, PROCUREMENT OF SUBSTITUTE GOODS OR S
 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.    </license>
</widget>
\ No newline at end of file
+DAMAGE.
+</license>
+</widget>

Modified: incubator/wookie/trunk/widgets/wookiewiki/index.html
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/wookiewiki/index.html?rev=954708&r1=954707&r2=954708&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/wookiewiki/index.html (original)
+++ incubator/wookie/trunk/widgets/wookiewiki/index.html Tue Jun 15 05:12:50 2010
@@ -1,3 +1,19 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE 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.
+-->
 <html>
 <head>
 <script type='text/javascript' src="creole.js"></script>
@@ -24,4 +40,4 @@
     </div>
     <div><p><a href="http://www.wikicreole.org/wiki/CheatSheet" target="_new">editing tips</a></p></div>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: incubator/wookie/trunk/widgets/wookiewiki/styles.css
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/wookiewiki/styles.css?rev=954708&r1=954707&r2=954708&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/wookiewiki/styles.css (original)
+++ incubator/wookie/trunk/widgets/wookiewiki/styles.css Tue Jun 15 05:12:50 2010
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE 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.
+ */
 body {
     font-family: Arial;
     color: #eec;
@@ -26,4 +42,4 @@ a.newpage {
 }
 #history {
     display: None;
-}
\ No newline at end of file
+}

Modified: incubator/wookie/trunk/widgets/wookiewiki/wiki.js
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/wookiewiki/wiki.js?rev=954708&r1=954707&r2=954708&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/wookiewiki/wiki.js (original)
+++ incubator/wookie/trunk/widgets/wookiewiki/wiki.js Tue Jun 15 05:12:50 2010
@@ -1,4 +1,19 @@
-
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE 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.
+ */
 var wiki = new function Wiki(){
 
     this.currentPage = "WelcomePage";
@@ -151,4 +166,4 @@ var wiki = new function Wiki(){
         return time;
     }
 
-}
\ No newline at end of file
+}