commit: d81fe277689528058bd15da1f21b4220b04e0a8d Author: Erwin Kaats <mailgentoo <AT> kaats <DOT> ch> AuthorDate: Sun Jun 30 09:15:38 2024 +0000 Commit: Erwin Kaats <mailgentoo <AT> kaats <DOT> ch> CommitDate: Sun Jun 30 09:19:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d81fe277
app-text/jrnl: added copyright and license notice Closes: https://bugs.gentoo.org/934972 Signed-off-by: Erwin Kaats <mailgentoo <AT> kaats.ch> app-text/jrnl/jrnl-4.1.ebuild | 3 +++ app-text/jrnl/jrnl-9999.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/app-text/jrnl/jrnl-4.1.ebuild b/app-text/jrnl/jrnl-4.1.ebuild index ffdb06f35..6dbd07e32 100644 --- a/app-text/jrnl/jrnl-4.1.ebuild +++ b/app-text/jrnl/jrnl-4.1.ebuild @@ -1,3 +1,6 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) diff --git a/app-text/jrnl/jrnl-9999.ebuild b/app-text/jrnl/jrnl-9999.ebuild index ee7adc6e0..4cd16a81e 100644 --- a/app-text/jrnl/jrnl-9999.ebuild +++ b/app-text/jrnl/jrnl-9999.ebuild @@ -1,3 +1,6 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + EAPI=8 PYTHON_COMPAT=( python3_{10..12} )
