Repository: calcite-avatica-go
Updated Branches:
  refs/heads/master 55a42a2e5 -> ee3c98261


Add ASF license header to dockerfile and docker-compose.yml


Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/commit/ee3c9826
Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/tree/ee3c9826
Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/diff/ee3c9826

Branch: refs/heads/master
Commit: ee3c98261bbd97ae6309eccb582a6bc991c530ca
Parents: 55a42a2
Author: Francis Chuang <[email protected]>
Authored: Thu Apr 19 12:13:09 2018 +1000
Committer: Francis Chuang <[email protected]>
Committed: Thu Apr 19 12:13:09 2018 +1000

----------------------------------------------------------------------
 Dockerfile         | 15 +++++++++++++++
 docker-compose.yml | 15 +++++++++++++++
 2 files changed, 30 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/blob/ee3c9826/Dockerfile
----------------------------------------------------------------------
diff --git a/Dockerfile b/Dockerfile
index bc9dbd2..59248e4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,3 +1,18 @@
+# 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.
+
 FROM golang:1.10-alpine
 
 WORKDIR /go/src/github.com/apache/calcite-avatica-go

http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/blob/ee3c9826/docker-compose.yml
----------------------------------------------------------------------
diff --git a/docker-compose.yml b/docker-compose.yml
index 0a4f447..37f58e1 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,3 +1,18 @@
+# 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.
+
 version: '3'
 services:
   calcite-avatica-go:

Reply via email to