commit: 0b0449c5b3a58f69901222dfb2abd639875c2a10 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Thu Apr 28 07:59:50 2022 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Thu Apr 28 07:59:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0b0449c5
sys-boot/customrescuecd-x86-grub: fix headers Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> sys-boot/customrescuecd-x86-grub/customrescuecd-x86-grub-0.1.ebuild | 2 +- sys-boot/customrescuecd-x86-grub/files/customrescuecd.grub | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-boot/customrescuecd-x86-grub/customrescuecd-x86-grub-0.1.ebuild b/sys-boot/customrescuecd-x86-grub/customrescuecd-x86-grub-0.1.ebuild index 7c076161b..87c6a8e96 100644 --- a/sys-boot/customrescuecd-x86-grub/customrescuecd-x86-grub-0.1.ebuild +++ b/sys-boot/customrescuecd-x86-grub/customrescuecd-x86-grub-0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 diff --git a/sys-boot/customrescuecd-x86-grub/files/customrescuecd.grub b/sys-boot/customrescuecd-x86-grub/files/customrescuecd.grub index 7c5965d8c..31294388b 100644 --- a/sys-boot/customrescuecd-x86-grub/files/customrescuecd.grub +++ b/sys-boot/customrescuecd-x86-grub/files/customrescuecd.grub @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 . /usr/share/grub/grub-mkconfig_lib
