diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2016-02-21 15:27:13 -0600 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2016-02-21 15:27:46 -0600 |
commit | a2d6f1b0d8ef92c3bd7f6d59661c9ca1c4844c09 (patch) | |
tree | 0ad0b2be248356d776f153c54e6d2472a0e48971 /sys-apps | |
parent | dev-lang/lazarus: add myself as maintainer (diff) | |
download | gentoo-a2d6f1b0d8ef92c3bd7f6d59661c9ca1c4844c09.tar.gz gentoo-a2d6f1b0d8ef92c3bd7f6d59661c9ca1c4844c09.tar.bz2 gentoo-a2d6f1b0d8ef92c3bd7f6d59661c9ca1c4844c09.zip |
sys-apps/xinetd: adjust init script license
Per bug 426154 a Gentoo created file had an incorrect license and this
adjusts it to BSD.
Gentoo-Bug: 426154
Package-Manager: portage-2.2.26
Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/xinetd/files/xinetd.rc6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/xinetd/files/xinetd.rc6 b/sys-apps/xinetd/files/xinetd.rc6 index 57cee363f869..7a4a395f2556 100644 --- a/sys-apps/xinetd/files/xinetd.rc6 +++ b/sys-apps/xinetd/files/xinetd.rc6 @@ -1,6 +1,6 @@ #!/sbin/runscript # Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 +# Distributed under the terms of the BSD License # $Id$ extra_started_commands="reload dump check" |