diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-06-27 00:44:04 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-06-27 00:44:04 +0000 |
commit | 1cff065c6a20238abf69095c9fc4bf65a054f2ae (patch) | |
tree | cdbc896831093fce5965821f30753d4b1976209e /toolchain/uClibc/Makefile | |
parent | ff1c3fba1a2f5209a38830ea15e89d4c8a640f2f (diff) | |
download | master-187ad058-1cff065c6a20238abf69095c9fc4bf65a054f2ae.tar.gz master-187ad058-1cff065c6a20238abf69095c9fc4bf65a054f2ae.tar.bz2 master-187ad058-1cff065c6a20238abf69095c9fc4bf65a054f2ae.zip |
add missing copyright
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4094 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/uClibc/Makefile')
-rw-r--r-- | toolchain/uClibc/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/toolchain/uClibc/Makefile b/toolchain/uClibc/Makefile index 1499573ced..bb52ee300f 100644 --- a/toolchain/uClibc/Makefile +++ b/toolchain/uClibc/Makefile @@ -1,3 +1,9 @@ +# +# Copyright (C) 2006 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/target.mk |