summaryrefslogtreecommitdiff
path: root/net.BSD
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-01-11 15:31:10 +0000
committerRoy Marples <roy@marples.name>2008-01-11 15:31:10 +0000
commitfec312d4482e17328394f3e87b4ad28b1f062b7f (patch)
tree7ebb4ad0f5f65fb49fccea32ed416fa2daf31e77 /net.BSD
parent5de53f176c8c650017052722bd61368d08023f82 (diff)
downloadopenrc-fec312d4482e17328394f3e87b4ad28b1f062b7f.tar.gz
openrc-fec312d4482e17328394f3e87b4ad28b1f062b7f.tar.bz2
openrc-fec312d4482e17328394f3e87b4ad28b1f062b7f.tar.xz
Update copyrights, my email and license.
Diffstat (limited to 'net.BSD')
-rw-r--r--net.BSD/ifconfig.sh4
-rw-r--r--net.BSD/iwconfig.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/net.BSD/ifconfig.sh b/net.BSD/ifconfig.sh
index 1a8d2f0..8b73973 100644
--- a/net.BSD/ifconfig.sh
+++ b/net.BSD/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.BSD/iwconfig.sh b/net.BSD/iwconfig.sh
index 76cf71a..3a276cd 100644
--- a/net.BSD/iwconfig.sh
+++ b/net.BSD/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 preferred_aps"
_config_vars="$_config_vars blacklist_aps"