You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2015/04/27 17:13:49 UTC

svn commit: r1676295 - in /sling/trunk/bundles/resourceaccesssecurity/it: ./ src/main/java/org/apache/sling/resourceaccesssecurity/it/impl/gates/ src/main/java/org/apache/sling/resourceaccesssecurity/it/impl/providers/unsecured/

Author: cziegeler
Date: Mon Apr 27 15:13:49 2015
New Revision: 1676295

URL: http://svn.apache.org/r1676295
Log:
Add missing licence headers and excludes for rat

Modified:
    sling/trunk/bundles/resourceaccesssecurity/it/pom.xml
    sling/trunk/bundles/resourceaccesssecurity/it/src/main/java/org/apache/sling/resourceaccesssecurity/it/impl/gates/ApplicationGate1Ranking100.java
    sling/trunk/bundles/resourceaccesssecurity/it/src/main/java/org/apache/sling/resourceaccesssecurity/it/impl/gates/ApplicationGate1Ranking1000.java
    sling/trunk/bundles/resourceaccesssecurity/it/src/main/java/org/apache/sling/resourceaccesssecurity/it/impl/gates/FinalAppGate1Ranking100.java
    sling/trunk/bundles/resourceaccesssecurity/it/src/main/java/org/apache/sling/resourceaccesssecurity/it/impl/gates/FinalAppGate1Ranking1000.java
    sling/trunk/bundles/resourceaccesssecurity/it/src/main/java/org/apache/sling/resourceaccesssecurity/it/impl/providers/unsecured/UnsecuredReadAndUpdateProvider.java
    sling/trunk/bundles/resourceaccesssecurity/it/src/main/java/org/apache/sling/resourceaccesssecurity/it/impl/providers/unsecured/UnsecuredReadProvider.java

Modified: sling/trunk/bundles/resourceaccesssecurity/it/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/resourceaccesssecurity/it/pom.xml?rev=1676295&r1=1676294&r2=1676295&view=diff
==============================================================================
--- sling/trunk/bundles/resourceaccesssecurity/it/pom.xml (original)
+++ sling/trunk/bundles/resourceaccesssecurity/it/pom.xml Mon Apr 27 15:13:49 2015
@@ -119,6 +119,16 @@
                     </instructions>
                 </configuration>
             </plugin>
+           <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <configuration>
+                    <excludes>
+                        <exclude>sling/**</exclude>
+                        <exclude>derby.log</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>

Modified: sling/trunk/bundles/resourceaccesssecurity/it/src/main/java/org/apache/sling/resourceaccesssecurity/it/impl/gates/ApplicationGate1Ranking100.java
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/resourceaccesssecurity/it/src/main/java/org/apache/sling/resourceaccesssecurity/it/impl/gates/ApplicationGate1Ranking100.java?rev=1676295&r1=1676294&r2=1676295&view=diff
==============================================================================
--- sling/trunk/bundles/resourceaccesssecurity/it/src/main/java/org/apache/sling/resourceaccesssecurity/it/impl/gates/ApplicationGate1Ranking100.java (original)
+++ sling/trunk/bundles/resourceaccesssecurity/it/src/main/java/org/apache/sling/resourceaccesssecurity/it/impl/gates/ApplicationGate1Ranking100.java Mon Apr 27 15:13:49 2015
@@ -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.
+ */
 package org.apache.sling.resourceaccesssecurity.it.impl.gates;
 
 import org.apache.felix.scr.annotations.Component;

Modified: sling/trunk/bundles/resourceaccesssecurity/it/src/main/java/org/apache/sling/resourceaccesssecurity/it/impl/gates/ApplicationGate1Ranking1000.java
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/resourceaccesssecurity/it/src/main/java/org/apache/sling/resourceaccesssecurity/it/impl/gates/ApplicationGate1Ranking1000.java?rev=1676295&r1=1676294&r2=1676295&view=diff
==============================================================================
--- sling/trunk/bundles/resourceaccesssecurity/it/src/main/java/org/apache/sling/resourceaccesssecurity/it/impl/gates/ApplicationGate1Ranking1000.java (original)
+++ sling/trunk/bundles/resourceaccesssecurity/it/src/main/java/org/apache/sling/resourceaccesssecurity/it/impl/gates/ApplicationGate1Ranking1000.java Mon Apr 27 15:13:49 2015
@@ -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.
+ */
 package org.apache.sling.resourceaccesssecurity.it.impl.gates;
 
 import org.apache.felix.scr.annotations.Component;

Modified: sling/trunk/bundles/resourceaccesssecurity/it/src/main/java/org/apache/sling/resourceaccesssecurity/it/impl/gates/FinalAppGate1Ranking100.java
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/resourceaccesssecurity/it/src/main/java/org/apache/sling/resourceaccesssecurity/it/impl/gates/FinalAppGate1Ranking100.java?rev=1676295&r1=1676294&r2=1676295&view=diff
==============================================================================
--- sling/trunk/bundles/resourceaccesssecurity/it/src/main/java/org/apache/sling/resourceaccesssecurity/it/impl/gates/FinalAppGate1Ranking100.java (original)
+++ sling/trunk/bundles/resourceaccesssecurity/it/src/main/java/org/apache/sling/resourceaccesssecurity/it/impl/gates/FinalAppGate1Ranking100.java Mon Apr 27 15:13:49 2015
@@ -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.
+ */
 package org.apache.sling.resourceaccesssecurity.it.impl.gates;
 
 import org.apache.felix.scr.annotations.Component;

Modified: sling/trunk/bundles/resourceaccesssecurity/it/src/main/java/org/apache/sling/resourceaccesssecurity/it/impl/gates/FinalAppGate1Ranking1000.java
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/resourceaccesssecurity/it/src/main/java/org/apache/sling/resourceaccesssecurity/it/impl/gates/FinalAppGate1Ranking1000.java?rev=1676295&r1=1676294&r2=1676295&view=diff
==============================================================================
--- sling/trunk/bundles/resourceaccesssecurity/it/src/main/java/org/apache/sling/resourceaccesssecurity/it/impl/gates/FinalAppGate1Ranking1000.java (original)
+++ sling/trunk/bundles/resourceaccesssecurity/it/src/main/java/org/apache/sling/resourceaccesssecurity/it/impl/gates/FinalAppGate1Ranking1000.java Mon Apr 27 15:13:49 2015
@@ -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.
+ */
 package org.apache.sling.resourceaccesssecurity.it.impl.gates;
 
 import org.apache.felix.scr.annotations.Component;

Modified: sling/trunk/bundles/resourceaccesssecurity/it/src/main/java/org/apache/sling/resourceaccesssecurity/it/impl/providers/unsecured/UnsecuredReadAndUpdateProvider.java
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/resourceaccesssecurity/it/src/main/java/org/apache/sling/resourceaccesssecurity/it/impl/providers/unsecured/UnsecuredReadAndUpdateProvider.java?rev=1676295&r1=1676294&r2=1676295&view=diff
==============================================================================
--- sling/trunk/bundles/resourceaccesssecurity/it/src/main/java/org/apache/sling/resourceaccesssecurity/it/impl/providers/unsecured/UnsecuredReadAndUpdateProvider.java (original)
+++ sling/trunk/bundles/resourceaccesssecurity/it/src/main/java/org/apache/sling/resourceaccesssecurity/it/impl/providers/unsecured/UnsecuredReadAndUpdateProvider.java Mon Apr 27 15:13:49 2015
@@ -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.
+ */
 package org.apache.sling.resourceaccesssecurity.it.impl.providers.unsecured;
 
 

Modified: sling/trunk/bundles/resourceaccesssecurity/it/src/main/java/org/apache/sling/resourceaccesssecurity/it/impl/providers/unsecured/UnsecuredReadProvider.java
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/resourceaccesssecurity/it/src/main/java/org/apache/sling/resourceaccesssecurity/it/impl/providers/unsecured/UnsecuredReadProvider.java?rev=1676295&r1=1676294&r2=1676295&view=diff
==============================================================================
--- sling/trunk/bundles/resourceaccesssecurity/it/src/main/java/org/apache/sling/resourceaccesssecurity/it/impl/providers/unsecured/UnsecuredReadProvider.java (original)
+++ sling/trunk/bundles/resourceaccesssecurity/it/src/main/java/org/apache/sling/resourceaccesssecurity/it/impl/providers/unsecured/UnsecuredReadProvider.java Mon Apr 27 15:13:49 2015
@@ -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.
+ */
 package org.apache.sling.resourceaccesssecurity.it.impl.providers.unsecured;