You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by tb...@apache.org on 2018/11/04 07:40:33 UTC

[2/3] brooklyn-dist git commit: add asf disclaimer to Dockerfile

add asf disclaimer to Dockerfile


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

Branch: refs/heads/master
Commit: f54d0659eb765c1d481b0ba13a6fd30841e36264
Parents: 5cb2ed2
Author: andreaturli <an...@gmail.com>
Authored: Tue Mar 20 17:34:59 2018 +0100
Committer: andreaturli <an...@gmail.com>
Committed: Tue Mar 20 17:34:59 2018 +0100

----------------------------------------------------------------------
 dist/Dockerfile | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/f54d0659/dist/Dockerfile
----------------------------------------------------------------------
diff --git a/dist/Dockerfile b/dist/Dockerfile
index fbe3b8a..0d04de7 100644
--- a/dist/Dockerfile
+++ b/dist/Dockerfile
@@ -1,3 +1,22 @@
+#
+# 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 openjdk:8-jre-alpine
 LABEL maintainer="Brooklyn Team :: https://brooklyn.apache.org/"
 EXPOSE 8081 8443