You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2019/10/08 06:28:31 UTC

[camel-quarkus] branch master updated: Added License header on the html file

This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/master by this push:
     new 59f2aa6  Added License header on the html file
59f2aa6 is described below

commit 59f2aa60f7323ce31910f22df3b8053c2cf6af9e
Author: Willem Jiang <wi...@gmail.com>
AuthorDate: Tue Oct 8 08:43:39 2019 +0800

    Added License header on the html file
---
 .../src/main/resources/META-INF/resources/fruits.html    | 16 ++++++++++++++++
 .../src/main/resources/META-INF/resources/legumes.html   | 16 ++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/examples/rest-json/src/main/resources/META-INF/resources/fruits.html b/examples/rest-json/src/main/resources/META-INF/resources/fruits.html
index 3e25016..1d930eb 100644
--- a/examples/rest-json/src/main/resources/META-INF/resources/fruits.html
+++ b/examples/rest-json/src/main/resources/META-INF/resources/fruits.html
@@ -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.
+  -->
 <!doctype html>
 <html>
 <head>
diff --git a/examples/rest-json/src/main/resources/META-INF/resources/legumes.html b/examples/rest-json/src/main/resources/META-INF/resources/legumes.html
index 42a685a..c752947 100644
--- a/examples/rest-json/src/main/resources/META-INF/resources/legumes.html
+++ b/examples/rest-json/src/main/resources/META-INF/resources/legumes.html
@@ -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.
+  -->
 <!doctype html>
 <html>
 <head>