Author: scottbw
Date: Tue Sep 20 13:34:29 2011
New Revision: 1173138

URL: http://svn.apache.org/viewvc?rev=1173138&view=rev
Log:
Added missing license headers for scratchpad content

Modified:
    incubator/wookie/trunk/scratchpad/admin-ui/default.css
    incubator/wookie/trunk/scratchpad/admin-ui/desktop.css
    incubator/wookie/trunk/scratchpad/admin-ui/wookie.html
    incubator/wookie/trunk/scratchpad/widgets/osapitest/scripts/osapi.js

Modified: incubator/wookie/trunk/scratchpad/admin-ui/default.css
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/scratchpad/admin-ui/default.css?rev=1173138&r1=1173137&r2=1173138&view=diff
==============================================================================
--- incubator/wookie/trunk/scratchpad/admin-ui/default.css (original)
+++ incubator/wookie/trunk/scratchpad/admin-ui/default.css Tue Sep 20 13:34:29 
2011
@@ -1,4 +1,22 @@
-body{
+/*
+ * 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.
+ */
+ body{
     margin: 0px;
     background-color: #000;
     background-size: 100%, 100%;

Modified: incubator/wookie/trunk/scratchpad/admin-ui/desktop.css
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/scratchpad/admin-ui/desktop.css?rev=1173138&r1=1173137&r2=1173138&view=diff
==============================================================================
--- incubator/wookie/trunk/scratchpad/admin-ui/desktop.css (original)
+++ incubator/wookie/trunk/scratchpad/admin-ui/desktop.css Tue Sep 20 13:34:29 
2011
@@ -1,4 +1,22 @@
-body{
+/*
+ * 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.
+ */
+ body{
     margin: 0px;
     background-color: #602010;
     background-image: 
url(http://farm5.static.flickr.com/4079/4930127890_01bfafacff_b.jpg);

Modified: incubator/wookie/trunk/scratchpad/admin-ui/wookie.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/scratchpad/admin-ui/wookie.html?rev=1173138&r1=1173137&r2=1173138&view=diff
==============================================================================
--- incubator/wookie/trunk/scratchpad/admin-ui/wookie.html (original)
+++ incubator/wookie/trunk/scratchpad/admin-ui/wookie.html Tue Sep 20 13:34:29 
2011
@@ -1,4 +1,20 @@
 <!DOCTYPE HTML>
+<!--
+  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>

Modified: incubator/wookie/trunk/scratchpad/widgets/osapitest/scripts/osapi.js
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/scratchpad/widgets/osapitest/scripts/osapi.js?rev=1173138&r1=1173137&r2=1173138&view=diff
==============================================================================
--- incubator/wookie/trunk/scratchpad/widgets/osapitest/scripts/osapi.js 
(original)
+++ incubator/wookie/trunk/scratchpad/widgets/osapitest/scripts/osapi.js Tue 
Sep 20 13:34:29 2011
@@ -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.
+ */
+
 osapi.people.getViewer().execute(
                function(viewer){
                        alert(viewer.getDisplayName());


Reply via email to