From c2b22e59b5c56a720542b764818f4247aa23b85e Mon Sep 17 00:00:00 2001 From: Jason Self Date: Sat, 15 Apr 2023 21:31:16 -0700 Subject: [PATCH] Add the full license header to setup-toolchain.sh --- setup-toolchain.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/setup-toolchain.sh b/setup-toolchain.sh index b5e87a1..55151b5 100755 --- a/setup-toolchain.sh +++ b/setup-toolchain.sh @@ -2,6 +2,20 @@ set -euo pipefail set -x +# You can redistribute and/or modify this file under the terms of the +# GNU Affero General Public License as published by the Free Software +# Foundation, either version 3 of the License, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public +# License along with this program. If not, see +# . + # SPDX-FileCopyrightText: 2022 Jason Self # SPDX-License-Identifier: AGPL-3.0-or-later # -- 2.31.1