summaryrefslogtreecommitdiffstats
path: root/package/broadcom-wl/src
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-06-27 00:38:59 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-06-27 00:38:59 +0000
commit69cdd2998607697bdf28064fe965bbec9c781372 (patch)
treef4334cdcc2ec6bf65dd5a4095cc1d76c421e47e5 /package/broadcom-wl/src
parent02cdebbb91a33d8e24da1c94a9d93ac39be168a7 (diff)
add missing copyright
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4092 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/broadcom-wl/src')
-rw-r--r--package/broadcom-wl/src/kmod/patchtable.pl7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/broadcom-wl/src/kmod/patchtable.pl b/package/broadcom-wl/src/kmod/patchtable.pl
index 6144d8b92..699973512 100644
--- a/package/broadcom-wl/src/kmod/patchtable.pl
+++ b/package/broadcom-wl/src/kmod/patchtable.pl
@@ -1,4 +1,11 @@
#!/usr/bin/perl
+#
+# Copyright (C) 2006 OpenWrt.org
+# Copyright (C) 2006 Felix Fietkau
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
use strict;
my $TABLE = pack("V", 0xbadc0ded);