commit: 3f1cd0c161eeec3a5b0173da31f8949fa5eb38b5 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Mar 31 05:12:08 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Mar 31 05:20:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f1cd0c1
eclass: normalise email format in @AUTHOR Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/java-ant-2.eclass | 5 +++-- eclass/java-osgi.eclass | 4 ++-- eclass/java-pkg-simple.eclass | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/eclass/java-ant-2.eclass b/eclass/java-ant-2.eclass index 733d1d1f6bf..69e3f7d46d8 100644 --- a/eclass/java-ant-2.eclass +++ b/eclass/java-ant-2.eclass @@ -1,11 +1,12 @@ -# Copyright 2004-2019 Gentoo Authors +# Copyright 2004-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: java-ant-2.eclass # @MAINTAINER: # [email protected] # @AUTHOR: -# kiorky ([email protected]), Petteri Räty ([email protected]) +# kiorky <[email protected]> +# Petteri Räty <[email protected]> # @BLURB: eclass for ant based Java packages # @DESCRIPTION: # Eclass for Ant-based Java packages. Provides support for both automatic and diff --git a/eclass/java-osgi.eclass b/eclass/java-osgi.eclass index bb8c1d8575b..f9a77b8490f 100644 --- a/eclass/java-osgi.eclass +++ b/eclass/java-osgi.eclass @@ -1,11 +1,11 @@ -# Copyright 2007-2015 Gentoo Foundation +# Copyright 2007-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: java-osgi.eclass # @MAINTAINER: # [email protected] # @AUTHOR: -# Java maintainers ([email protected]) +# Java maintainers <[email protected]> # @BLURB: Java OSGi eclass # @DESCRIPTION: # This eclass provides functionality which is used by packages that need to be diff --git a/eclass/java-pkg-simple.eclass b/eclass/java-pkg-simple.eclass index a1ab0afb316..ca03fea78cf 100644 --- a/eclass/java-pkg-simple.eclass +++ b/eclass/java-pkg-simple.eclass @@ -1,11 +1,11 @@ -# Copyright 2004-2020 Gentoo Authors +# Copyright 2004-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: java-pkg-simple.eclass # @MAINTAINER: # [email protected] # @AUTHOR: -# Java maintainers ([email protected]) +# Java maintainers <[email protected]> # @BLURB: Eclass for packaging Java software with ease. # @DESCRIPTION: # This class is intended to build pure Java packages from Java sources
