From f06da3a142719dbcc27d70e529c15e0ca7c23656 Mon Sep 17 00:00:00 2001 From: Foster Hangdaan Date: Thu, 19 Oct 2023 20:03:50 -0400 Subject: [PATCH] Place license boilerplate in Containerfile As suggested by the documentation: https://www.apache.org/licenses/LICENSE-2.0#apply --- Containerfile | 16 ++++++++++++++-- README.org | 12 +----------- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/Containerfile b/Containerfile index 8144593..6d182bb 100644 --- a/Containerfile +++ b/Containerfile @@ -1,5 +1,17 @@ -# Copyright 2023 Foster Hangdaan -# Licensed under Apache-2.0 +# Copyright 2023 Foster Hangdaan +# +# 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 FROM docker.io/library/debian:12 as downloader diff --git a/README.org b/README.org index 5eee3a3..4d585b8 100644 --- a/README.org +++ b/README.org @@ -79,17 +79,7 @@ Refer to [[https://git-send-email.io][this guide]] if you are not familiar with * License -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. +Licensed under the Apache License, Version 2.0. See =LICENSE.txt=. * Copyright