You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ho...@apache.org on 2018/04/25 14:06:40 UTC

[incubator-openwhisk-client-go] branch master updated: add license header to Makefile (#79)

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

houshengbo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-client-go.git


The following commit(s) were added to refs/heads/master by this push:
     new 0c2b697  add license header to Makefile (#79)
0c2b697 is described below

commit 0c2b697d1861012ec7efa90c13e07393ce2535a7
Author: Ying Chun Guo <gu...@cn.ibm.com>
AuthorDate: Wed Apr 25 22:06:37 2018 +0800

    add license header to Makefile (#79)
---
 Makefile | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/Makefile b/Makefile
index 2a3afee..397ba6b 100644
--- a/Makefile
+++ b/Makefile
@@ -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.
+#
+
 deps:
 	@echo "Installing dependencies"
 	go get -d -t ./...

-- 
To stop receiving notification emails like this one, please contact
houshengbo@apache.org.