Skip to content

Commit f339f1c

Browse files
committed
add back license notice
1 parent b2ef71f commit f339f1c

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

ubuntu/standard/4.0/Dockerfile

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Copyright 2020-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
#
3+
# Licensed under the Amazon Software License (the "License"). You may not use this file except in compliance with the License.
4+
# A copy of the License is located at
5+
#
6+
# http://aws.amazon.com/asl/
7+
#
8+
# or in the "license" file accompanying this file.
9+
# This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied.
10+
# See the License for the specific language governing permissions and limitations under the License.
11+
112
FROM ubuntu:18.04 AS core
213

314
ENV DEBIAN_FRONTEND="noninteractive"

ubuntu/standard/5.0/Dockerfile

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Copyright 2020-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
#
3+
# Licensed under the Amazon Software License (the "License"). You may not use this file except in compliance with the License.
4+
# A copy of the License is located at
5+
#
6+
# http://aws.amazon.com/asl/
7+
#
8+
# or in the "license" file accompanying this file.
9+
# This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied.
10+
# See the License for the specific language governing permissions and limitations under the License.
11+
112
FROM ubuntu:20.04 AS core
213

314
ARG DEBIAN_FRONTEND="noninteractive"

0 commit comments

Comments
 (0)