aboutsummaryrefslogtreecommitdiff
path: root/net.Linux
diff options
context:
space:
mode:
Diffstat (limited to 'net.Linux')
-rw-r--r--net.Linux/adsl.sh4
-rw-r--r--net.Linux/apipa.sh4
-rw-r--r--net.Linux/arping.sh4
-rw-r--r--net.Linux/bonding.sh4
-rw-r--r--net.Linux/br2684ctl.sh4
-rw-r--r--net.Linux/bridge.sh4
-rw-r--r--net.Linux/ccwgroup.sh4
-rw-r--r--net.Linux/ifconfig.sh4
-rw-r--r--net.Linux/ifplugd.sh4
-rw-r--r--net.Linux/ip6to4.sh4
-rw-r--r--net.Linux/ipppd.sh4
-rw-r--r--net.Linux/iproute2.sh4
-rw-r--r--net.Linux/iwconfig.sh4
-rw-r--r--net.Linux/netplugd.sh4
-rw-r--r--net.Linux/pppd.sh4
-rw-r--r--net.Linux/pump.sh4
-rw-r--r--net.Linux/tuntap.sh4
-rw-r--r--net.Linux/udhcpc.sh4
-rw-r--r--net.Linux/vlan.sh4
19 files changed, 38 insertions, 38 deletions
diff --git a/net.Linux/adsl.sh b/net.Linux/adsl.sh
index d866c594..6dd93e03 100644
--- a/net.Linux/adsl.sh
+++ b/net.Linux/adsl.sh
@@ -1,6 +1,6 @@
# Copyright 2004-2007 Gentoo Foundation
-# Copyright 2007 Roy Marples
-# All rights reserved
+# Copyright 2007-2008 Roy Marples <roy@marples.name>
+# All rights reserved. Released under the 2-clause BSD license.
adsl_depend()
{
diff --git a/net.Linux/apipa.sh b/net.Linux/apipa.sh
index 32364663..39da392e 100644
--- a/net.Linux/apipa.sh
+++ b/net.Linux/apipa.sh
@@ -1,5 +1,5 @@
-# Copyright 2007-2008 Roy Marples
-# All rights reserved
+# Copyright 2007-2008 Roy Marples <roy@marples.name>
+# All rights reserved. Released under the 2-clause BSD license.
apipa_depend()
{
diff --git a/net.Linux/arping.sh b/net.Linux/arping.sh
index 7bea0d01..8046c47d 100644
--- a/net.Linux/arping.sh
+++ b/net.Linux/arping.sh
@@ -1,5 +1,5 @@
-# Copyright 2007-2008 Roy Marples
-# All rights reserved
+# Copyright 2007-2008 Roy Marples <roy@marples.name>
+# All rights reserved. Released under the 2-clause BSD license.
arping_depend()
{
diff --git a/net.Linux/bonding.sh b/net.Linux/bonding.sh
index 122d70a4..69de32aa 100644
--- a/net.Linux/bonding.sh
+++ b/net.Linux/bonding.sh
@@ -1,5 +1,5 @@
-# Copyright 2007-2008 Roy Marples
-# All rights reserved
+# Copyright 2007-2008 Roy Marples <roy@marples.name>
+# All rights reserved. Released under the 2-clause BSD license.
bonding_depend()
{
diff --git a/net.Linux/br2684ctl.sh b/net.Linux/br2684ctl.sh
index 8d15f78a..11ee4f55 100644
--- a/net.Linux/br2684ctl.sh
+++ b/net.Linux/br2684ctl.sh
@@ -1,5 +1,5 @@
-# Copyright 2007-2008 Roy Marples
-# All rights reserved
+# Copyright 2007-2008 Roy Marples <roy@marples.name>
+# All rights reserved. Released under the 2-clause BSD license.
_br2684ctl()
{
diff --git a/net.Linux/bridge.sh b/net.Linux/bridge.sh
index b35e6a68..517fe72d 100644
--- a/net.Linux/bridge.sh
+++ b/net.Linux/bridge.sh
@@ -1,5 +1,5 @@
-# Copyright 2007-2008 Roy Marples
-# All rights reserved
+# Copyright 2007-2008 Roy Marples <roy@marples.name>
+# All rights reserved. Released under the 2-clause BSD license.
bridge_depend()
{
diff --git a/net.Linux/ccwgroup.sh b/net.Linux/ccwgroup.sh
index dcdb7b1b..d40e7139 100644
--- a/net.Linux/ccwgroup.sh
+++ b/net.Linux/ccwgroup.sh
@@ -1,5 +1,5 @@
-# Copyright 2007-2008 Roy Marples
-# All rights reserved
+# Copyright 2007-2008 Roy Marples <roy@marples.name>
+# All rights reserved. Released under the 2-clause BSD license.
_config_vars="$_config_vars ccwgroup"
diff --git a/net.Linux/ifconfig.sh b/net.Linux/ifconfig.sh
index 12c71ebf..f82f25c3 100644
--- a/net.Linux/ifconfig.sh
+++ b/net.Linux/ifconfig.sh
@@ -1,5 +1,5 @@
-# Copyright 2007-2008 Roy Marples
-# All rights reserved
+# Copyright 2007-2008 Roy Marples <roy@marples.name>
+# All rights reserved. Released under the 2-clause BSD license.
ifconfig_depend()
{
diff --git a/net.Linux/ifplugd.sh b/net.Linux/ifplugd.sh
index 098e68d3..db7007ae 100644
--- a/net.Linux/ifplugd.sh
+++ b/net.Linux/ifplugd.sh
@@ -1,5 +1,5 @@
-# Copyright 2007-2008 Roy Marples
-# All rights reserved
+# Copyright 2007-2008 Roy Marples <roy@marples.name>
+# All rights reserved. Released under the 2-clause BSD license.
_config_vars="$_config_vars plug_timeout"
diff --git a/net.Linux/ip6to4.sh b/net.Linux/ip6to4.sh
index 0216484d..d58eb31f 100644
--- a/net.Linux/ip6to4.sh
+++ b/net.Linux/ip6to4.sh
@@ -1,5 +1,5 @@
-# Copyright 2007-2008 Roy Marples
-# All rights reserved
+# Copyright 2007-2008 Roy Marples <roy@marples.name>
+# All rights reserved. Released under the 2-clause BSD license.
_config_vars="$_config_vars link suffix relay"
diff --git a/net.Linux/ipppd.sh b/net.Linux/ipppd.sh
index 5c633ad2..cf4558d2 100644
--- a/net.Linux/ipppd.sh
+++ b/net.Linux/ipppd.sh
@@ -1,5 +1,5 @@
-# Copyright 2007-2008 Roy Marples
-# All rights reserved
+# Copyright 2007-2008 Roy Marples <roy@marples.name>
+# All rights reserved. Released under the 2-clause BSD license.
ipppd_depend()
{
diff --git a/net.Linux/iproute2.sh b/net.Linux/iproute2.sh
index 8cfcae9e..de765378 100644
--- a/net.Linux/iproute2.sh
+++ b/net.Linux/iproute2.sh
@@ -1,5 +1,5 @@
-# Copyright 2007-2008 Roy Marples
-# All rights reserved
+# Copyright 2007-2008 Roy Marples <roy@marples.name>
+# All rights reserved. Released under the 2-clause BSD license.
iproute2_depend()
{
diff --git a/net.Linux/iwconfig.sh b/net.Linux/iwconfig.sh
index 89e466ac..1610cba3 100644
--- a/net.Linux/iwconfig.sh
+++ b/net.Linux/iwconfig.sh
@@ -1,5 +1,5 @@
-# Copyright 2007-2008 Roy Marples
-# All rights reserved
+# Copyright 2007-2008 Roy Marples <roy@marples.name>
+# All rights reserved. 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.Linux/netplugd.sh b/net.Linux/netplugd.sh
index cad380e6..eed37aae 100644
--- a/net.Linux/netplugd.sh
+++ b/net.Linux/netplugd.sh
@@ -1,5 +1,5 @@
-# Copyright 2007-2008 Roy Marples
-# All rights reserved
+# Copyright 2007-2008 Roy Marples <roy@marples.name>
+# All rights reserved. Released under the 2-clause BSD license.
_config_vars="$_config_vars plug_timeout"
diff --git a/net.Linux/pppd.sh b/net.Linux/pppd.sh
index 4ab2007c..abee058d 100644
--- a/net.Linux/pppd.sh
+++ b/net.Linux/pppd.sh
@@ -1,6 +1,6 @@
# Copyright 2005-2007 Gentoo Foundation
-# Copyright 2007-2008 Roy Marples
-# All rights reserved
+# Copyright 2007-2008 Roy Marples <roy@marples.name>
+# All rights reserved. Released under the 2-clause BSD license.
pppd_depend()
{
diff --git a/net.Linux/pump.sh b/net.Linux/pump.sh
index dd399abf..4ab79293 100644
--- a/net.Linux/pump.sh
+++ b/net.Linux/pump.sh
@@ -1,5 +1,5 @@
-# Copyright 2007-2008 Roy Marples
-# All rights reserved
+# Copyright 2007-2008 Roy Marples <roy@marples.name>
+# All rights reserved. Released under the 2-clause BSD license.
pump_depend()
{
diff --git a/net.Linux/tuntap.sh b/net.Linux/tuntap.sh
index 64b09d7b..79d80712 100644
--- a/net.Linux/tuntap.sh
+++ b/net.Linux/tuntap.sh
@@ -1,5 +1,5 @@
-# Copyright 2007-2008 Roy Marples
-# All rights reserved
+# Copyright 2007-2008 Roy Marples <roy@marples.name>
+# All rights reserved. Released under the 2-clause BSD license.
tuntap_depend()
{
diff --git a/net.Linux/udhcpc.sh b/net.Linux/udhcpc.sh
index 542c7e06..462f0588 100644
--- a/net.Linux/udhcpc.sh
+++ b/net.Linux/udhcpc.sh
@@ -1,5 +1,5 @@
-# Copyright 2007-2008 Roy Marples
-# All rights reserved
+# Copyright 2007-2008 Roy Marples <roy@marples.name>
+# All rights reserved. Released under the 2-clause BSD license.
udhcpc_depend()
{
diff --git a/net.Linux/vlan.sh b/net.Linux/vlan.sh
index f8cc4fdf..2883f3b6 100644
--- a/net.Linux/vlan.sh
+++ b/net.Linux/vlan.sh
@@ -1,5 +1,5 @@
-# Copyright 2007-2008 Roy Marples
-# All rights reserved
+# Copyright 2007-2008 Roy Marples <roy@marples.name>
+# All rights reserved. Released under the 2-clause BSD license.
vlan_depend()
{