]> git.ipfire.org Git - people/arne_f/network.git/blobdiff - functions.wireless
network: Some code cleanup.
[people/arne_f/network.git] / functions.wireless
index 7cfd7f13fb2f6207b2170e7a9f0bcc4b3af3aacb..07a2ee099885522c6af1c3f47637208dbad73727 100644 (file)
@@ -1,5 +1,23 @@
 #!/bin/bash
-# XXX header missing
+###############################################################################
+#                                                                             #
+# IPFire.org - A linux based firewall                                         #
+# Copyright (C) 2010  Michael Tremer & Christian Schmidt                      #
+#                                                                             #
+# This program is free software: you can redistribute it and/or modify        #
+# it under the terms of the GNU General Public License as published by        #
+# the Free Software Foundation, either version 3 of the License, or           #
+# (at your option) any later version.                                         #
+#                                                                             #
+# This program is distributed in the hope that it will be useful,             #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of              #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the               #
+# GNU General Public License for more details.                                #
+#                                                                             #
+# You should have received a copy of the GNU General Public License           #
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.       #
+#                                                                             #
+###############################################################################
 
 PHY_DIR="/sys/class/ieee80211"