From: Jason Self Date: Sun, 16 Apr 2023 04:31:16 +0000 (-0700) Subject: Add the full license header to setup-toolchain.sh X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=c2b22e59b5c56a720542b764818f4247aa23b85e;p=kernel-tools.git Add the full license header to setup-toolchain.sh --- 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 #