add missing copyright
SVN-Revision: 4092
This commit is contained in:
parent
d62e8a9485
commit
05e604587a
1 changed files with 7 additions and 0 deletions
|
@ -1,4 +1,11 @@
|
||||||
#!/usr/bin/perl
|
#!/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;
|
use strict;
|
||||||
|
|
||||||
my $TABLE = pack("V", 0xbadc0ded);
|
my $TABLE = pack("V", 0xbadc0ded);
|
||||||
|
|
Loading…
Reference in a new issue