Mailing List Archive

svn commit: r1573461 - in /forrest/trunk/site-author: resources/css/demo-js-css-1.css resources/scripts/demo-js-css-1.js resources/scripts/demo-js-css-2.js skins/pelt/css/demo-js-css-2.css skins/pelt/scripts/demo-js-css-3.js
Author: crossley
Date: Mon Mar 3 07:09:37 2014
New Revision: 1573461

URL: http://svn.apache.org/r1573461
Log:
Add the license header.

Modified:
forrest/trunk/site-author/resources/css/demo-js-css-1.css
forrest/trunk/site-author/resources/scripts/demo-js-css-1.js
forrest/trunk/site-author/resources/scripts/demo-js-css-2.js
forrest/trunk/site-author/skins/pelt/css/demo-js-css-2.css
forrest/trunk/site-author/skins/pelt/scripts/demo-js-css-3.js

Modified: forrest/trunk/site-author/resources/css/demo-js-css-1.css
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/resources/css/demo-js-css-1.css?rev=1573461&r1=1573460&r2=1573461&view=diff
==============================================================================
--- forrest/trunk/site-author/resources/css/demo-js-css-1.css (original)
+++ forrest/trunk/site-author/resources/css/demo-js-css-1.css Mon Mar 3 07:09:37 2014
@@ -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.
+*/
+
.demo-js-css {
padding: 0.3em;
background-color: lightgrey;

Modified: forrest/trunk/site-author/resources/scripts/demo-js-css-1.js
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/resources/scripts/demo-js-css-1.js?rev=1573461&r1=1573460&r2=1573461&view=diff
==============================================================================
--- forrest/trunk/site-author/resources/scripts/demo-js-css-1.js (original)
+++ forrest/trunk/site-author/resources/scripts/demo-js-css-1.js Mon Mar 3 07:09:37 2014
@@ -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.
+*/
+
window.onload = function() {
appendText1();
appendText2();

Modified: forrest/trunk/site-author/resources/scripts/demo-js-css-2.js
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/resources/scripts/demo-js-css-2.js?rev=1573461&r1=1573460&r2=1573461&view=diff
==============================================================================
--- forrest/trunk/site-author/resources/scripts/demo-js-css-2.js (original)
+++ forrest/trunk/site-author/resources/scripts/demo-js-css-2.js Mon Mar 3 07:09:37 2014
@@ -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.
+*/
+
function appendText2() {
var extraTextNode = document.createTextNode("; from second JS resources");
var theElement = document.getElementById("demo-js-css-1");

Modified: forrest/trunk/site-author/skins/pelt/css/demo-js-css-2.css
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/skins/pelt/css/demo-js-css-2.css?rev=1573461&r1=1573460&r2=1573461&view=diff
==============================================================================
--- forrest/trunk/site-author/skins/pelt/css/demo-js-css-2.css (original)
+++ forrest/trunk/site-author/skins/pelt/css/demo-js-css-2.css Mon Mar 3 07:09:37 2014
@@ -1 +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.
+*/
+
#demo-js-css-3:after { content: "; from second CSS resources"; }

Modified: forrest/trunk/site-author/skins/pelt/scripts/demo-js-css-3.js
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/skins/pelt/scripts/demo-js-css-3.js?rev=1573461&r1=1573460&r2=1573461&view=diff
==============================================================================
--- forrest/trunk/site-author/skins/pelt/scripts/demo-js-css-3.js (original)
+++ forrest/trunk/site-author/skins/pelt/scripts/demo-js-css-3.js Mon Mar 3 07:09:37 2014
@@ -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.
+*/
+
function appendText3() {
var extraTextNode = document.createTextNode("from third JS resources");
var theElement = document.getElementById("demo-js-css-3");