You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by ps...@apache.org on 2011/04/01 17:38:19 UTC

svn commit: r1087769 - in /incubator/wookie/trunk/scratchpad/widgets/blitz: config.xml include.js index.html style.css

Author: psharples
Date: Fri Apr  1 15:38:19 2011
New Revision: 1087769

URL: http://svn.apache.org/viewvc?rev=1087769&view=rev
Log:
Added missing licence headers

Modified:
    incubator/wookie/trunk/scratchpad/widgets/blitz/config.xml
    incubator/wookie/trunk/scratchpad/widgets/blitz/include.js
    incubator/wookie/trunk/scratchpad/widgets/blitz/index.html
    incubator/wookie/trunk/scratchpad/widgets/blitz/style.css

Modified: incubator/wookie/trunk/scratchpad/widgets/blitz/config.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/scratchpad/widgets/blitz/config.xml?rev=1087769&r1=1087768&r2=1087769&view=diff
==============================================================================
--- incubator/wookie/trunk/scratchpad/widgets/blitz/config.xml (original)
+++ incubator/wookie/trunk/scratchpad/widgets/blitz/config.xml Fri Apr  1 15:38:19 2011
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  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.
+-->
 <widget xmlns="http://www.w3.org/ns/widgets"
  		id="http://wookie.apache.org/widgets/blitz"
  		version="0.1"

Modified: incubator/wookie/trunk/scratchpad/widgets/blitz/include.js
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/scratchpad/widgets/blitz/include.js?rev=1087769&r1=1087768&r2=1087769&view=diff
==============================================================================
--- incubator/wookie/trunk/scratchpad/widgets/blitz/include.js (original)
+++ incubator/wookie/trunk/scratchpad/widgets/blitz/include.js Fri Apr  1 15:38:19 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.
+ */
 var DEFAULT_VALUE = "wookie-test-value-";
 var TEST_SEPARATOR_START = "<chat>";
 var TEST_SEPARATOR_END = "</chat><br/>";

Modified: incubator/wookie/trunk/scratchpad/widgets/blitz/index.html
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/scratchpad/widgets/blitz/index.html?rev=1087769&r1=1087768&r2=1087769&view=diff
==============================================================================
--- incubator/wookie/trunk/scratchpad/widgets/blitz/index.html (original)
+++ incubator/wookie/trunk/scratchpad/widgets/blitz/index.html Fri Apr  1 15:38:19 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.
+-->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />

Modified: incubator/wookie/trunk/scratchpad/widgets/blitz/style.css
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/scratchpad/widgets/blitz/style.css?rev=1087769&r1=1087768&r2=1087769&view=diff
==============================================================================
--- incubator/wookie/trunk/scratchpad/widgets/blitz/style.css (original)
+++ incubator/wookie/trunk/scratchpad/widgets/blitz/style.css Fri Apr  1 15:38:19 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.
+ */
 html {
 	height:100%; 
 	max-height:100%;