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-k.git

commit 8728513111b1629ff37860bcfd2daa55975c4bd9
Author: nferraro <ni.ferr...@gmail.com>
AuthorDate: Thu Jun 6 14:30:01 2019 +0200

    Fix #703: add license headers
---
 script/build_olm.sh      | 15 +++++++++++++++
 script/unsnapshot_olm.sh | 15 +++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/script/build_olm.sh b/script/build_olm.sh
index 44719e9..adc7889 100755
--- a/script/build_olm.sh
+++ b/script/build_olm.sh
@@ -1,5 +1,20 @@
 #!/bin/sh
 
+# 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.
+
 location=$(dirname $0)
 olm_catalog=${location}/../deploy/olm-catalog
 
diff --git a/script/unsnapshot_olm.sh b/script/unsnapshot_olm.sh
index 4af2774..943d603 100755
--- a/script/unsnapshot_olm.sh
+++ b/script/unsnapshot_olm.sh
@@ -1,5 +1,20 @@
 #!/bin/sh
 
+# 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.
+
 # Prefer unsnapshotting to regenerating, because changes done to snapshot file 
may get lost
 
 location=$(dirname $0)

Reply via email to