Missing license headers

Project: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/commit/a1b410fc
Tree: 
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/tree/a1b410fc
Diff: 
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/diff/a1b410fc

Branch: refs/heads/master
Commit: a1b410fc4bf0d118ce7631cafd068bbff6eadfb5
Parents: 33fd70d
Author: Carlos Sierra <csie...@apache.org>
Authored: Mon Apr 30 16:51:33 2018 +0200
Committer: Carlos Sierra <csie...@apache.org>
Committed: Tue May 8 08:44:35 2018 +0200

----------------------------------------------------------------------
 README.md                                        | 19 ++++++++++++++++++-
 javax.jax.rs-api/bnd.bnd                         | 17 +++++++++++++++++
 jax-rs.itests-fragment/bnd.bnd                   | 17 +++++++++++++++++
 jax-rs.itests/bnd.bnd                            | 17 +++++++++++++++++
 jax-rs.whiteboard/bnd.bnd                        | 17 +++++++++++++++++
 .../jax/rs/whiteboard/internal/TargetFilter.java | 17 +++++++++++++++++
 .../src/test/java/test/types/Bound.java          | 17 +++++++++++++++++
 7 files changed, 120 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/a1b410fc/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 154fb6a..0c61a81 100644
--- a/README.md
+++ b/README.md
@@ -14,4 +14,21 @@ Execute the following command:
 
 ```
 java -jar jax-rs.example-run/example.jar
-```
\ No newline at end of file
+```
+
+## License
+
+  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. 
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/a1b410fc/javax.jax.rs-api/bnd.bnd
----------------------------------------------------------------------
diff --git a/javax.jax.rs-api/bnd.bnd b/javax.jax.rs-api/bnd.bnd
index 73646be..fcec762 100644
--- a/javax.jax.rs-api/bnd.bnd
+++ b/javax.jax.rs-api/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.
+
 # Keep -include instruction first because order matters
 -include: ${.}/target/sources/META-INF/MANIFEST.MF
 

http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/a1b410fc/jax-rs.itests-fragment/bnd.bnd
----------------------------------------------------------------------
diff --git a/jax-rs.itests-fragment/bnd.bnd b/jax-rs.itests-fragment/bnd.bnd
index ec9861d..fd1b175 100644
--- a/jax-rs.itests-fragment/bnd.bnd
+++ b/jax-rs.itests-fragment/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.
+
 Fragment-Host: org.apache.aries.jax.rs.whiteboard
 Export-Package:\
        org.apache.cxf;version="3.2.4",\

http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/a1b410fc/jax-rs.itests/bnd.bnd
----------------------------------------------------------------------
diff --git a/jax-rs.itests/bnd.bnd b/jax-rs.itests/bnd.bnd
index f5b7187..c05f02d 100644
--- a/jax-rs.itests/bnd.bnd
+++ b/jax-rs.itests/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-Description: Integration Test bundle for the JAX-RS extender
 
 Test-Cases: \

http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/a1b410fc/jax-rs.whiteboard/bnd.bnd
----------------------------------------------------------------------
diff --git a/jax-rs.whiteboard/bnd.bnd b/jax-rs.whiteboard/bnd.bnd
index 54e3ba6..80528f9 100644
--- a/jax-rs.whiteboard/bnd.bnd
+++ b/jax-rs.whiteboard/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.jax.rs.whiteboard.activator.CxfJaxrsBundleActivator
 Provide-Capability: \
     osgi.implementation; \

http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/a1b410fc/jax-rs.whiteboard/src/main/java/org/apache/aries/jax/rs/whiteboard/internal/TargetFilter.java
----------------------------------------------------------------------
diff --git 
a/jax-rs.whiteboard/src/main/java/org/apache/aries/jax/rs/whiteboard/internal/TargetFilter.java
 
b/jax-rs.whiteboard/src/main/java/org/apache/aries/jax/rs/whiteboard/internal/TargetFilter.java
index 1d72856..c647955 100644
--- 
a/jax-rs.whiteboard/src/main/java/org/apache/aries/jax/rs/whiteboard/internal/TargetFilter.java
+++ 
b/jax-rs.whiteboard/src/main/java/org/apache/aries/jax/rs/whiteboard/internal/TargetFilter.java
@@ -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.
+ */
+
 package org.apache.aries.jax.rs.whiteboard.internal;
 
 import static 
org.osgi.service.jaxrs.whiteboard.JaxrsWhiteboardConstants.JAX_RS_WHITEBOARD_TARGET;

http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/a1b410fc/jax-rs.whiteboard/src/test/java/test/types/Bound.java
----------------------------------------------------------------------
diff --git a/jax-rs.whiteboard/src/test/java/test/types/Bound.java 
b/jax-rs.whiteboard/src/test/java/test/types/Bound.java
index f4dfecc..8e580bc 100644
--- a/jax-rs.whiteboard/src/test/java/test/types/Bound.java
+++ b/jax-rs.whiteboard/src/test/java/test/types/Bound.java
@@ -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.
+ */
+
 package test.types;
 
 import javax.ws.rs.NameBinding;

Reply via email to