From 0f480ed795ec454f727b575baf02709a4b47705a Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Thu, 28 Apr 2022 09:57:26 +0200 Subject: [PATCH] sys-cluster/neutron: fix header Signed-off-by: Alessandro Barbieri --- sys-cluster/neutron/files/neutron.initd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/neutron/files/neutron.initd b/sys-cluster/neutron/files/neutron.initd index 26bf768ddf..2ccc93a9bd 100644 --- a/sys-cluster/neutron/files/neutron.initd +++ b/sys-cluster/neutron/files/neutron.initd @@ -1,5 +1,5 @@ #!/sbin/openrc-run -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 description="Starts ${SVCNAME} service for OpenStack"