diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-02-26 01:05:09 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-02-26 01:05:09 +0000 |
commit | f30058fda274c75023504987c9069cd07ee7c794 (patch) | |
tree | 64e3ae48fdebec3963a7493267afa25a53f06999 /BSDmakefile | |
parent | ecf6837f87281daec3576f1a761e7eb3df943720 (diff) | |
download | mtk-20170518-f30058fda274c75023504987c9069cd07ee7c794.zip mtk-20170518-f30058fda274c75023504987c9069cd07ee7c794.tar.gz mtk-20170518-f30058fda274c75023504987c9069cd07ee7c794.tar.bz2 |
add missing copyright header
SVN-Revision: 6383
Diffstat (limited to 'BSDmakefile')
-rw-r--r-- | BSDmakefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/BSDmakefile b/BSDmakefile index f6f0cad..c6a0425 100644 --- a/BSDmakefile +++ b/BSDmakefile @@ -1,2 +1,7 @@ +# Copyright (C) 2006 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# world ${.TARGETS}: @gmake $@ |