You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whirr.apache.org by to...@apache.org on 2010/07/06 20:27:50 UTC

svn commit: r960973 - in /incubator/whirr/trunk: ./ core/src/main/java/org/apache/whirr/service/ core/src/test/java/org/apache/whirr/service/ site/src/site/ site/src/site/resources/css/

Author: tomwhite
Date: Tue Jul  6 18:27:49 2010
New Revision: 960973

URL: http://svn.apache.org/viewvc?rev=960973&view=rev
Log:
WHIRR-48. Fix RAT warnings due to site files.

Modified:
    incubator/whirr/trunk/CHANGES.txt
    incubator/whirr/trunk/core/src/main/java/org/apache/whirr/service/ServiceFactory.java
    incubator/whirr/trunk/core/src/test/java/org/apache/whirr/service/ServiceFactoryTest.java
    incubator/whirr/trunk/pom.xml
    incubator/whirr/trunk/site/src/site/resources/css/site.css
    incubator/whirr/trunk/site/src/site/site.xml

Modified: incubator/whirr/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/whirr/trunk/CHANGES.txt?rev=960973&r1=960972&r2=960973&view=diff
==============================================================================
--- incubator/whirr/trunk/CHANGES.txt (original)
+++ incubator/whirr/trunk/CHANGES.txt Tue Jul  6 18:27:49 2010
@@ -38,3 +38,5 @@ Trunk (unreleased changes)
   BUG FIXES
 
     WHIRR-50. Cassandra POM should depend on top-level. (tomwhite)
+
+    WHIRR-48. Fix RAT warnings due to site files. (tomwhite)

Modified: incubator/whirr/trunk/core/src/main/java/org/apache/whirr/service/ServiceFactory.java
URL: http://svn.apache.org/viewvc/incubator/whirr/trunk/core/src/main/java/org/apache/whirr/service/ServiceFactory.java?rev=960973&r1=960972&r2=960973&view=diff
==============================================================================
--- incubator/whirr/trunk/core/src/main/java/org/apache/whirr/service/ServiceFactory.java (original)
+++ incubator/whirr/trunk/core/src/main/java/org/apache/whirr/service/ServiceFactory.java Tue Jul  6 18:27:49 2010
@@ -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.
+ */
+
 package org.apache.whirr.service;
 
 import java.io.IOException;

Modified: incubator/whirr/trunk/core/src/test/java/org/apache/whirr/service/ServiceFactoryTest.java
URL: http://svn.apache.org/viewvc/incubator/whirr/trunk/core/src/test/java/org/apache/whirr/service/ServiceFactoryTest.java?rev=960973&r1=960972&r2=960973&view=diff
==============================================================================
--- incubator/whirr/trunk/core/src/test/java/org/apache/whirr/service/ServiceFactoryTest.java (original)
+++ incubator/whirr/trunk/core/src/test/java/org/apache/whirr/service/ServiceFactoryTest.java Tue Jul  6 18:27:49 2010
@@ -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.
+ */
+
 package org.apache.whirr.service;
 
 import static org.hamcrest.Matchers.*;

Modified: incubator/whirr/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/trunk/pom.xml?rev=960973&r1=960972&r2=960973&view=diff
==============================================================================
--- incubator/whirr/trunk/pom.xml (original)
+++ incubator/whirr/trunk/pom.xml Tue Jul  6 18:27:49 2010
@@ -54,6 +54,11 @@
             <exclude>.git/**</exclude>
             <exclude>.gitignore</exclude>
             <exclude>**/*.json</exclude>
+            <exclude>**/*.confluence</exclude>
+            <exclude>**/.project</exclude>
+            <exclude>**/META-INF/services/*</exclude>
+            <exclude>**/whirr.properties</exclude>
+            <exclude>**/target/**</exclude>
           </excludes>
         </configuration>
       </plugin>

Modified: incubator/whirr/trunk/site/src/site/resources/css/site.css
URL: http://svn.apache.org/viewvc/incubator/whirr/trunk/site/src/site/resources/css/site.css?rev=960973&r1=960972&r2=960973&view=diff
==============================================================================
--- incubator/whirr/trunk/site/src/site/resources/css/site.css (original)
+++ incubator/whirr/trunk/site/src/site/resources/css/site.css Tue Jul  6 18:27:49 2010
@@ -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.
+*/
 #banner {
   height: 93px;
   background: none;

Modified: incubator/whirr/trunk/site/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/trunk/site/src/site/site.xml?rev=960973&r1=960972&r2=960973&view=diff
==============================================================================
--- incubator/whirr/trunk/site/src/site/site.xml (original)
+++ incubator/whirr/trunk/site/src/site/site.xml Tue Jul  6 18:27:49 2010
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  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="Whirr">
   <bannerLeft>
     <name>Whirr</name>