From f339f1c9f6b47b92f7b4c4358dc1c9829062d54e Mon Sep 17 00:00:00 2001 From: Willy Li Date: Fri, 8 Jan 2021 13:38:53 -0500 Subject: [PATCH] add back license notice --- ubuntu/standard/4.0/Dockerfile | 11 +++++++++++ ubuntu/standard/5.0/Dockerfile | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/ubuntu/standard/4.0/Dockerfile b/ubuntu/standard/4.0/Dockerfile index cb783b52..b6730963 100644 --- a/ubuntu/standard/4.0/Dockerfile +++ b/ubuntu/standard/4.0/Dockerfile @@ -1,3 +1,14 @@ +# Copyright 2020-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# +# Licensed under the Amazon Software License (the "License"). You may not use this file except in compliance with the License. +# A copy of the License is located at +# +# http://aws.amazon.com/asl/ +# +# or in the "license" file accompanying this file. +# This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied. +# See the License for the specific language governing permissions and limitations under the License. + FROM ubuntu:18.04 AS core ENV DEBIAN_FRONTEND="noninteractive" diff --git a/ubuntu/standard/5.0/Dockerfile b/ubuntu/standard/5.0/Dockerfile index 8d794815..54a5b0c8 100644 --- a/ubuntu/standard/5.0/Dockerfile +++ b/ubuntu/standard/5.0/Dockerfile @@ -1,3 +1,14 @@ +# Copyright 2020-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# +# Licensed under the Amazon Software License (the "License"). You may not use this file except in compliance with the License. +# A copy of the License is located at +# +# http://aws.amazon.com/asl/ +# +# or in the "license" file accompanying this file. +# This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied. +# See the License for the specific language governing permissions and limitations under the License. + FROM ubuntu:20.04 AS core ARG DEBIAN_FRONTEND="noninteractive"