Author: rgardler
Date: Fri Dec 23 21:39:39 2011
New Revision: 1222858

URL: http://svn.apache.org/viewvc?rev=1222858&view=rev
Log:
some missing license headers

Modified:
    incubator/wookie/trunk/widgets/templates/itemDetail/content_footer.html
    incubator/wookie/trunk/widgets/templates/itemDetail/content_header.html
    incubator/wookie/trunk/widgets/templates/itemDetail/content_primary.html
    incubator/wookie/trunk/widgets/templates/itemDetail/detail2html.xsl

Modified: 
incubator/wookie/trunk/widgets/templates/itemDetail/content_footer.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/itemDetail/content_footer.html?rev=1222858&r1=1222857&r2=1222858&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/itemDetail/content_footer.html 
(original)
+++ incubator/wookie/trunk/widgets/templates/itemDetail/content_footer.html Fri 
Dec 23 21:39:39 2011
@@ -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="content">&copy; University of Oxford</div>
 <a class="button" href="#help" data-role="button" data-rel="dialog"
    data-transition="pop" data-icon="info" data-iconpos="left">Help</a>

Modified: 
incubator/wookie/trunk/widgets/templates/itemDetail/content_header.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/itemDetail/content_header.html?rev=1222858&r1=1222857&r2=1222858&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/itemDetail/content_header.html 
(original)
+++ incubator/wookie/trunk/widgets/templates/itemDetail/content_header.html Fri 
Dec 23 21:39:39 2011
@@ -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.
+-->
+<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>
 <img class="logo" src="images/myExperiment_logo_32h.png"
      alt="MyExperiment" title="MyExperiment Logo" />
 <div class="header_title" id="view_title">${widget.name}</div>

Modified: 
incubator/wookie/trunk/widgets/templates/itemDetail/content_primary.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/itemDetail/content_primary.html?rev=1222858&r1=1222857&r2=1222858&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/itemDetail/content_primary.html 
(original)
+++ incubator/wookie/trunk/widgets/templates/itemDetail/content_primary.html 
Fri Dec 23 21:39:39 2011
@@ -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="detail">
   <p>NOTE: this section will be replaced by dynamic content when
     the widget is run.</p>

Modified: incubator/wookie/trunk/widgets/templates/itemDetail/detail2html.xsl
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/itemDetail/detail2html.xsl?rev=1222858&r1=1222857&r2=1222858&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/itemDetail/detail2html.xsl 
(original)
+++ incubator/wookie/trunk/widgets/templates/itemDetail/detail2html.xsl Fri Dec 
23 21:39:39 2011
@@ -1,13 +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. -->
+<!--
+  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.
+-->
 <xsl:stylesheet version="1.0"
     xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
 


Reply via email to