Author: scottbw
Date: Thu Feb  9 11:01:09 2012
New Revision: 1242274

URL: http://svn.apache.org/viewvc?rev=1242274&view=rev
Log:
Added license headers for templates

Modified:
    incubator/wookie/trunk/widgets/templates/browse/content_primary.html
    incubator/wookie/trunk/widgets/templates/browse/content_scripts.html
    incubator/wookie/trunk/widgets/templates/browse/content_secondary.html
    incubator/wookie/trunk/widgets/templates/browse/item_summary_template.html
    incubator/wookie/trunk/widgets/templates/browse/item_template.html
    incubator/wookie/trunk/widgets/templates/enyo/base/content_footer.html
    incubator/wookie/trunk/widgets/templates/enyo/base/content_header.html
    incubator/wookie/trunk/widgets/templates/enyo/base/content_primary.html
    incubator/wookie/trunk/widgets/templates/enyo/base/content_scripts.html
    incubator/wookie/trunk/widgets/templates/enyo/base/style/screen.css.add
    incubator/wookie/trunk/widgets/templates/itemDetail/item_template.html
    
incubator/wookie/trunk/widgets/templates/testWidgets/browseTestWidget/item_summary_template.html
    
incubator/wookie/trunk/widgets/templates/testWidgets/browseTestWidget/item_template.html
    incubator/wookie/trunk/widgets/templates/walkthrough/content_footer.html
    incubator/wookie/trunk/widgets/templates/walkthrough/content_header.html
    incubator/wookie/trunk/widgets/templates/walkthrough/content_primary.html
    incubator/wookie/trunk/widgets/templates/walkthrough/content_secondary.html
    
incubator/wookie/trunk/widgets/templates/widgets/adminWidgets/common/content_footer.html
    
incubator/wookie/trunk/widgets/templates/widgets/adminWidgets/common/content_header.html
    
incubator/wookie/trunk/widgets/templates/widgets/adminWidgets/widgetBrowse/item_template.html

Modified: incubator/wookie/trunk/widgets/templates/browse/content_primary.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/browse/content_primary.html?rev=1242274&r1=1242273&r2=1242274&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/browse/content_primary.html 
(original)
+++ incubator/wookie/trunk/widgets/templates/browse/content_primary.html Thu 
Feb  9 11:01:09 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> The content that creates this and the other items below comes from
     content_primary.html. However, the user should never see this
     since it should be replaced by the javascript code. If you are

Modified: incubator/wookie/trunk/widgets/templates/browse/content_scripts.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/browse/content_scripts.html?rev=1242274&r1=1242273&r2=1242274&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/browse/content_scripts.html 
(original)
+++ incubator/wookie/trunk/widgets/templates/browse/content_scripts.html Thu 
Feb  9 11:01:09 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>
 <script type="text/javascript" src="scripts/controller.js"></script>

Modified: incubator/wookie/trunk/widgets/templates/browse/content_secondary.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/browse/content_secondary.html?rev=1242274&r1=1242273&r2=1242274&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/browse/content_secondary.html 
(original)
+++ incubator/wookie/trunk/widgets/templates/browse/content_secondary.html Thu 
Feb  9 11:01:09 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/browse/item_summary_template.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/browse/item_summary_template.html?rev=1242274&r1=1242273&r2=1242274&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/browse/item_summary_template.html 
(original)
+++ incubator/wookie/trunk/widgets/templates/browse/item_summary_template.html 
Thu Feb  9 11:01:09 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.
+-->
 <div class='result' data-role='collapsible' wid='${ID}'><h3>${TITLE}</h3><div 
class='detail'></div></div>
\ No newline at end of file

Modified: incubator/wookie/trunk/widgets/templates/browse/item_template.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/browse/item_template.html?rev=1242274&r1=1242273&r2=1242274&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/browse/item_template.html 
(original)
+++ incubator/wookie/trunk/widgets/templates/browse/item_template.html Thu Feb  
9 11:01:09 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 class='result' data-role='collapsible' wid='${ID}'>
   <h3>${TITLE}</h3>
   <div class='detail'>

Modified: incubator/wookie/trunk/widgets/templates/enyo/base/content_footer.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/enyo/base/content_footer.html?rev=1242274&r1=1242273&r2=1242274&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/enyo/base/content_footer.html 
(original)
+++ incubator/wookie/trunk/widgets/templates/enyo/base/content_footer.html Thu 
Feb  9 11:01:09 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 class="content">See content_footer.html</div>
 <a class="button" href="#help" data-role="button" data-rel="dialog" 
data-transition="pop" data-icon="info" data-iconpos="notext">Help</a>

Modified: incubator/wookie/trunk/widgets/templates/enyo/base/content_header.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/enyo/base/content_header.html?rev=1242274&r1=1242273&r2=1242274&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/enyo/base/content_header.html 
(original)
+++ incubator/wookie/trunk/widgets/templates/enyo/base/content_header.html Thu 
Feb  9 11:01:09 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.
+-->
 <div class="header_title" id="view_title">see content_header.html</div>

Modified: 
incubator/wookie/trunk/widgets/templates/enyo/base/content_primary.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/enyo/base/content_primary.html?rev=1242274&r1=1242273&r2=1242274&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/enyo/base/content_primary.html 
(original)
+++ incubator/wookie/trunk/widgets/templates/enyo/base/content_primary.html Thu 
Feb  9 11:01:09 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.
+-->
 <h2>Primary Content</h2>
 
 <p>This is the primary content panel for ${widget.name}. It is based on the 
Enyo Base template.</p>

Modified: 
incubator/wookie/trunk/widgets/templates/enyo/base/content_scripts.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/enyo/base/content_scripts.html?rev=1242274&r1=1242273&r2=1242274&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/enyo/base/content_scripts.html 
(original)
+++ incubator/wookie/trunk/widgets/templates/enyo/base/content_scripts.html Thu 
Feb  9 11:01:09 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.
+-->
 <script type="text/javascript" src="lib/enyo-2.0b/enyo.js"></script>
 <script type="text/javascript" src="scripts/controller.js"></script>

Modified: 
incubator/wookie/trunk/widgets/templates/enyo/base/style/screen.css.add
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/enyo/base/style/screen.css.add?rev=1242274&r1=1242273&r2=1242274&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/enyo/base/style/screen.css.add 
(original)
+++ incubator/wookie/trunk/widgets/templates/enyo/base/style/screen.css.add Thu 
Feb  9 11:01:09 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.
+-->
 .content-primary {
   overflow: auto;
 }

Modified: incubator/wookie/trunk/widgets/templates/itemDetail/item_template.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/itemDetail/item_template.html?rev=1242274&r1=1242273&r2=1242274&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/itemDetail/item_template.html 
(original)
+++ incubator/wookie/trunk/widgets/templates/itemDetail/item_template.html Thu 
Feb  9 11:01:09 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 class='tweet'>
 <div class='overview'>
   <div class='quote'>${TEXT}</div>

Modified: 
incubator/wookie/trunk/widgets/templates/testWidgets/browseTestWidget/item_summary_template.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/testWidgets/browseTestWidget/item_summary_template.html?rev=1242274&r1=1242273&r2=1242274&view=diff
==============================================================================
--- 
incubator/wookie/trunk/widgets/templates/testWidgets/browseTestWidget/item_summary_template.html
 (original)
+++ 
incubator/wookie/trunk/widgets/templates/testWidgets/browseTestWidget/item_summary_template.html
 Thu Feb  9 11:01:09 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.
+-->
 <div class='result' wid='${ID}'><h3><img alt='Avatar for tweet author' 
src='${PROFILE_IMAGE_URL}'>${TEXT}</h3><div class='detail'></div></div>

Modified: 
incubator/wookie/trunk/widgets/templates/testWidgets/browseTestWidget/item_template.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/testWidgets/browseTestWidget/item_template.html?rev=1242274&r1=1242273&r2=1242274&view=diff
==============================================================================
--- 
incubator/wookie/trunk/widgets/templates/testWidgets/browseTestWidget/item_template.html
 (original)
+++ 
incubator/wookie/trunk/widgets/templates/testWidgets/browseTestWidget/item_template.html
 Thu Feb  9 11:01:09 2012
@@ -1,4 +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 class='clear'>
 <p>${NAME} (${SCREEN_NAME})</p>
 <p>${CREATED_AT}</p>

Modified: 
incubator/wookie/trunk/widgets/templates/walkthrough/content_footer.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/walkthrough/content_footer.html?rev=1242274&r1=1242273&r2=1242274&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/walkthrough/content_footer.html 
(original)
+++ incubator/wookie/trunk/widgets/templates/walkthrough/content_footer.html 
Thu Feb  9 11:01:09 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.
+-->
 <a href='actions.php' data-role="button" data-theme="c" id="save">Save 
actions</a>

Modified: 
incubator/wookie/trunk/widgets/templates/walkthrough/content_header.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/walkthrough/content_header.html?rev=1242274&r1=1242273&r2=1242274&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/walkthrough/content_header.html 
(original)
+++ incubator/wookie/trunk/widgets/templates/walkthrough/content_header.html 
Thu Feb  9 11:01:09 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.
+-->
 <a href = '#' data-role="button" data-rel="back" data-icon="back" 
data-theme="c" >Back</a>
 <h1 id='title'>${widget.name}</h1>

Modified: 
incubator/wookie/trunk/widgets/templates/walkthrough/content_primary.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/walkthrough/content_primary.html?rev=1242274&r1=1242273&r2=1242274&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/walkthrough/content_primary.html 
(original)
+++ incubator/wookie/trunk/widgets/templates/walkthrough/content_primary.html 
Thu Feb  9 11:01:09 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='question' class="ui-block-a" role="article"> 
   <h1 id="question_title">
     <!-- Question title inserted here -->

Modified: 
incubator/wookie/trunk/widgets/templates/walkthrough/content_secondary.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/walkthrough/content_secondary.html?rev=1242274&r1=1242273&r2=1242274&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/walkthrough/content_secondary.html 
(original)
+++ incubator/wookie/trunk/widgets/templates/walkthrough/content_secondary.html 
Thu Feb  9 11:01:09 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='actions'>
   <h1>Actions</h1>
   <ol data-role='zzzlistview' id='todo_list' data-theme='b'>

Modified: 
incubator/wookie/trunk/widgets/templates/widgets/adminWidgets/common/content_footer.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/widgets/adminWidgets/common/content_footer.html?rev=1242274&r1=1242273&r2=1242274&view=diff
==============================================================================
--- 
incubator/wookie/trunk/widgets/templates/widgets/adminWidgets/common/content_footer.html
 (original)
+++ 
incubator/wookie/trunk/widgets/templates/widgets/adminWidgets/common/content_footer.html
 Thu Feb  9 11:01:09 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.
+-->
 <h3>Wookie Admin</h3>

Modified: 
incubator/wookie/trunk/widgets/templates/widgets/adminWidgets/common/content_header.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/widgets/adminWidgets/common/content_header.html?rev=1242274&r1=1242273&r2=1242274&view=diff
==============================================================================
--- 
incubator/wookie/trunk/widgets/templates/widgets/adminWidgets/common/content_header.html
 (original)
+++ 
incubator/wookie/trunk/widgets/templates/widgets/adminWidgets/common/content_header.html
 Thu Feb  9 11:01:09 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.
+-->
 <h3>${widget.name}</h3>

Modified: 
incubator/wookie/trunk/widgets/templates/widgets/adminWidgets/widgetBrowse/item_template.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/widgets/adminWidgets/widgetBrowse/item_template.html?rev=1242274&r1=1242273&r2=1242274&view=diff
==============================================================================
--- 
incubator/wookie/trunk/widgets/templates/widgets/adminWidgets/widgetBrowse/item_template.html
 (original)
+++ 
incubator/wookie/trunk/widgets/templates/widgets/adminWidgets/widgetBrowse/item_template.html
 Thu Feb  9 11:01:09 2012
@@ -1,4 +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.
+-->
     <img width=32 height=32 alt='icon' src='${ICON}' 
onerror='this.onerror=null;$(this).hide()'/>
     <p>${DESCRIPTION}</p>
     <p>Author: ${AUTHOR}</p>


Reply via email to