diff options
author | Kenton Groombridge <concord@gentoo.org> | 2022-06-02 16:10:54 -0400 |
---|---|---|
committer | Kenton Groombridge <concord@gentoo.org> | 2022-06-03 09:07:58 -0400 |
commit | 449ac619bc6af27af870f5adac2be50aaa943c57 (patch) | |
tree | a369633663dfa7b3dbe907d54f02c2510f721115 /gentoo | |
parent | Make release-userspace script prefer pkgdev (diff) | |
download | hardened-refpolicy-449ac619bc6af27af870f5adac2be50aaa943c57.tar.gz hardened-refpolicy-449ac619bc6af27af870f5adac2be50aaa943c57.tar.bz2 hardened-refpolicy-449ac619bc6af27af870f5adac2be50aaa943c57.zip |
Update copyright in release-userspace script
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
Diffstat (limited to 'gentoo')
-rw-r--r-- | gentoo/release-userspace.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gentoo/release-userspace.sh b/gentoo/release-userspace.sh index 4b81d2fd..9532c250 100644 --- a/gentoo/release-userspace.sh +++ b/gentoo/release-userspace.sh @@ -1,7 +1,8 @@ #!/bin/sh # Copyright 2013,2014 Sven Vermeulen <swift@gentoo.org> -# Copyright 2017-2021 Jason Zaman <perfinion@gentoo.org> +# Copyright 2017-2022 Jason Zaman <perfinion@gentoo.org> +# Copyright 2022 Kenton Groombridge <concord@gentoo.org> # Licensed under the GPL-3 license NEWVERSION="${1}" |