Repository: aries-rsa
Updated Branches:
  refs/heads/master f78b09c19 -> 1107ed541


Add license to bnd files. Consolidate rat calls


Project: http://git-wip-us.apache.org/repos/asf/aries-rsa/repo
Commit: http://git-wip-us.apache.org/repos/asf/aries-rsa/commit/1107ed54
Tree: http://git-wip-us.apache.org/repos/asf/aries-rsa/tree/1107ed54
Diff: http://git-wip-us.apache.org/repos/asf/aries-rsa/diff/1107ed54

Branch: refs/heads/master
Commit: 1107ed54149d247dd6350832943498902e3abe7b
Parents: f78b09c
Author: Christian Schneider <cschn...@adobe.com>
Authored: Mon Apr 30 14:18:05 2018 +0200
Committer: Christian Schneider <cschn...@adobe.com>
Committed: Mon Apr 30 14:18:05 2018 +0200

----------------------------------------------------------------------
 discovery/command/bnd.bnd               |  17 +++++
 discovery/config/bnd.bnd                |  17 +++++
 discovery/local/bnd.bnd                 |  17 +++++
 discovery/zookeeper/bnd.bnd             |  16 +++++
 eapub/bnd.bnd                           |  17 +++++
 examples/echofastbin/fbapi/bnd.bnd      |  17 +++++
 examples/echofastbin/fbconsumer/bnd.bnd |  17 +++++
 examples/echofastbin/fbservice/bnd.bnd  |  17 +++++
 examples/echotcp/api/bnd.bnd            |  17 +++++
 examples/echotcp/consumer/bnd.bnd       |  17 +++++
 examples/echotcp/service/bnd.bnd        |  17 +++++
 itests/tck/install/install-tests.sh     |  17 +++++
 itests/tck/tck.bndrun                   |  17 +++++
 parent/pom.xml                          |  22 ------
 pom.xml                                 | 101 +++++++++++++--------------
 provider/fastbin/bnd.bnd                |  17 +++++
 provider/tcp/bnd.bnd                    |  17 +++++
 rsa/bnd.bnd                             |  17 +++++
 spi/bnd.bnd                             |  17 +++++
 topology-manager/bnd.bnd                |  17 +++++
 20 files changed, 355 insertions(+), 73 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/1107ed54/discovery/command/bnd.bnd
----------------------------------------------------------------------
diff --git a/discovery/command/bnd.bnd b/discovery/command/bnd.bnd
index c2cbb39..47f76c0 100644
--- a/discovery/command/bnd.bnd
+++ b/discovery/command/bnd.bnd
@@ -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.
 Private-Package: \
        org.apache.karaf.shell.table,\
        org.apache.aries.rsa.discovery.command

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/1107ed54/discovery/config/bnd.bnd
----------------------------------------------------------------------
diff --git a/discovery/config/bnd.bnd b/discovery/config/bnd.bnd
index 4bb7526..aac01a2 100644
--- a/discovery/config/bnd.bnd
+++ b/discovery/config/bnd.bnd
@@ -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.
 Bundle-Activator: org.apache.aries.rsa.discovery.config.Activator
 Private-Package: org.apache.aries.rsa.discovery.config
 Provide-Capability: osgi.remoteserviceadmin.discovery;\

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/1107ed54/discovery/local/bnd.bnd
----------------------------------------------------------------------
diff --git a/discovery/local/bnd.bnd b/discovery/local/bnd.bnd
index b7737bc..203f6a1 100644
--- a/discovery/local/bnd.bnd
+++ b/discovery/local/bnd.bnd
@@ -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.
 Bundle-Activator: org.apache.aries.rsa.discovery.local.Activator
 Private-Package: org.apache.aries.rsa.discovery.local
 Export-Package: \

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/1107ed54/discovery/zookeeper/bnd.bnd
----------------------------------------------------------------------
diff --git a/discovery/zookeeper/bnd.bnd b/discovery/zookeeper/bnd.bnd
index 4cefb39..13b126e 100644
--- a/discovery/zookeeper/bnd.bnd
+++ b/discovery/zookeeper/bnd.bnd
@@ -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.
 Bundle-Activator: org.apache.aries.rsa.discovery.zookeeper.Activator
 Provide-Capability: osgi.remoteserviceadmin.discovery;\
        protocols:List<String>="zookeeper"; version:Version=1.1.0

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/1107ed54/eapub/bnd.bnd
----------------------------------------------------------------------
diff --git a/eapub/bnd.bnd b/eapub/bnd.bnd
index 94d281a..eaa4da2 100644
--- a/eapub/bnd.bnd
+++ b/eapub/bnd.bnd
@@ -1,2 +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.
 Bundle-Activator: org.apache.aries.rsa.eapub.Activator
 Private-Package: org.apache.aries.rsa.eapub

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/1107ed54/examples/echofastbin/fbapi/bnd.bnd
----------------------------------------------------------------------
diff --git a/examples/echofastbin/fbapi/bnd.bnd 
b/examples/echofastbin/fbapi/bnd.bnd
index 465d3bd..ebbcf46 100644
--- a/examples/echofastbin/fbapi/bnd.bnd
+++ b/examples/echofastbin/fbapi/bnd.bnd
@@ -1 +1,18 @@
+
+#    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.
 Export-Package: org.apache.aries.rsa.examples.fastbin.api
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/1107ed54/examples/echofastbin/fbconsumer/bnd.bnd
----------------------------------------------------------------------
diff --git a/examples/echofastbin/fbconsumer/bnd.bnd 
b/examples/echofastbin/fbconsumer/bnd.bnd
index f29f0a2..a2264e0 100644
--- a/examples/echofastbin/fbconsumer/bnd.bnd
+++ b/examples/echofastbin/fbconsumer/bnd.bnd
@@ -1 +1,18 @@
+
+#    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.
 -dsannotations: *
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/1107ed54/examples/echofastbin/fbservice/bnd.bnd
----------------------------------------------------------------------
diff --git a/examples/echofastbin/fbservice/bnd.bnd 
b/examples/echofastbin/fbservice/bnd.bnd
index 67edb3b..7a85a3a 100644
--- a/examples/echofastbin/fbservice/bnd.bnd
+++ b/examples/echofastbin/fbservice/bnd.bnd
@@ -1 +1,18 @@
+
+#    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.
 -dsannotations: *

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/1107ed54/examples/echotcp/api/bnd.bnd
----------------------------------------------------------------------
diff --git a/examples/echotcp/api/bnd.bnd b/examples/echotcp/api/bnd.bnd
index 73d19a4..c8b40a5 100644
--- a/examples/echotcp/api/bnd.bnd
+++ b/examples/echotcp/api/bnd.bnd
@@ -1 +1,18 @@
+
+#    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.
 Export-Package: org.apache.aries.rsa.examples.echotcp.api
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/1107ed54/examples/echotcp/consumer/bnd.bnd
----------------------------------------------------------------------
diff --git a/examples/echotcp/consumer/bnd.bnd 
b/examples/echotcp/consumer/bnd.bnd
index f29f0a2..a2264e0 100644
--- a/examples/echotcp/consumer/bnd.bnd
+++ b/examples/echotcp/consumer/bnd.bnd
@@ -1 +1,18 @@
+
+#    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.
 -dsannotations: *
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/1107ed54/examples/echotcp/service/bnd.bnd
----------------------------------------------------------------------
diff --git a/examples/echotcp/service/bnd.bnd b/examples/echotcp/service/bnd.bnd
index 67edb3b..7a85a3a 100644
--- a/examples/echotcp/service/bnd.bnd
+++ b/examples/echotcp/service/bnd.bnd
@@ -1 +1,18 @@
+
+#    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.
 -dsannotations: *

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/1107ed54/itests/tck/install/install-tests.sh
----------------------------------------------------------------------
diff --git a/itests/tck/install/install-tests.sh 
b/itests/tck/install/install-tests.sh
index 5937493..41370f8 100644
--- a/itests/tck/install/install-tests.sh
+++ b/itests/tck/install/install-tests.sh
@@ -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.
 mvn org.apache.maven.plugins:maven-install-plugin:install-file 
-Dfile=$1/org.osgi.test.cases.remoteserviceadmin-5.0.0.jar \
   -DgroupId=org.osgi.test.cases \
   -DartifactId=org.osgi.test.cases.remoteserviceadmin \

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/1107ed54/itests/tck/tck.bndrun
----------------------------------------------------------------------
diff --git a/itests/tck/tck.bndrun b/itests/tck/tck.bndrun
index f24bfc6..e605582 100644
--- a/itests/tck/tck.bndrun
+++ b/itests/tck/tck.bndrun
@@ -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.
 #-standalone: target/index.xml
 
 -runtrace = true

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/1107ed54/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index e66bf8b..0ab3223 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -283,28 +283,6 @@
                     </execution>
                 </executions>
             </plugin>
-            <plugin>
-                    <groupId>org.apache.rat</groupId>
-                    <artifactId>apache-rat-plugin</artifactId>
-                    <configuration>
-                        <excludes>
-                            <exclude>bnd.bnd</exclude>
-                            <exclude>**/*.bndrun</exclude>
-                            <exclude>**/*.sh</exclude>
-                            <exclude>**/README.md</exclude>
-                            <exclude>**/Readme.md</exclude>
-                            <exclude>.git</exclude>
-                        </excludes>
-                    </configuration>
-                    <executions>
-                        <execution>
-                            <phase>verify</phase>
-                            <goals>
-                                <goal>check</goal>
-                            </goals>
-                        </execution>
-                    </executions>
-                </plugin>
         </plugins>
     </build>
 

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/1107ed54/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1199b4d..551c3ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,57 +69,7 @@
             <id>rat</id>
             <build>
                 <plugins>
-                    <plugin>
-                        <groupId>org.apache.rat</groupId>
-                        <artifactId>apache-rat-plugin</artifactId>
-                        <version>0.6</version>
-                        <executions>
-                            <execution>
-                                <phase>verify</phase>
-                                <goals>
-                                    <goal>check</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                        <configuration>
-                            
<reportFile>${project.build.directory}/${project.build.finalName}.rat</reportFile>
-                            <excludeSubProjects>true</excludeSubProjects>
-                            <excludes>
-                                <exclude>**/target/**/*</exclude>
-                                <exclude>**/appended-resources/**/*</exclude>
-                                
<exclude>**/dependency-reduced-pom.xml</exclude>
-                                <exclude>**/velocity.log</exclude>
-                                <exclude>**/DEPENDENCIES</exclude>
-                                <!-- exclude IntelliJ IDEA generated files -->
-                                <exclude>**/*.iml</exclude>
-                                <exclude>**/*.ipr</exclude>
-                                <exclude>**/*.iws</exclude>
-                                <exclude>**/.idea/**/*</exclude>
-                                <!-- exclude Eclipse IDE generated files -->
-                                <exclude>**/.project</exclude>
-                                <exclude>**/.classpath</exclude>
-                                <exclude>**/.settings/**</exclude>
-                                <exclude>**/eclipse-classes/**/*</exclude>
-                                <!-- manifest files don't support comments 
-                                    so don't contain the ASL2.0 header -->
-                                <exclude>**/APPLICATION.MF</exclude>
-                                <exclude>**/MANIFEST.MF</exclude>
-                                <exclude>**/*.MF</exclude>
-                                <!--RAT doesn't seem to recognize MIT style 
-                                    licenses -->
-                                <exclude>manual/src/styles/print.css</exclude>
-                                <!-- RAT doesn't recognize BSD license in 
-                                    transaction-manager logger -->
-                                
<exclude>**/objectweb/howl/log/Logger.java</exclude>
-                                <exclude>.gitignore</exclude>
-                                <exclude>osgi.bnd</exclude>
-                                <exclude>README.md</exclude>
-                                <exclude>*.cfg</exclude>
-                                <exclude>derby.log</exclude>
-                                <exclude>**/*.sql</exclude>
-                            </excludes>
-                        </configuration>
-                    </plugin>
+                    
                 </plugins>
             </build>
         </profile>
@@ -140,6 +90,55 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <phase>verify</phase>
+                        <goals>
+                            <goal>check</goal>
+                        </goals>
+                    </execution>
+                </executions>
+                <configuration>
+                    <excludes>
+                        <exclude>**/target/**/*</exclude>
+                        <exclude>**/appended-resources/**/*</exclude>
+                        <exclude>**/dependency-reduced-pom.xml</exclude>
+                        <exclude>**/velocity.log</exclude>
+                        <exclude>**/DEPENDENCIES</exclude>
+                        <!-- exclude IntelliJ IDEA generated files -->
+                        <exclude>**/*.iml</exclude>
+                        <exclude>**/*.ipr</exclude>
+                        <exclude>**/*.iws</exclude>
+                        <exclude>**/.idea/**/*</exclude>
+                        <!-- exclude Eclipse IDE generated files -->
+                        <exclude>**/.project</exclude>
+                        <exclude>**/.classpath</exclude>
+                        <exclude>**/.settings/**</exclude>
+                        <exclude>**/eclipse-classes/**/*</exclude>
+                        <!-- manifest files don't support comments so don't 
contain 
+                            the ASL2.0 header -->
+                        <exclude>**/APPLICATION.MF</exclude>
+                        <exclude>**/MANIFEST.MF</exclude>
+                        <exclude>**/*.MF</exclude>
+                        <!--RAT doesn't seem to recognize MIT style licenses 
-->
+                        <exclude>manual/src/styles/print.css</exclude>
+                        <!-- RAT doesn't recognize BSD license in 
transaction-manager 
+                            logger -->
+                        <exclude>**/objectweb/howl/log/Logger.java</exclude>
+                        <exclude>.gitignore</exclude>
+                        <exclude>osgi.bnd</exclude>
+                        <exclude>README.md</exclude>
+                        <exclude>*.cfg</exclude>
+                        <exclude>derby.log</exclude>
+                        <exclude>**/*.sql</exclude>
+                        <exclude>**/README.md</exclude>
+                        <exclude>**/Readme.md</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
         </plugins>
         <pluginManagement>
             <plugins>

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/1107ed54/provider/fastbin/bnd.bnd
----------------------------------------------------------------------
diff --git a/provider/fastbin/bnd.bnd b/provider/fastbin/bnd.bnd
index 4d8a1f8..b64cc00 100644
--- a/provider/fastbin/bnd.bnd
+++ b/provider/fastbin/bnd.bnd
@@ -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.
 Bundle-Activator:  org.apache.aries.rsa.provider.fastbin.Activator
 Provide-Capability: osgi.remoteserviceadmin.distribution;\
        configs:List<String>="aries.fastbin"; version:Version=1.1.0

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/1107ed54/provider/tcp/bnd.bnd
----------------------------------------------------------------------
diff --git a/provider/tcp/bnd.bnd b/provider/tcp/bnd.bnd
index 62caa2c..fe97ef7 100644
--- a/provider/tcp/bnd.bnd
+++ b/provider/tcp/bnd.bnd
@@ -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.
 Bundle-Activator:  org.apache.aries.rsa.provider.tcp.Activator
 Provide-Capability: osgi.remoteserviceadmin.distribution;\
        configs:List<String>="aries.tcp"; version:Version=1.1.0

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/1107ed54/rsa/bnd.bnd
----------------------------------------------------------------------
diff --git a/rsa/bnd.bnd b/rsa/bnd.bnd
index d22dddd..b8279a8 100644
--- a/rsa/bnd.bnd
+++ b/rsa/bnd.bnd
@@ -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.
 Bundle-Activator: org.apache.aries.rsa.core.Activator
 Private-Package: \
        org.apache.aries.rsa.core,\

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/1107ed54/spi/bnd.bnd
----------------------------------------------------------------------
diff --git a/spi/bnd.bnd b/spi/bnd.bnd
index 7ec5bf1..5358e9e 100644
--- a/spi/bnd.bnd
+++ b/spi/bnd.bnd
@@ -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.
 Export-Package: \
        org.apache.aries.rsa.spi,\
        org.apache.aries.rsa.util
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/1107ed54/topology-manager/bnd.bnd
----------------------------------------------------------------------
diff --git a/topology-manager/bnd.bnd b/topology-manager/bnd.bnd
index 1e514b9..590f5f5 100644
--- a/topology-manager/bnd.bnd
+++ b/topology-manager/bnd.bnd
@@ -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.
 Bundle-Activator: org.apache.aries.rsa.topologymanager.Activator
 Require-Capability: \
        
osgi.remoteserviceadmin.discovery;filter:="(&(version>=1.0)(!(version>=2.0)))",\

Reply via email to