Author: rfrovarp
Date: Fri May 13 02:22:20 2011
New Revision: 1102543

URL: http://svn.apache.org/viewvc?rev=1102543&view=rev
Log:
Adding license headers

Modified:
    incubator/droids/trunk/droids-solr/src/site/resources/css/site.css
    incubator/droids/trunk/droids-solr/src/site/site.xml

Modified: incubator/droids/trunk/droids-solr/src/site/resources/css/site.css
URL: 
http://svn.apache.org/viewvc/incubator/droids/trunk/droids-solr/src/site/resources/css/site.css?rev=1102543&r1=1102542&r2=1102543&view=diff
==============================================================================
--- incubator/droids/trunk/droids-solr/src/site/resources/css/site.css 
(original)
+++ incubator/droids/trunk/droids-solr/src/site/resources/css/site.css Fri May 
13 02:22:20 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.
+ */
 #banner {
   height: 121px;
   background-image: none;
@@ -10,4 +28,4 @@
 #bannerRight {
   margin-top: 40px;
   margin-right: 10px;
-}
\ No newline at end of file
+}

Modified: incubator/droids/trunk/droids-solr/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/incubator/droids/trunk/droids-solr/src/site/site.xml?rev=1102543&r1=1102542&r2=1102543&view=diff
==============================================================================
--- incubator/droids/trunk/droids-solr/src/site/site.xml (original)
+++ incubator/droids/trunk/droids-solr/src/site/site.xml Fri May 13 02:22:20 
2011
@@ -1,4 +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.
+-->
 <project name="Apache Droids">
     <skin>
         <groupId>org.apache.maven.skins</groupId>
@@ -41,4 +57,4 @@
             <item name="Dependencies" href="/dependencies.html" />
         </menu>
     </body>
-</project>
\ No newline at end of file
+</project>


Reply via email to