diff options
Diffstat (limited to 'source/n')
-rw-r--r-- | source/n/dhcpcd/COPYRIGHT | 26 | ||||
-rw-r--r-- | source/n/dhcpcd/dhcpcd-8.1.4.tar.xz.distinfo | 1 | ||||
-rw-r--r-- | source/n/dhcpcd/dhcpcd-8.1.5.tar.xz.distinfo | 1 | ||||
-rwxr-xr-x | source/n/dhcpcd/dhcpcd.SlackBuild | 5 |
4 files changed, 3 insertions, 30 deletions
diff --git a/source/n/dhcpcd/COPYRIGHT b/source/n/dhcpcd/COPYRIGHT deleted file mode 100644 index a75c8ce1..00000000 --- a/source/n/dhcpcd/COPYRIGHT +++ /dev/null @@ -1,26 +0,0 @@ -/* - * dhcpcd - DHCP client daemon - * Copyright (c) 2006-2012 Roy Marples <roy@marples.name> - * All rights reserved - - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - */ diff --git a/source/n/dhcpcd/dhcpcd-8.1.4.tar.xz.distinfo b/source/n/dhcpcd/dhcpcd-8.1.4.tar.xz.distinfo deleted file mode 100644 index 25ccdb2c..00000000 --- a/source/n/dhcpcd/dhcpcd-8.1.4.tar.xz.distinfo +++ /dev/null @@ -1 +0,0 @@ -SHA256 (dhcpcd-8.1.4.tar.xz) = 27a0d1a37aa1aa23e9d3a906455cf8fd56a83589370dfe9da3c5f3225cc4c13d diff --git a/source/n/dhcpcd/dhcpcd-8.1.5.tar.xz.distinfo b/source/n/dhcpcd/dhcpcd-8.1.5.tar.xz.distinfo new file mode 100644 index 00000000..818097a8 --- /dev/null +++ b/source/n/dhcpcd/dhcpcd-8.1.5.tar.xz.distinfo @@ -0,0 +1 @@ +SHA256 (dhcpcd-8.1.5.tar.xz) = c5cbe15069cef347e72d0bf7a19b0255571ee0c184c6705859a09588a50a8ebd diff --git a/source/n/dhcpcd/dhcpcd.SlackBuild b/source/n/dhcpcd/dhcpcd.SlackBuild index 458d3632..2027e5b6 100755 --- a/source/n/dhcpcd/dhcpcd.SlackBuild +++ b/source/n/dhcpcd/dhcpcd.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2008, 2009, 2010, 2013, 2014, 2017, 2018 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2008, 2009, 2010, 2013, 2014, 2017, 2018, 2020 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -123,8 +123,7 @@ if [ -d $PKG/usr/man ]; then fi mkdir -p $PKG/usr/doc/dhcpcd-$VERSION -cp -a README* $PKG/usr/doc/dhcpcd-$VERSION -zcat $CWD/COPYRIGHT.gz > $PKG/usr/doc/dhcpcd-$VERSION/COPYRIGHT +cp -a BUILDING* LICENSE* README* $PKG/usr/doc/dhcpcd-$VERSION # If there's a ChangeLog, installing at least part of the recent history # is useful, but don't let it get totally out of control: |