diff options
author | ormorph <[email protected]> | 2023-09-05 11:06:16 +0300 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-09-05 14:13:53 +0200 |
commit | 8cab87b3adb189e65b983eb41d0649806d27f829 (patch) | |
tree | a3df0e18c1939ed8b64a1c9391f3b874be618516 /Documentation | |
parent | e1526ec5deacd23d4c780f82459b85d73c5e3e9e (diff) | |
download | tde-packaging-gentoo-8cab87b3adb189e65b983eb41d0649806d27f829.tar.gz tde-packaging-gentoo-8cab87b3adb189e65b983eb41d0649806d27f829.zip |
Replacing the word Foundation with Authors
Change from Gentoo Foundation to Gentoo Authors is required.
Signed-off-by: ormorph <[email protected]>
(cherry picked from commit 5d90434b7ceda6526001d0e6117b1cb61e229c84)
Diffstat (limited to 'Documentation')
-rwxr-xr-x | Documentation/scripts/write-ebuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/scripts/write-ebuild.sh b/Documentation/scripts/write-ebuild.sh index c567bd6f..c7813489 100755 --- a/Documentation/scripts/write-ebuild.sh +++ b/Documentation/scripts/write-ebuild.sh @@ -30,7 +30,7 @@ echo "==> Creating ebuild for ${PN}-${PV}" mkdir -p "${CATEGORY}/$PN" cat <<EOF >${CATEGORY}/$PN/$PN-${PV}.ebuild -# Copyright 1999-$(date +%Y) Gentoo Foundation +# Copyright 1999-$(date +%Y) Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # \$Id\$ EAPI="$EAPI" |