diff options
Diffstat (limited to 'eclass/cuda.eclass')
-rw-r--r-- | eclass/cuda.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/cuda.eclass b/eclass/cuda.eclass index f1c09ca2e453..b1da77c69dda 100644 --- a/eclass/cuda.eclass +++ b/eclass/cuda.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 case "${EAPI:-0}" in @@ -14,7 +14,7 @@ esac # @ECLASS: cuda.eclass # @MAINTAINER: -# Justin Lecher <jlec@gentoo.org> +# Gentoo Science Project <sci@gentoo.org> # @SUPPORTED_EAPIS: 5 6 7 # @BLURB: Common functions for cuda packages # @DESCRIPTION: |