Author: bdelacretaz
Date: Wed Jun 18 04:25:38 2008
New Revision: 669136

URL: http://svn.apache.org/viewvc?rev=669136&view=rev
Log:
SLING-544 - add missing license headers

Modified:
    
incubator/sling/trunk/launchpad/content/src/main/resources/content/index.html
    incubator/sling/trunk/launchpad/content/src/main/resources/content/sling.css

Modified: 
incubator/sling/trunk/launchpad/content/src/main/resources/content/index.html
URL: 
http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/content/src/main/resources/content/index.html?rev=669136&r1=669135&r2=669136&view=diff
==============================================================================
--- 
incubator/sling/trunk/launchpad/content/src/main/resources/content/index.html 
(original)
+++ 
incubator/sling/trunk/launchpad/content/src/main/resources/content/index.html 
Wed Jun 18 04:25:38 2008
@@ -1,4 +1,23 @@
 <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.
+-->
+
   <!-- Do not remove this comment, used for Launchpad integration tests -->
   <head>
     <title>Welcome to the Sling Launchpad</title>

Modified: 
incubator/sling/trunk/launchpad/content/src/main/resources/content/sling.css
URL: 
http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/content/src/main/resources/content/sling.css?rev=669136&r1=669135&r2=669136&view=diff
==============================================================================
--- 
incubator/sling/trunk/launchpad/content/src/main/resources/content/sling.css 
(original)
+++ 
incubator/sling/trunk/launchpad/content/src/main/resources/content/sling.css 
Wed Jun 18 04:25:38 2008
@@ -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.
+ */
+
 /* @override http://incubator.apache.org/sling/site/media.data/site.css */
 
 body { background-color: #ffffff; color: #3b3b3b; font-family: Tahoma, Arial, 
sans-serif; font-size: 10pt; line-height: 140% }


Reply via email to