generate_source_tarball.sh: Add license
- Related: RHEL-27133
This commit is contained in:
parent
af0b32907b
commit
2bb3f49718
@ -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 <http://www.gnu.org/licenses/>.
|
||||
|
||||
# Generates the 'source tarball' for JDK projects.
|
||||
#
|
||||
# Example 1:
|
||||
|
@ -2498,6 +2498,7 @@ require "copy_jdk_configs.lua"
|
||||
- generate_source_tarball.sh: Remove trailing period in echo
|
||||
- generate_source_tarball.sh: Add indentation instructions for Emacs
|
||||
- Require tzdata 2023d (JDK-8322725)
|
||||
- generate_source_tarball.sh: Add license
|
||||
- Related: RHEL-27133
|
||||
|
||||
* Thu Jan 11 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.10.0.7-2
|
||||
|
Loading…
Reference in New Issue
Block a user