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/14 01:56:57 UTC

svn commit: r954332 - in /incubator/wookie/trunk: WebContent/WEB-INF/ widgets/butterfly/scripts/ widgets/chat/ widgets/chat/locales/bu/ widgets/chat/locales/en/ widgets/forum/ widgets/forum/locales/bu/ widgets/forum/locales/en/ widgets/natter/ widgets/...

Author: gmcdonald
Date: Sun Jun 13 23:56:56 2010
New Revision: 954332

URL: http://svn.apache.org/viewvc?rev=954332&view=rev
Log:
Add more license headers, I assume folks are double checking these commits

Modified:
    incubator/wookie/trunk/WebContent/WEB-INF/dwr.xml
    incubator/wookie/trunk/WebContent/WEB-INF/jboss-web.xml
    incubator/wookie/trunk/WebContent/WEB-INF/web.xml
    incubator/wookie/trunk/widgets/butterfly/scripts/butterfly.js
    incubator/wookie/trunk/widgets/chat/chat.js
    incubator/wookie/trunk/widgets/chat/languageHelper.js
    incubator/wookie/trunk/widgets/chat/locales/bu/localizedStrings.js
    incubator/wookie/trunk/widgets/chat/locales/en/localizedStrings.js
    incubator/wookie/trunk/widgets/chat/widgetUtils.js
    incubator/wookie/trunk/widgets/forum/forumutils.js
    incubator/wookie/trunk/widgets/forum/languageHelper.js
    incubator/wookie/trunk/widgets/forum/locales/bu/localizedStrings.js
    incubator/wookie/trunk/widgets/forum/locales/en/localizedStrings.js
    incubator/wookie/trunk/widgets/forum/widgetUtils.js
    incubator/wookie/trunk/widgets/natter/chat.js
    incubator/wookie/trunk/widgets/sharedraw/scripts/draw.js
    incubator/wookie/trunk/widgets/sharedraw/scripts/sharedraw.js
    incubator/wookie/trunk/widgets/test/test.js
    incubator/wookie/trunk/widgets/vote/locales/bu/localizedStrings.js
    incubator/wookie/trunk/widgets/vote/locales/en/localizedStrings.js
    incubator/wookie/trunk/widgets/vote/vote.js
    incubator/wookie/trunk/widgets/vote/widgetUtils.js

Modified: incubator/wookie/trunk/WebContent/WEB-INF/dwr.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/WebContent/WEB-INF/dwr.xml?rev=954332&r1=954331&r2=954332&view=diff
==============================================================================
--- incubator/wookie/trunk/WebContent/WEB-INF/dwr.xml (original)
+++ incubator/wookie/trunk/WebContent/WEB-INF/dwr.xml Sun Jun 13 23:56:56 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 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.
+-->
 <!DOCTYPE dwr PUBLIC "-//GetAhead Limited//DTD Direct Web Remoting 2.0//EN" "http://getahead.org/dwr/dwr20.dtd">
 
 <dwr>

Modified: incubator/wookie/trunk/WebContent/WEB-INF/jboss-web.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/WebContent/WEB-INF/jboss-web.xml?rev=954332&r1=954331&r2=954332&view=diff
==============================================================================
--- incubator/wookie/trunk/WebContent/WEB-INF/jboss-web.xml (original)
+++ incubator/wookie/trunk/WebContent/WEB-INF/jboss-web.xml Sun Jun 13 23:56:56 2010
@@ -1,8 +1,24 @@
 <?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.
+-->
 <jboss-web>
     <resource-ref>
         <res-ref-name>jdbc/widgetdb</res-ref-name>
         <res-type>javax.sql.DataSource</res-type>
         <jndi-name>java:jdbc/widgetdb</jndi-name>
     </resource-ref>
-</jboss-web>
\ No newline at end of file
+</jboss-web>

Modified: incubator/wookie/trunk/WebContent/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/WebContent/WEB-INF/web.xml?rev=954332&r1=954331&r2=954332&view=diff
==============================================================================
--- incubator/wookie/trunk/WebContent/WEB-INF/web.xml (original)
+++ incubator/wookie/trunk/WebContent/WEB-INF/web.xml Sun Jun 13 23:56:56 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 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"
@@ -312,4 +328,4 @@
   			<error-code>401</error-code>
   			<location>/error/notauthorized.jsp</location>
  		</error-page>		
-</web-app>
\ No newline at end of file
+</web-app>

Modified: incubator/wookie/trunk/widgets/butterfly/scripts/butterfly.js
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/butterfly/scripts/butterfly.js?rev=954332&r1=954331&r2=954332&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/butterfly/scripts/butterfly.js (original)
+++ incubator/wookie/trunk/widgets/butterfly/scripts/butterfly.js Sun Jun 13 23:56:56 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.
+ */
 var canvas, context, tool;
   
 var Controller = {

Modified: incubator/wookie/trunk/widgets/chat/chat.js
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/chat/chat.js?rev=954332&r1=954331&r2=954332&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/chat/chat.js (original)
+++ incubator/wookie/trunk/widgets/chat/chat.js Sun Jun 13 23:56:56 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 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...
@@ -258,4 +276,4 @@ Widget.onLocked = handleLocked;
 Widget.onUnlocked = handleUnlocked;
 // onunload tell the system that this page is no longer active. 
 //(fires when browser closes or user navigates away from page)
-onunload = cleanup;
\ No newline at end of file
+onunload = cleanup;

Modified: incubator/wookie/trunk/widgets/chat/languageHelper.js
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/chat/languageHelper.js?rev=954332&r1=954331&r2=954332&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/chat/languageHelper.js (original)
+++ incubator/wookie/trunk/widgets/chat/languageHelper.js Sun Jun 13 23:56:56 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/chat/locales/bu/localizedStrings.js
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/chat/locales/bu/localizedStrings.js?rev=954332&r1=954331&r2=954332&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/chat/locales/bu/localizedStrings.js (original)
+++ incubator/wookie/trunk/widgets/chat/locales/bu/localizedStrings.js Sun Jun 13 23:56:56 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.
+ */
+/*
 * Chat widget strings
 */
 

Modified: incubator/wookie/trunk/widgets/chat/locales/en/localizedStrings.js
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/chat/locales/en/localizedStrings.js?rev=954332&r1=954331&r2=954332&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/chat/locales/en/localizedStrings.js (original)
+++ incubator/wookie/trunk/widgets/chat/locales/en/localizedStrings.js Sun Jun 13 23:56:56 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.
+ */
+/*
 * English
 * Translated by: Paul Sharples
 */
@@ -49,4 +67,4 @@ en_localizedStrings["has locked the chat
 = "has locked the chatroom";
  
 en_localizedStrings["has unlocked the chatroom"]
-= "has unlocked the chatroom";
\ No newline at end of file
+= "has unlocked the chatroom";

Modified: incubator/wookie/trunk/widgets/chat/widgetUtils.js
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/chat/widgetUtils.js?rev=954332&r1=954331&r2=954332&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/chat/widgetUtils.js (original)
+++ incubator/wookie/trunk/widgets/chat/widgetUtils.js Sun Jun 13 23:56:56 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.
+ */
+/*
  * Replace text function - overloaded on strings
  */
  String.prototype.replaceAll = function(strTarget, strSubString){
@@ -138,4 +156,4 @@ var DebugHelper = {
 		 consoleRef.document.close()
 	}
 
-}
\ No newline at end of file
+}

Modified: incubator/wookie/trunk/widgets/forum/forumutils.js
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/forum/forumutils.js?rev=954332&r1=954331&r2=954332&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/forum/forumutils.js (original)
+++ incubator/wookie/trunk/widgets/forum/forumutils.js Sun Jun 13 23:56:56 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 FORUM WIDGET **************
 ******************************************************
 */
@@ -300,4 +318,4 @@ function unlockforum(){
 }
 
 Widget.onLocked = handleLocked;
-Widget.onUnlocked = handleUnlocked;
\ No newline at end of file
+Widget.onUnlocked = handleUnlocked;

Modified: incubator/wookie/trunk/widgets/forum/languageHelper.js
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/forum/languageHelper.js?rev=954332&r1=954331&r2=954332&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/forum/languageHelper.js (original)
+++ incubator/wookie/trunk/widgets/forum/languageHelper.js Sun Jun 13 23:56:56 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/forum/locales/bu/localizedStrings.js
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/forum/locales/bu/localizedStrings.js?rev=954332&r1=954331&r2=954332&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/forum/locales/bu/localizedStrings.js (original)
+++ incubator/wookie/trunk/widgets/forum/locales/bu/localizedStrings.js Sun Jun 13 23:56:56 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.
+ */
+/*
 * forum widget strings
 */
 
@@ -60,4 +78,4 @@ bu_localizedStrings["Post was successful
 = "Съобщението е публикувано успешно";
 
 bu_localizedStrings["Unable to add new post"]
-= "Добавянето на нова тема е невъзможно";
\ No newline at end of file
+= "Добавянето на нова тема е невъзможно";

Modified: incubator/wookie/trunk/widgets/forum/locales/en/localizedStrings.js
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/forum/locales/en/localizedStrings.js?rev=954332&r1=954331&r2=954332&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/forum/locales/en/localizedStrings.js (original)
+++ incubator/wookie/trunk/widgets/forum/locales/en/localizedStrings.js Sun Jun 13 23:56:56 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.
+ */
+/*
 * English
 * Translated by: Paul Sharples
 */
@@ -49,4 +67,4 @@ en_localizedStrings["has locked the chat
 = "has locked the chatroom";
  
 en_localizedStrings["has unlocked the chatroom"]
-= "has unlocked the chatroom";
\ No newline at end of file
+= "has unlocked the chatroom";

Modified: incubator/wookie/trunk/widgets/forum/widgetUtils.js
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/forum/widgetUtils.js?rev=954332&r1=954331&r2=954332&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/forum/widgetUtils.js (original)
+++ incubator/wookie/trunk/widgets/forum/widgetUtils.js Sun Jun 13 23:56:56 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.
+ */
+/*
  * Replace text function - overloaded on strings
  */
  String.prototype.replaceAll = function(strTarget, strSubString){
@@ -138,4 +156,4 @@ var DebugHelper = {
 		 consoleRef.document.close()
 	}
 
-}
\ No newline at end of file
+}

Modified: incubator/wookie/trunk/widgets/natter/chat.js
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/natter/chat.js?rev=954332&r1=954331&r2=954332&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/natter/chat.js (original)
+++ incubator/wookie/trunk/widgets/natter/chat.js Sun Jun 13 23:56:56 2010
@@ -223,4 +223,4 @@ function unlockchat(){
 	isActive = true;
 	thisUserUnlocked = true;	
 	Widget.unlock();	
-}
\ No newline at end of file
+}

Modified: incubator/wookie/trunk/widgets/sharedraw/scripts/draw.js
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/sharedraw/scripts/draw.js?rev=954332&r1=954331&r2=954332&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/sharedraw/scripts/draw.js (original)
+++ incubator/wookie/trunk/widgets/sharedraw/scripts/draw.js Sun Jun 13 23:56:56 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.
+ */
 var canvas, context, tool;
   
 function init_canvas () {
@@ -68,4 +86,4 @@ function init_canvas () {
     if (func) {
       func(ev);
     }
-  }
\ No newline at end of file
+  }

Modified: incubator/wookie/trunk/widgets/sharedraw/scripts/sharedraw.js
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/sharedraw/scripts/sharedraw.js?rev=954332&r1=954331&r2=954332&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/sharedraw/scripts/sharedraw.js (original)
+++ incubator/wookie/trunk/widgets/sharedraw/scripts/sharedraw.js Sun Jun 13 23:56:56 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.
+ */
 /**
  * The Line class
  */ 
@@ -103,4 +121,4 @@ var Controller = {
     		wave.setParticipantCallback(Controller.participantsUpdated);
     	}
     }
-}
\ 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=954332&r1=954331&r2=954332&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/test/test.js (original)
+++ incubator/wookie/trunk/widgets/test/test.js Sun Jun 13 23:56:56 2010
@@ -111,4 +111,4 @@ function fail(pref){
         var elem = document.getElementById(pref+"Value"); 
         //elem.innerHTML = "FAILED";
         elem.className = "fail";
-}
\ No newline at end of file
+}

Modified: incubator/wookie/trunk/widgets/vote/locales/bu/localizedStrings.js
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/vote/locales/bu/localizedStrings.js?rev=954332&r1=954331&r2=954332&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/vote/locales/bu/localizedStrings.js (original)
+++ incubator/wookie/trunk/widgets/vote/locales/bu/localizedStrings.js Sun Jun 13 23:56:56 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.
+ */
+/*
 * vote widget strings
 */
 

Modified: incubator/wookie/trunk/widgets/vote/locales/en/localizedStrings.js
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/vote/locales/en/localizedStrings.js?rev=954332&r1=954331&r2=954332&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/vote/locales/en/localizedStrings.js (original)
+++ incubator/wookie/trunk/widgets/vote/locales/en/localizedStrings.js Sun Jun 13 23:56:56 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.
+ */
+/*
 * English
 * Translated by: Paul Sharples
 */
@@ -49,4 +67,4 @@ en_localizedStrings["has locked the chat
 = "has locked the chatroom";
  
 en_localizedStrings["has unlocked the chatroom"]
-= "has unlocked the chatroom";
\ No newline at end of file
+= "has unlocked the chatroom";

Modified: incubator/wookie/trunk/widgets/vote/vote.js
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/vote/vote.js?rev=954332&r1=954331&r2=954332&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/vote/vote.js (original)
+++ incubator/wookie/trunk/widgets/vote/vote.js Sun Jun 13 23:56:56 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 **************
 
 ******************************************************

Modified: incubator/wookie/trunk/widgets/vote/widgetUtils.js
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/vote/widgetUtils.js?rev=954332&r1=954331&r2=954332&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/vote/widgetUtils.js (original)
+++ incubator/wookie/trunk/widgets/vote/widgetUtils.js Sun Jun 13 23:56:56 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.
+ */
+/*
  * Replace text function - overloaded on strings
  */
  String.prototype.replaceAll = function(strTarget, strSubString){
@@ -138,4 +156,4 @@ var DebugHelper = {
 		 consoleRef.document.close()
 	}
 
-}
\ No newline at end of file
+}