diff --git a/generate_source_tarball.sh b/generate_source_tarball.sh index f0a3997..bfe998f 100755 --- a/generate_source_tarball.sh +++ b/generate_source_tarball.sh @@ -1,4 +1,20 @@ #!/bin/bash + +# Copyright (C) 2024 Red Hat, Inc. +# +# This program is free software: you can redistribute it and/or modify +# it 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 . + # Generates the source tarball for OpenJDK projects. # # There are multiple ways to specify the source code location and version: diff --git a/java-1.8.0-openjdk.spec b/java-1.8.0-openjdk.spec index f07eab8..78909d0 100644 --- a/java-1.8.0-openjdk.spec +++ b/java-1.8.0-openjdk.spec @@ -2951,6 +2951,7 @@ cjc.mainProgram(args) - generate_source_tarball.sh: Ignore -ga tags with OPENJDK_LATEST - generate_source_tarball.sh: Remove trailing period in echo - generate_source_tarball.sh: Use long-style argument to grep +- generate_source_tarball.sh: Add license - Related: RHEL-30937 * Thu Mar 21 2024 Andrew Hughes - 1:1.8.0.412.b01-0.2.ea