Author: scottbw
Date: Thu Feb  9 09:02:56 2012
New Revision: 1242245

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

Modified:
    incubator/wookie/trunk/widgets/templates/widgets/jira/content_footer.html
    incubator/wookie/trunk/widgets/templates/widgets/jira/content_header.html
    
incubator/wookie/trunk/widgets/templates/widgets/jira/item_summary_template.html
    incubator/wookie/trunk/widgets/templates/widgets/jira/item_template.html

Modified: 
incubator/wookie/trunk/widgets/templates/widgets/jira/content_footer.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/widgets/jira/content_footer.html?rev=1242245&r1=1242244&r2=1242245&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/widgets/jira/content_footer.html 
(original)
+++ incubator/wookie/trunk/widgets/templates/widgets/jira/content_footer.html 
Thu Feb  9 09:02:56 2012
@@ -1,2 +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 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/jira/content_header.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/widgets/jira/content_header.html?rev=1242245&r1=1242244&r2=1242245&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/widgets/jira/content_header.html 
(original)
+++ incubator/wookie/trunk/widgets/templates/widgets/jira/content_header.html 
Thu Feb  9 09:02:56 2012
@@ -1 +1,17 @@
+<!--
+  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.
+-->
 

Modified: 
incubator/wookie/trunk/widgets/templates/widgets/jira/item_summary_template.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/widgets/jira/item_summary_template.html?rev=1242245&r1=1242244&r2=1242245&view=diff
==============================================================================
--- 
incubator/wookie/trunk/widgets/templates/widgets/jira/item_summary_template.html
 (original)
+++ 
incubator/wookie/trunk/widgets/templates/widgets/jira/item_summary_template.html
 Thu Feb  9 09:02:56 2012
@@ -1,3 +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.
+-->
+
 <div class='result' data-role='collapsible' wid='${ID}'>
   <h3>${NAME} <span id='${ID}-released'></span> </h3>
   <p>${DESCRIPTION}</p>

Modified: 
incubator/wookie/trunk/widgets/templates/widgets/jira/item_template.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/widgets/jira/item_template.html?rev=1242245&r1=1242244&r2=1242245&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/widgets/jira/item_template.html 
(original)
+++ incubator/wookie/trunk/widgets/templates/widgets/jira/item_template.html 
Thu Feb  9 09:02:56 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.
+-->
 
     <p>Issues to resolve: ${ISSUESUNRESOLVEDCOUNT}</p>
     


Reply via email to