diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-03-28 19:53:49 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-03-28 19:54:47 +0000 |
commit | 1a687fd280c3d33cbf7ef99cd6f96fda95039c75 (patch) | |
tree | dee5eef8972f0f3d1341ad5b6b9c8567aeeec052 /eclass | |
parent | profiles: Mask mail-client/mail-notification for removal (diff) | |
download | gentoo-1a687fd280c3d33cbf7ef99cd6f96fda95039c75.tar.gz gentoo-1a687fd280c3d33cbf7ef99cd6f96fda95039c75.tar.bz2 gentoo-1a687fd280c3d33cbf7ef99cd6f96fda95039c75.zip |
eclass/multilib.eclass: update copyright and fix typos
Reported-by: Mike Gilbert
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/multilib.eclass | 2 | ||||
-rwxr-xr-x | eclass/tests/multilib.sh | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/eclass/multilib.eclass b/eclass/multilib.eclass index 8b4a7dacaa37..bbaab709b4fa 100644 --- a/eclass/multilib.eclass +++ b/eclass/multilib.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: multilib.eclass diff --git a/eclass/tests/multilib.sh b/eclass/tests/multilib.sh index 68c0dd6e1423..a483d4bef360 100755 --- a/eclass/tests/multilib.sh +++ b/eclass/tests/multilib.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 1999-2020 Gentoo Foundation +# Copyright 2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 source tests-common.sh @@ -46,7 +46,7 @@ test-multilib_env() { fi } -# Pick a few interesting gargets from: +# Pick a few interesting targets from: # $ grep -h -o -R 'CHOST=.*' ../../profiles/ | sort -u test-multilib_env \ |