diff options
author | Kenton Groombridge <concord@gentoo.org> | 2022-06-30 13:03:04 -0400 |
---|---|---|
committer | Kenton Groombridge <concord@gentoo.org> | 2022-06-30 13:03:38 -0400 |
commit | 4355b8c642aea830e0f172961187fa1f78f3f1b7 (patch) | |
tree | c30c3d2fba4940c130ace41c54dd6542b5f30291 /eclass/selinux-policy-2.eclass | |
parent | eclass/selinux-policy-2: fix POLICY_PATCH applying (diff) | |
download | gentoo-4355b8c642aea830e0f172961187fa1f78f3f1b7.tar.gz gentoo-4355b8c642aea830e0f172961187fa1f78f3f1b7.tar.bz2 gentoo-4355b8c642aea830e0f172961187fa1f78f3f1b7.zip |
selinux-policy-2.eclass: update copyright year
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
Diffstat (limited to 'eclass/selinux-policy-2.eclass')
-rw-r--r-- | eclass/selinux-policy-2.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/selinux-policy-2.eclass b/eclass/selinux-policy-2.eclass index b2d53a2aac0b..7b6f9aac6ebc 100644 --- a/eclass/selinux-policy-2.eclass +++ b/eclass/selinux-policy-2.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Eclass for installing SELinux policy, and optionally @@ -368,4 +368,3 @@ selinux-policy-2_pkg_postrm() { done fi } - |