From d0bc4f20adfe4392639ddda6721850fdc74ea123 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 29 Jun 2011 19:46:31 -0400 Subject: drop useless "All rights reserved" notice Signed-off-by: Mike Frysinger --- net/adsl.sh | 2 +- net/apipa.sh | 2 +- net/arping.sh | 2 +- net/bonding.sh | 2 +- net/br2684ctl.sh | 2 +- net/bridge.sh | 2 +- net/ccwgroup.sh | 2 +- net/dhclient.sh | 2 +- net/dhcpcd.sh | 2 +- net/ethtool.sh | 2 +- net/ifconfig.sh.BSD.in | 2 +- net/ifconfig.sh.Linux.in | 2 +- net/ifplugd.sh | 2 +- net/ifwatchd.sh | 2 +- net/ip6to4.sh | 2 +- net/ipppd.sh | 2 +- net/iproute2.sh | 2 +- net/iwconfig.sh.BSD.in | 2 +- net/iwconfig.sh.Linux.in | 2 +- net/macchanger.sh | 2 +- net/macnet.sh | 2 +- net/netplugd.sh | 2 +- net/pppd.sh | 2 +- net/pump.sh | 2 +- net/ssidnet.sh | 2 +- net/system.sh | 2 +- net/tuntap.sh | 2 +- net/udhcpc.sh | 2 +- net/vlan.sh | 2 +- net/wpa_supplicant.sh | 2 +- 30 files changed, 30 insertions(+), 30 deletions(-) (limited to 'net') diff --git a/net/adsl.sh b/net/adsl.sh index 40c7166..744ebc2 100644 --- a/net/adsl.sh +++ b/net/adsl.sh @@ -1,6 +1,6 @@ # Copyright (c) 2004-2007 Gentoo Foundation # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. adsl_depend() { diff --git a/net/apipa.sh b/net/apipa.sh index 0ca3bda..3163104 100644 --- a/net/apipa.sh +++ b/net/apipa.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. apipa_depend() { diff --git a/net/arping.sh b/net/arping.sh index b04f05d..ef1f9e7 100644 --- a/net/arping.sh +++ b/net/arping.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. arping_depend() { diff --git a/net/bonding.sh b/net/bonding.sh index ae50ca4..5ccd1f5 100644 --- a/net/bonding.sh +++ b/net/bonding.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. bonding_depend() { diff --git a/net/br2684ctl.sh b/net/br2684ctl.sh index 77dafc9..d605579 100644 --- a/net/br2684ctl.sh +++ b/net/br2684ctl.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. _br2684ctl() { diff --git a/net/bridge.sh b/net/bridge.sh index 91e68d6..7b80ec0 100644 --- a/net/bridge.sh +++ b/net/bridge.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. bridge_depend() { diff --git a/net/ccwgroup.sh b/net/ccwgroup.sh index 60cd25f..9716c3c 100644 --- a/net/ccwgroup.sh +++ b/net/ccwgroup.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. _config_vars="$_config_vars ccwgroup" diff --git a/net/dhclient.sh b/net/dhclient.sh index 65cacd3..8c100dd 100644 --- a/net/dhclient.sh +++ b/net/dhclient.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. dhclient_depend() { diff --git a/net/dhcpcd.sh b/net/dhcpcd.sh index 4054c42..2c0f919 100644 --- a/net/dhcpcd.sh +++ b/net/dhcpcd.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. dhcpcd_depend() { diff --git a/net/ethtool.sh b/net/ethtool.sh index 404a3dc..d4dc11e 100644 --- a/net/ethtool.sh +++ b/net/ethtool.sh @@ -1,5 +1,5 @@ # Copyright (c) 2011 by Gentoo Foundation -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. _ethtool() { echo /usr/sbin/ethtool diff --git a/net/ifconfig.sh.BSD.in b/net/ifconfig.sh.BSD.in index 6727875..c0c75f0 100644 --- a/net/ifconfig.sh.BSD.in +++ b/net/ifconfig.sh.BSD.in @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. ifconfig_depend() { diff --git a/net/ifconfig.sh.Linux.in b/net/ifconfig.sh.Linux.in index f5c2064..a5540c0 100644 --- a/net/ifconfig.sh.Linux.in +++ b/net/ifconfig.sh.Linux.in @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. ifconfig_depend() { diff --git a/net/ifplugd.sh b/net/ifplugd.sh index 34cd18a..d048b61 100644 --- a/net/ifplugd.sh +++ b/net/ifplugd.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. _config_vars="$_config_vars plug_timeout" diff --git a/net/ifwatchd.sh b/net/ifwatchd.sh index 4e6b1c6..f9116b9 100644 --- a/net/ifwatchd.sh +++ b/net/ifwatchd.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. _config_vars="$_config_vars plug_timeout" diff --git a/net/ip6to4.sh b/net/ip6to4.sh index 2349429..0e94293 100644 --- a/net/ip6to4.sh +++ b/net/ip6to4.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. _config_vars="$_config_vars link suffix relay" diff --git a/net/ipppd.sh b/net/ipppd.sh index 0d9edd0..537065a 100644 --- a/net/ipppd.sh +++ b/net/ipppd.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. ipppd_depend() { diff --git a/net/iproute2.sh b/net/iproute2.sh index a2e9db7..d76e60f 100644 --- a/net/iproute2.sh +++ b/net/iproute2.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. _ip() { diff --git a/net/iwconfig.sh.BSD.in b/net/iwconfig.sh.BSD.in index f94246b..850d70b 100644 --- a/net/iwconfig.sh.BSD.in +++ b/net/iwconfig.sh.BSD.in @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. _config_vars="$_config_vars ssid mode associate_timeout preferred_aps" _config_vars="$_config_vars blacklist_aps" diff --git a/net/iwconfig.sh.Linux.in b/net/iwconfig.sh.Linux.in index 600ffe7..199678f 100644 --- a/net/iwconfig.sh.Linux.in +++ b/net/iwconfig.sh.Linux.in @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. _config_vars="$_config_vars ssid mode associate_timeout sleep_scan" _config_vars="$_config_vars preferred_aps blacklist_aps" diff --git a/net/macchanger.sh b/net/macchanger.sh index 9126d30..ad41309 100644 --- a/net/macchanger.sh +++ b/net/macchanger.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. macchanger_depend() { diff --git a/net/macnet.sh b/net/macnet.sh index 71f2d75..1ec2ad7 100644 --- a/net/macnet.sh +++ b/net/macnet.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. macnet_depend() { diff --git a/net/netplugd.sh b/net/netplugd.sh index 23b6d9e..f7df7a3 100644 --- a/net/netplugd.sh +++ b/net/netplugd.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. _config_vars="$_config_vars plug_timeout" diff --git a/net/pppd.sh b/net/pppd.sh index c7cfa44..1f9d302 100644 --- a/net/pppd.sh +++ b/net/pppd.sh @@ -1,6 +1,6 @@ # Copyright (c) 2005-2007 Gentoo Foundation # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. pppd_depend() { diff --git a/net/pump.sh b/net/pump.sh index ecceff0..ddd454c 100644 --- a/net/pump.sh +++ b/net/pump.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. pump_depend() { diff --git a/net/ssidnet.sh b/net/ssidnet.sh index 9009113..b0eed56 100644 --- a/net/ssidnet.sh +++ b/net/ssidnet.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. ssidnet_depend() { diff --git a/net/system.sh b/net/system.sh index 6680a7d..c451078 100644 --- a/net/system.sh +++ b/net/system.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. _config_vars="$_config_vars dns_servers dns_domain dns_search" _config_vars="$_config_vars dns_sortlist dns_options" diff --git a/net/tuntap.sh b/net/tuntap.sh index 2970fdd..851a017 100644 --- a/net/tuntap.sh +++ b/net/tuntap.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. tuntap_depend() { diff --git a/net/udhcpc.sh b/net/udhcpc.sh index bb4238a..4eb0b51 100644 --- a/net/udhcpc.sh +++ b/net/udhcpc.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. udhcpc_depend() { diff --git a/net/vlan.sh b/net/vlan.sh index 1d50d4f..164139b 100644 --- a/net/vlan.sh +++ b/net/vlan.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. _ip() { diff --git a/net/wpa_supplicant.sh b/net/wpa_supplicant.sh index c619f99..91de49e 100644 --- a/net/wpa_supplicant.sh +++ b/net/wpa_supplicant.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. wpa_supplicant_depend() { -- cgit v1.2.3