diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-06-27 00:38:59 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-06-27 00:38:59 +0000 |
commit | 05e604587a2024cc0e1d0aa030d9f1773903d496 (patch) | |
tree | 780876206792fbb64c21e096d5b1d2a4d4e565d2 /openwrt/package | |
parent | d62e8a94859aba609ba944e6a5d33e14780177dc (diff) | |
download | mtk-20170518-05e604587a2024cc0e1d0aa030d9f1773903d496.zip mtk-20170518-05e604587a2024cc0e1d0aa030d9f1773903d496.tar.gz mtk-20170518-05e604587a2024cc0e1d0aa030d9f1773903d496.tar.bz2 |
add missing copyright
SVN-Revision: 4092
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/broadcom-wl/src/kmod/patchtable.pl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/openwrt/package/broadcom-wl/src/kmod/patchtable.pl b/openwrt/package/broadcom-wl/src/kmod/patchtable.pl index 6144d8b..6999735 100644 --- a/openwrt/package/broadcom-wl/src/kmod/patchtable.pl +++ b/openwrt/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); |