Author: gmcdonald
Date: Mon Jun 14 10:43:31 2010
New Revision: 954407

URL: http://svn.apache.org/viewvc?rev=954407&view=rev
Log:
Add more ASL license headers, a few files had windows line endings, fixed.

Modified:
    incubator/wookie/trunk/widgets/camera/index.html
    incubator/wookie/trunk/widgets/chat/chat.css
    incubator/wookie/trunk/widgets/chat/index.htm
    incubator/wookie/trunk/widgets/forum/forum.css
    incubator/wookie/trunk/widgets/forum/index.htm
    incubator/wookie/trunk/widgets/vote/config.xml
    incubator/wookie/trunk/widgets/vote/index.htm
    incubator/wookie/trunk/widgets/vote/languageHelper.js
    incubator/wookie/trunk/widgets/vote/vote.css
    incubator/wookie/trunk/widgets/widget-template/style/screen.css
    incubator/wookie/trunk/widgets/youdecide/config.xml
    incubator/wookie/trunk/widgets/youdecide/index.html
    incubator/wookie/trunk/widgets/youdecide/vote.css
    incubator/wookie/trunk/widgets/youdecide/vote.js

Modified: incubator/wookie/trunk/widgets/camera/index.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/camera/index.html?rev=954407&r1=954406&r2=954407&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/camera/index.html (original)
+++ incubator/wookie/trunk/widgets/camera/index.html Mon Jun 14 10:43:31 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"; xml:lang="en" lang="en">
   <head>
     <script type="text/javascript">

Modified: incubator/wookie/trunk/widgets/chat/chat.css
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/chat/chat.css?rev=954407&r1=954406&r2=954407&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/chat/chat.css (original)
+++ incubator/wookie/trunk/widgets/chat/chat.css Mon Jun 14 10:43:31 2010
@@ -1,3 +1,21 @@
+/*
+ * 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/chat/index.htm
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/chat/index.htm?rev=954407&r1=954406&r2=954407&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/chat/index.htm (original)
+++ incubator/wookie/trunk/widgets/chat/index.htm Mon Jun 14 10:43:31 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/forum/forum.css
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/forum/forum.css?rev=954407&r1=954406&r2=954407&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/forum/forum.css (original)
+++ incubator/wookie/trunk/widgets/forum/forum.css Mon Jun 14 10:43:31 2010
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ */
 #printhead {display:none;}
 html {
 height:100%; 
@@ -333,4 +351,4 @@ label.preField, form .inlineSection .one
 }
 
 
-  
\ No newline at end of file
+  

Modified: incubator/wookie/trunk/widgets/forum/index.htm
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/forum/index.htm?rev=954407&r1=954406&r2=954407&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/forum/index.htm (original)
+++ incubator/wookie/trunk/widgets/forum/index.htm Mon Jun 14 10:43:31 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" />

Modified: incubator/wookie/trunk/widgets/vote/config.xml
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/vote/config.xml?rev=954407&r1=954406&r2=954407&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/vote/config.xml (original)
+++ incubator/wookie/trunk/widgets/vote/config.xml Mon Jun 14 10:43:31 2010
@@ -1,11 +1,27 @@
-<?xml version="1.0" encoding="utf-8"?>
-<widget xmlns="http://www.w3.org/ns/widgets"; 
id="http://www.getwookie.org/widgets/vote"; height="350    " width="500">
-       <name>Vote</name>
-       <description>basic voting 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/vote"; height="350    " width="500">
+       <name>Vote</name>
+       <description>basic voting widget</description>
        <icon src="icon.png"/>
-       <content src="index.htm"/>
-       <author>Paul Sharples</author>
+       <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>
-    <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/vote/index.htm
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/vote/index.htm?rev=954407&r1=954406&r2=954407&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/vote/index.htm (original)
+++ incubator/wookie/trunk/widgets/vote/index.htm Mon Jun 14 10:43:31 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/vote/languageHelper.js
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/vote/languageHelper.js?rev=954407&r1=954406&r2=954407&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/vote/languageHelper.js (original)
+++ incubator/wookie/trunk/widgets/vote/languageHelper.js Mon Jun 14 10:43:31 
2010
@@ -1,4 +1,22 @@
 /*
+ * 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.
+ */
+/*
  * Language helper object
  */
 var LanguageHelper = {
@@ -15,4 +33,4 @@ var LanguageHelper = {
                }
                return key;
        }
-}
\ No newline at end of file
+}

Modified: incubator/wookie/trunk/widgets/vote/vote.css
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/vote/vote.css?rev=954407&r1=954406&r2=954407&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/vote/vote.css (original)
+++ incubator/wookie/trunk/widgets/vote/vote.css Mon Jun 14 10:43:31 2010
@@ -1,3 +1,21 @@
+/*
+ * 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/widget-template/style/screen.css
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/widget-template/style/screen.css?rev=954407&r1=954406&r2=954407&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/widget-template/style/screen.css (original)
+++ incubator/wookie/trunk/widgets/widget-template/style/screen.css Mon Jun 14 
10:43:31 2010
@@ -1,3 +1,21 @@
+/*
+ * 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%; 
@@ -9,4 +27,4 @@ html {
   /* \*/ 
   overflow: hidden; 
   /* */ 
-}
\ No newline at end of file
+}

Modified: incubator/wookie/trunk/widgets/youdecide/config.xml
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/youdecide/config.xml?rev=954407&r1=954406&r2=954407&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/youdecide/config.xml (original)
+++ incubator/wookie/trunk/widgets/youdecide/config.xml Mon Jun 14 10:43:31 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/youdecide"; 
        version="1.0" 
        height="320" 
        width="255">
        <name>You decide</name>
        <description>A  quick and simple voting widget</description>
        <icon src="icon.png"/>
        <content src="index.html"/>
        <access network="true"/>
        <author>Scott Wilson</author>
-    <feature name="http://wave.google.com"; required="true"/>
    <preference name="moderator" value="false"/>
</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/youdecide"; 
+        version="1.0" height="320" width="255">
+        <name>You decide</name>
+        <description>A quick and simple voting widget</description>
+        <icon src="icon.png"/>
+        <content src="index.html"/>
+        <access network="true"/>
+        <author>Scott Wilson</author>
+        <feature name="http://wave.google.com"; required="true"/>
+        <preference name="moderator" value="false"/>
+</widget>

Modified: incubator/wookie/trunk/widgets/youdecide/index.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/youdecide/index.html?rev=954407&r1=954406&r2=954407&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/youdecide/index.html (original)
+++ incubator/wookie/trunk/widgets/youdecide/index.html Mon Jun 14 10:43:31 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/youdecide/vote.css
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/youdecide/vote.css?rev=954407&r1=954406&r2=954407&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/youdecide/vote.css (original)
+++ incubator/wookie/trunk/widgets/youdecide/vote.css Mon Jun 14 10:43:31 2010
@@ -1,3 +1,21 @@
+/*
+ * 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/youdecide/vote.js
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/youdecide/vote.js?rev=954407&r1=954406&r2=954407&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/youdecide/vote.js (original)
+++ incubator/wookie/trunk/widgets/youdecide/vote.js Mon Jun 14 10:43:31 2010
@@ -1,4 +1,22 @@
 /*
+ * 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 VOTE WIDGET **************
 
 ******************************************************


Reply via email to