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 | acdacc86eae96f4e0773243a85f2cf8bab30df40 (patch) | |
tree | c01dfd2008a229d00b1c47feabbfca2908c42920 /BSDmakefile | |
parent | 353a98393a6b5dcf03fcc0887cbb7eded4fb26a4 (diff) | |
download | upstream-acdacc86eae96f4e0773243a85f2cf8bab30df40.tar.gz upstream-acdacc86eae96f4e0773243a85f2cf8bab30df40.tar.bz2 upstream-acdacc86eae96f4e0773243a85f2cf8bab30df40.zip |
add missing copyright header
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6383 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'BSDmakefile')
-rw-r--r-- | BSDmakefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/BSDmakefile b/BSDmakefile index f6f0cadf46..c6a0425698 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 $@ |