commit: 9ee1e167059a0398145af9b38425b861bcb00db1 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Thu May 21 13:27:46 2020 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Thu May 21 13:27:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ee1e167
net-misc/dhcpcd: update copyright notice in init script Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> net-misc/dhcpcd/files/dhcpcd.initd | 4 ++-- net-misc/dhcpcd/files/dhcpcd.initd-r1 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-misc/dhcpcd/files/dhcpcd.initd b/net-misc/dhcpcd/files/dhcpcd.initd index d3f4d76b4c9..b89b785fd23 100644 --- a/net-misc/dhcpcd/files/dhcpcd.initd +++ b/net-misc/dhcpcd/files/dhcpcd.initd @@ -1,6 +1,6 @@ #!/sbin/openrc-run -# Copyright 2007-2008 Roy Marples <[email protected]> -# All rights reserved. Released under the 2-clause BSD license. +# Copyright 2007-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 command=/sbin/dhcpcd pidfile=/var/run/dhcpcd.pid diff --git a/net-misc/dhcpcd/files/dhcpcd.initd-r1 b/net-misc/dhcpcd/files/dhcpcd.initd-r1 index 5a872351ab9..2616a743b0d 100644 --- a/net-misc/dhcpcd/files/dhcpcd.initd-r1 +++ b/net-misc/dhcpcd/files/dhcpcd.initd-r1 @@ -1,6 +1,6 @@ #!/sbin/openrc-run -# Copyright 2007-2008 Roy Marples <[email protected]> -# All rights reserved. Released under the 2-clause BSD license. +# Copyright 2007-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 command=${RC_PREFIX}/sbin/dhcpcd pidfile=${RC_PREFIX}/var/run/dhcpcd/pid
