Author: scottbw
Date: Thu Feb  9 08:59:27 2012
New Revision: 1242243

URL: http://svn.apache.org/viewvc?rev=1242243&view=rev
Log:
Added license headers to Twidget template files

Modified:
    incubator/wookie/trunk/widgets/templates/widgets/twitter/content_footer.html
    incubator/wookie/trunk/widgets/templates/widgets/twitter/content_header.html
    
incubator/wookie/trunk/widgets/templates/widgets/twitter/content_scripts.html
    
incubator/wookie/trunk/widgets/templates/widgets/twitter/content_secondary.html
    
incubator/wookie/trunk/widgets/templates/widgets/twitter/item_summary_template.html

Modified: 
incubator/wookie/trunk/widgets/templates/widgets/twitter/content_footer.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/widgets/twitter/content_footer.html?rev=1242243&r1=1242242&r2=1242243&view=diff
==============================================================================
--- 
incubator/wookie/trunk/widgets/templates/widgets/twitter/content_footer.html 
(original)
+++ 
incubator/wookie/trunk/widgets/templates/widgets/twitter/content_footer.html 
Thu Feb  9 08:59:27 2012
@@ -1,2 +1,18 @@
+<!--
+  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.
+-->
 <div style="float:left;"><img src="images/icon.png" height="24" 
style="vertical-align:text-bottom;"><strong>${widget.name}</strong></div>
 <a class="button" href="#help" data-role="button" data-rel="dialog" 
data-transition="pop" data-icon="info" data-iconpos="notext">Help</a>
\ No newline at end of file

Modified: 
incubator/wookie/trunk/widgets/templates/widgets/twitter/content_header.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/widgets/twitter/content_header.html?rev=1242243&r1=1242242&r2=1242243&view=diff
==============================================================================
--- 
incubator/wookie/trunk/widgets/templates/widgets/twitter/content_header.html 
(original)
+++ 
incubator/wookie/trunk/widgets/templates/widgets/twitter/content_header.html 
Thu Feb  9 08:59:27 2012
@@ -1 +1,16 @@
+<!--
+  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.
+-->
\ No newline at end of file

Modified: 
incubator/wookie/trunk/widgets/templates/widgets/twitter/content_scripts.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/widgets/twitter/content_scripts.html?rev=1242243&r1=1242242&r2=1242243&view=diff
==============================================================================
--- 
incubator/wookie/trunk/widgets/templates/widgets/twitter/content_scripts.html 
(original)
+++ 
incubator/wookie/trunk/widgets/templates/widgets/twitter/content_scripts.html 
Thu Feb  9 08:59:27 2012
@@ -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.
+-->
 <script type="text/javascript" 
src="http://code.jquery.com/jquery-1.6.4.min.js";></script>
 <script type="text/javascript" 
src="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.js";></script>
 <!-- Added the timeago JQuery plugin -->

Modified: 
incubator/wookie/trunk/widgets/templates/widgets/twitter/content_secondary.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/widgets/twitter/content_secondary.html?rev=1242243&r1=1242242&r2=1242243&view=diff
==============================================================================
--- 
incubator/wookie/trunk/widgets/templates/widgets/twitter/content_secondary.html 
(original)
+++ 
incubator/wookie/trunk/widgets/templates/widgets/twitter/content_secondary.html 
Thu Feb  9 08:59:27 2012
@@ -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.
+-->
 <div id="searchPanel" data-role="collapsible" data-theme="c"
      data-content-theme="c">
   <h2>Search</h2>

Modified: 
incubator/wookie/trunk/widgets/templates/widgets/twitter/item_summary_template.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/widgets/twitter/item_summary_template.html?rev=1242243&r1=1242242&r2=1242243&view=diff
==============================================================================
--- 
incubator/wookie/trunk/widgets/templates/widgets/twitter/item_summary_template.html
 (original)
+++ 
incubator/wookie/trunk/widgets/templates/widgets/twitter/item_summary_template.html
 Thu Feb  9 08:59:27 2012
@@ -1,4 +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 template used for item summaries, representing a single record but before
 the item detail has been retrieved. We override this to provide all the info 
in the summary


Reply via email to