Author: scottbw
Date: Sun Feb 12 11:54:58 2012
New Revision: 1243242
URL: http://svn.apache.org/viewvc?rev=1243242&view=rev
Log:
Added license headers
Modified:
incubator/wookie/trunk/widgets/templates/testWidgets/baseTestWidget/content_primary.html
incubator/wookie/trunk/widgets/templates/testWidgets/twoColumnTestWidget/content_primary.html
incubator/wookie/trunk/widgets/templates/testWidgets/twoColumnTestWidget/content_secondary.html
Modified:
incubator/wookie/trunk/widgets/templates/testWidgets/baseTestWidget/content_primary.html
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/testWidgets/baseTestWidget/content_primary.html?rev=1243242&r1=1243241&r2=1243242&view=diff
==============================================================================
---
incubator/wookie/trunk/widgets/templates/testWidgets/baseTestWidget/content_primary.html
(original)
+++
incubator/wookie/trunk/widgets/templates/testWidgets/baseTestWidget/content_primary.html
Sun Feb 12 11:54:58 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.
+-->
<p>Primary content.</p>
Modified:
incubator/wookie/trunk/widgets/templates/testWidgets/twoColumnTestWidget/content_primary.html
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/testWidgets/twoColumnTestWidget/content_primary.html?rev=1243242&r1=1243241&r2=1243242&view=diff
==============================================================================
---
incubator/wookie/trunk/widgets/templates/testWidgets/twoColumnTestWidget/content_primary.html
(original)
+++
incubator/wookie/trunk/widgets/templates/testWidgets/twoColumnTestWidget/content_primary.html
Sun Feb 12 11:54:58 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.
+-->
<p>This is the primary content. By default it appears on the right.</p>
Modified:
incubator/wookie/trunk/widgets/templates/testWidgets/twoColumnTestWidget/content_secondary.html
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/testWidgets/twoColumnTestWidget/content_secondary.html?rev=1243242&r1=1243241&r2=1243242&view=diff
==============================================================================
---
incubator/wookie/trunk/widgets/templates/testWidgets/twoColumnTestWidget/content_secondary.html
(original)
+++
incubator/wookie/trunk/widgets/templates/testWidgets/twoColumnTestWidget/content_secondary.html
Sun Feb 12 11:54:58 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.
+-->
<p>This is the secondary content, by default it appears either to the left or
above the primary content, depending on the screen widdth.</p>