Author: scottbw
Date: Fri Jan 20 10:57:38 2012
New Revision: 1233858

URL: http://svn.apache.org/viewvc?rev=1233858&view=rev
Log:
Replaced the specific license content in template config.xml with generic ASL 
2.0 boilerplate with blank copyright to be filled in by the widget author (also 
fixed spelling of "license"). For each of the example widgets, created a 
config.xml with the ASF license. See WOOKIE-246

Added:
    
incubator/wookie/trunk/widgets/templates/widgets/adminWidgets/widgetBrowse/config.xml
    incubator/wookie/trunk/widgets/templates/widgets/jira/config.xml
    incubator/wookie/trunk/widgets/templates/widgets/twitter/config.xml
Modified:
    incubator/wookie/trunk/widgets/templates/base/config.xml
    incubator/wookie/trunk/widgets/templates/composite/config.xml
    incubator/wookie/trunk/widgets/widget-template/basic/config.xml
    incubator/wookie/trunk/widgets/widget-template/jqueryMobile/config.xml
    incubator/wookie/trunk/widgets/widget-template/s5/config.xml
    incubator/wookie/trunk/widgets/widget-template/wave/config.xml

Modified: incubator/wookie/trunk/widgets/templates/base/config.xml
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/base/config.xml?rev=1233858&r1=1233857&r2=1233858&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/base/config.xml (original)
+++ incubator/wookie/trunk/widgets/templates/base/config.xml Fri Jan 20 
10:57:38 2012
@@ -27,20 +27,21 @@
   <author>Apache Wookie (Incubating) Community</author>
   <access origin="*"/>  
   
-  <licence>Licensed to the University of Oxford 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.</licence>
+  <license>
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed 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.
+  </license>
 
 </widget>
 

Modified: incubator/wookie/trunk/widgets/templates/composite/config.xml
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/composite/config.xml?rev=1233858&r1=1233857&r2=1233858&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/composite/config.xml (original)
+++ incubator/wookie/trunk/widgets/templates/composite/config.xml Fri Jan 20 
10:57:38 2012
@@ -27,20 +27,21 @@
   <author>Apache Wookie (Incubating) Community</author>
   <access origin="*"/>  
   
-  <licence>Licensed to the University of Oxford 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.</licence>
+  <license>
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed 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.
+  </license>
 
 </widget>
 

Added: 
incubator/wookie/trunk/widgets/templates/widgets/adminWidgets/widgetBrowse/config.xml
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/widgets/adminWidgets/widgetBrowse/config.xml?rev=1233858&view=auto
==============================================================================
--- 
incubator/wookie/trunk/widgets/templates/widgets/adminWidgets/widgetBrowse/config.xml
 (added)
+++ 
incubator/wookie/trunk/widgets/templates/widgets/adminWidgets/widgetBrowse/config.xml
 Fri Jan 20 10:57:38 2012
@@ -0,0 +1,50 @@
+<!--
+  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://wookie.apache.org/widgets/${widget.shortname}";
+               version="0.1"
+        width="320"
+        height="480"
+        >
+  <name>${widget.name}</name>
+  <description>${widget.description}</description>
+  <content src="index.html"/>
+  <icon src="images/icon.png"/>
+  <author>Apache Wookie (Incubating) Community</author>
+  <access origin="*"/>  
+  
+  <license>
+  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.
+  </license>
+
+</widget>
+
+
+

Added: incubator/wookie/trunk/widgets/templates/widgets/jira/config.xml
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/widgets/jira/config.xml?rev=1233858&view=auto
==============================================================================
--- incubator/wookie/trunk/widgets/templates/widgets/jira/config.xml (added)
+++ incubator/wookie/trunk/widgets/templates/widgets/jira/config.xml Fri Jan 20 
10:57:38 2012
@@ -0,0 +1,50 @@
+<!--
+  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://wookie.apache.org/widgets/${widget.shortname}";
+               version="0.1"
+        width="320"
+        height="480"
+        >
+  <name>${widget.name}</name>
+  <description>${widget.description}</description>
+  <content src="index.html"/>
+  <icon src="images/icon.png"/>
+  <author>Apache Wookie (Incubating) Community</author>
+  <access origin="*"/>  
+  
+  <license>
+  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.
+  </license>
+
+</widget>
+
+
+

Added: incubator/wookie/trunk/widgets/templates/widgets/twitter/config.xml
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/widgets/twitter/config.xml?rev=1233858&view=auto
==============================================================================
--- incubator/wookie/trunk/widgets/templates/widgets/twitter/config.xml (added)
+++ incubator/wookie/trunk/widgets/templates/widgets/twitter/config.xml Fri Jan 
20 10:57:38 2012
@@ -0,0 +1,50 @@
+<!--
+  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://wookie.apache.org/widgets/${widget.shortname}";
+               version="0.1"
+        width="320"
+        height="480"
+        >
+  <name>${widget.name}</name>
+  <description>${widget.description}</description>
+  <content src="index.html"/>
+  <icon src="images/icon.png"/>
+  <author>Apache Wookie (Incubating) Community</author>
+  <access origin="*"/>  
+  
+  <license>
+  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.
+  </license>
+
+</widget>
+
+
+

Modified: incubator/wookie/trunk/widgets/widget-template/basic/config.xml
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/widget-template/basic/config.xml?rev=1233858&r1=1233857&r2=1233858&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/widget-template/basic/config.xml (original)
+++ incubator/wookie/trunk/widgets/widget-template/basic/config.xml Fri Jan 20 
10:57:38 2012
@@ -25,20 +25,21 @@
   <content src="index.html"/>
   <icon src="images/icon.png"/>
   <author>Apache Wookie (Incubating) Team</author>
-  <licence>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.</licence>
+  <license>
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed 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.
+   </license>
 
 </widget>
 

Modified: incubator/wookie/trunk/widgets/widget-template/jqueryMobile/config.xml
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/widget-template/jqueryMobile/config.xml?rev=1233858&r1=1233857&r2=1233858&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/widget-template/jqueryMobile/config.xml 
(original)
+++ incubator/wookie/trunk/widgets/widget-template/jqueryMobile/config.xml Fri 
Jan 20 10:57:38 2012
@@ -27,20 +27,20 @@
   <author>Apache Wookie (Incubating) Team</author>
   <feature name="http://jquerymobile.com"; required="true"/>
   
-  <licence>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.</licence>
+  <license>
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed 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.</license>
 
 </widget>
 

Modified: incubator/wookie/trunk/widgets/widget-template/s5/config.xml
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/widget-template/s5/config.xml?rev=1233858&r1=1233857&r2=1233858&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/widget-template/s5/config.xml (original)
+++ incubator/wookie/trunk/widgets/widget-template/s5/config.xml Fri Jan 20 
10:57:38 2012
@@ -25,20 +25,21 @@
   <content src="index.html"/>
   <icon src="images/icon.png"/>
   <author>Apache Wookie (Incubating) Team</author>
-  <licence>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.</licence>
+  <license>
+  Copyright [yyyy] [name of copyright owner]
+
+   Licensed 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.
+   </license>
 
 </widget>
 

Modified: incubator/wookie/trunk/widgets/widget-template/wave/config.xml
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/widget-template/wave/config.xml?rev=1233858&r1=1233857&r2=1233858&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/widget-template/wave/config.xml (original)
+++ incubator/wookie/trunk/widgets/widget-template/wave/config.xml Fri Jan 20 
10:57:38 2012
@@ -26,20 +26,21 @@
   <icon src="images/icon.png"/>
   <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
-  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.</licence>
+  <license>
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed 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.
+  </license>
 
 </widget>
 


Reply via email to