Repository: camel
Updated Branches:
  refs/heads/master 4e179e647 -> 1b155f65a


Fixed license header


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/cc2eafd9
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/cc2eafd9
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/cc2eafd9

Branch: refs/heads/master
Commit: cc2eafd9145532315f3a9407559de338884aad88
Parents: 4e179e6
Author: Claus Ibsen <davscl...@apache.org>
Authored: Tue Sep 26 08:56:49 2017 +0200
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Tue Sep 26 08:56:49 2017 +0200

----------------------------------------------------------------------
 .../component/crypto/cms/exception/packageinfo   |  1 -
 .../src/test/java/META-INF/MANIFEST.MF           |  3 ---
 .../hello-camel-grpc-server-kubernetes/pom.xml   | 19 +++++++++++++++++++
 .../hello-camel-grpc-server/pom.xml              | 19 +++++++++++++++++++
 4 files changed, 38 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/cc2eafd9/components/camel-crypto-cms/src/main/java/org/apache/camel/component/crypto/cms/exception/packageinfo
----------------------------------------------------------------------
diff --git 
a/components/camel-crypto-cms/src/main/java/org/apache/camel/component/crypto/cms/exception/packageinfo
 
b/components/camel-crypto-cms/src/main/java/org/apache/camel/component/crypto/cms/exception/packageinfo
deleted file mode 100644
index e252556..0000000
--- 
a/components/camel-crypto-cms/src/main/java/org/apache/camel/component/crypto/cms/exception/packageinfo
+++ /dev/null
@@ -1 +0,0 @@
-version 1.0.0
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/camel/blob/cc2eafd9/components/camel-thrift/src/test/java/META-INF/MANIFEST.MF
----------------------------------------------------------------------
diff --git a/components/camel-thrift/src/test/java/META-INF/MANIFEST.MF 
b/components/camel-thrift/src/test/java/META-INF/MANIFEST.MF
deleted file mode 100644
index 254272e..0000000
--- a/components/camel-thrift/src/test/java/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,3 +0,0 @@
-Manifest-Version: 1.0
-Class-Path: 
-

http://git-wip-us.apache.org/repos/asf/camel/blob/cc2eafd9/examples/camel-example-grpc-kubernetes/hello-camel-grpc-server-kubernetes/pom.xml
----------------------------------------------------------------------
diff --git 
a/examples/camel-example-grpc-kubernetes/hello-camel-grpc-server-kubernetes/pom.xml
 
b/examples/camel-example-grpc-kubernetes/hello-camel-grpc-server-kubernetes/pom.xml
index 6208614..17060a2 100644
--- 
a/examples/camel-example-grpc-kubernetes/hello-camel-grpc-server-kubernetes/pom.xml
+++ 
b/examples/camel-example-grpc-kubernetes/hello-camel-grpc-server-kubernetes/pom.xml
@@ -1,3 +1,22 @@
+<?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 xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
        <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/camel/blob/cc2eafd9/examples/camel-example-spring-boot-grpc/hello-camel-grpc-server/pom.xml
----------------------------------------------------------------------
diff --git 
a/examples/camel-example-spring-boot-grpc/hello-camel-grpc-server/pom.xml 
b/examples/camel-example-spring-boot-grpc/hello-camel-grpc-server/pom.xml
index 6579f13..7d19fcd 100644
--- a/examples/camel-example-spring-boot-grpc/hello-camel-grpc-server/pom.xml
+++ b/examples/camel-example-spring-boot-grpc/hello-camel-grpc-server/pom.xml
@@ -1,3 +1,22 @@
+<?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 xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
        <modelVersion>4.0.0</modelVersion>

Reply via email to