commit: a48d40ab76cc74496cdb3ea2742a9ed84888d67d Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sat Sep 11 16:55:33 2021 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sat Sep 11 16:55:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a48d40ab
header.txt: drop copyright start year It makes little sense to create new ebuilds with a copyright notice claiming a start year of 1999. Just use the current year. Closes: https://github.com/gentoo/gentoo-syntax/issues/23 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> header.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/header.txt b/header.txt index 70b202547e6..2de0cf7d659 100644 --- a/header.txt +++ b/header.txt @@ -1,3 +1,2 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -
