Place license boilerplate in Containerfile

As suggested by the documentation: https://www.apache.org/licenses/LICENSE-2.0#apply
This commit is contained in:
Foster Hangdaan 2023-10-19 20:03:50 -04:00
parent 0abc15044f
commit f06da3a142
Signed by: foster
GPG key ID: E48D7F49A852F112
2 changed files with 15 additions and 13 deletions

View file

@ -1,5 +1,17 @@
# Copyright 2023 Foster Hangdaan <foster@hangdaan.email> # Copyright 2023 Foster Hangdaan
# Licensed under Apache-2.0 #
# Licensed 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.
# Download, verify and unpack stage # Download, verify and unpack stage
FROM docker.io/library/debian:12 as downloader FROM docker.io/library/debian:12 as downloader

View file

@ -79,17 +79,7 @@ Refer to [[https://git-send-email.io][this guide]] if you are not familiar with
* License * License
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0. See =LICENSE.txt=.
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.
* Copyright * Copyright