summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile16
-rw-r--r--include/host-build.mk6
-rw-r--r--include/image.mk6
-rw-r--r--include/kernel-build.mk6
-rw-r--r--include/kernel.mk6
-rw-r--r--include/modules-2.4.mk6
-rw-r--r--include/modules-2.6.mk6
-rw-r--r--include/modules.mk6
-rw-r--r--include/netfilter.mk6
-rw-r--r--include/package.mk6
-rw-r--r--include/target.mk6
-rw-r--r--include/verbose.mk7
-rw-r--r--package/alsa/Makefile6
-rw-r--r--package/base-files/Makefile6
-rw-r--r--package/bridge/Makefile6
-rw-r--r--package/broadcom-wl/Makefile6
-rw-r--r--package/busybox/Makefile6
-rw-r--r--package/diag/Makefile6
-rw-r--r--package/dnsmasq/Makefile6
-rw-r--r--package/dropbear/Makefile6
-rw-r--r--package/ebtables/Makefile6
-rw-r--r--package/fuse/Makefile6
-rw-r--r--package/haserl/Makefile6
-rw-r--r--package/hostap/Makefile6
-rw-r--r--package/hostapd/Makefile6
-rw-r--r--package/iproute2/Makefile6
-rw-r--r--package/ipsec-tools/Makefile6
-rw-r--r--package/ipset/Makefile6
-rw-r--r--package/iptables/Makefile6
-rw-r--r--package/libpcap/Makefile6
-rw-r--r--package/linux-atm/Makefile6
-rw-r--r--package/madwifi/Makefile6
-rw-r--r--package/mini_fo/Makefile6
-rw-r--r--package/mtd/Makefile6
-rw-r--r--package/nvram/Makefile6
-rw-r--r--package/openssl/Makefile6
-rw-r--r--package/openswan/Makefile6
-rw-r--r--package/pcmcia-cs/Makefile6
-rw-r--r--package/ppp/Makefile6
-rw-r--r--package/pptp/Makefile6
-rw-r--r--package/robocfg/Makefile6
-rw-r--r--package/shfs/Makefile6
-rw-r--r--package/spca5xx/Makefile6
-rw-r--r--package/switch/Makefile8
-rw-r--r--package/udev/Makefile6
-rw-r--r--package/ueagle-atm/Makefile6
-rw-r--r--package/util-linux/Makefile6
-rw-r--r--package/wireless-tools/Makefile6
-rw-r--r--package/wlcompat/Makefile6
-rw-r--r--package/zd1211/Makefile6
-rw-r--r--package/zlib/Makefile6
-rw-r--r--rules.mk7
-rwxr-xr-xscripts/configtest.pl7
-rwxr-xr-xscripts/download.pl7
-rwxr-xr-xscripts/gen_busybox_config.pl7
-rw-r--r--scripts/gen_busybox_menuconfig.pl7
-rwxr-xr-xscripts/gen_deps.pl7
-rwxr-xr-xscripts/gen_menuconfig.pl7
-rwxr-xr-xscripts/rstrip.sh7
-rwxr-xr-xscripts/timestamp.pl7
-rw-r--r--target/Makefile6
-rw-r--r--target/image/ar7/Makefile6
-rw-r--r--target/image/aruba/Makefile6
-rw-r--r--target/image/au1000/Makefile6
-rw-r--r--target/image/brcm/Makefile6
-rw-r--r--target/image/brcm/lzma-loader/Makefile6
-rw-r--r--target/image/brcm63xx/Makefile6
-rw-r--r--target/image/generic/Makefile6
-rw-r--r--target/image/generic/lzma-loader/Makefile6
-rw-r--r--target/image/generic/lzma-loader/src/Makefile6
-rw-r--r--target/image/rb532/Makefile6
-rw-r--r--target/image/x86/Makefile6
-rw-r--r--target/image/xscale/Makefile6
-rw-r--r--target/linux/Makefile6
-rw-r--r--target/linux/ar531x-2.4/Makefile6
-rw-r--r--target/linux/ar7-2.4/Makefile6
-rw-r--r--target/linux/aruba-2.6/Makefile6
-rw-r--r--target/linux/au1000-2.6/Makefile6
-rw-r--r--target/linux/brcm-2.4/Makefile6
-rw-r--r--target/linux/brcm-2.6/Makefile6
-rw-r--r--target/linux/brcm63xx-2.6/Makefile6
-rw-r--r--target/linux/imagebuilder/Makefile6
-rw-r--r--target/linux/package/Makefile6
-rw-r--r--target/linux/rb532-2.6/Makefile6
-rw-r--r--target/linux/sibyte-2.6/Makefile6
-rw-r--r--target/linux/x86-2.4/Makefile6
-rw-r--r--target/linux/x86-2.6/Makefile6
-rw-r--r--target/linux/xscale-2.6/Makefile6
-rw-r--r--target/sdk/Makefile6
-rw-r--r--target/utils/Makefile6
90 files changed, 547 insertions, 15 deletions
diff --git a/Makefile b/Makefile
index f5d49fed2..5c218f155 100644
--- a/Makefile
+++ b/Makefile
@@ -1,20 +1,10 @@
# Makefile for OpenWrt
#
+# Copyright (C) 2006 OpenWrt.org
# Copyright (C) 2006 by Felix Fietkau <openwrt@nbd.name>
#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
#
RELEASE:=Kamikaze
diff --git a/include/host-build.mk b/include/host-build.mk
index 0d103e2a0..43c83142d 100644
--- a/include/host-build.mk
+++ b/include/host-build.mk
@@ -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.
+#
ifneq ($(strip $(PKG_CAT)),)
ifeq ($(PKG_CAT),unzip)
UNPACK=unzip -d $(PKG_BUILD_DIR) $(DL_DIR)/$(PKG_SOURCE)
diff --git a/include/image.mk b/include/image.mk
index ca0d688f1..95accd6e1 100644
--- a/include/image.mk
+++ b/include/image.mk
@@ -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.
+#
KDIR:=$(BUILD_DIR)/linux-$(KERNEL)-$(BOARD)
ifneq ($(CONFIG_BIG_ENDIAN),y)
diff --git a/include/kernel-build.mk b/include/kernel-build.mk
index 3a455a812..6fae4acc5 100644
--- a/include/kernel-build.mk
+++ b/include/kernel-build.mk
@@ -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 $(INCLUDE_DIR)/modules-$(KERNEL).mk
LINUX_SOURCE:=linux-$(LINUX_VERSION).tar.bz2
diff --git a/include/kernel.mk b/include/kernel.mk
index b40f65f48..2c5d09377 100644
--- a/include/kernel.mk
+++ b/include/kernel.mk
@@ -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.
+#
ifeq ($(DUMP),1)
KERNEL:=<KERNEL>
BOARD:=<BOARD>
diff --git a/include/modules-2.4.mk b/include/modules-2.4.mk
index 325cf16bc..f8d966f40 100644
--- a/include/modules-2.4.mk
+++ b/include/modules-2.4.mk
@@ -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 $(INCLUDE_DIR)/netfilter.mk
# Networking
diff --git a/include/modules-2.6.mk b/include/modules-2.6.mk
index 6e8a2ded7..c98e4ea8a 100644
--- a/include/modules-2.6.mk
+++ b/include/modules-2.6.mk
@@ -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.
+#
NF_2_6:=1
include $(INCLUDE_DIR)/netfilter.mk
diff --git a/include/modules.mk b/include/modules.mk
index 026c4a610..d20fd41bb 100644
--- a/include/modules.mk
+++ b/include/modules.mk
@@ -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)/include/kernel.mk
define KernelPackage/ide-core
diff --git a/include/netfilter.mk b/include/netfilter.mk
index 66cb747de..236d4b242 100644
--- a/include/netfilter.mk
+++ b/include/netfilter.mk
@@ -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.
+#
# $Id: netfilter.mk 2411 2005-11-11 03:41:43Z nico $
ifeq ($(NF_2_6),1)
diff --git a/include/package.mk b/include/package.mk
index 0996574d2..bf2376dcd 100644
--- a/include/package.mk
+++ b/include/package.mk
@@ -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.
+#
ifneq ($(DUMP),)
all: dumpinfo
else
diff --git a/include/target.mk b/include/target.mk
index afdf5d8ae..5a87ab84d 100644
--- a/include/target.mk
+++ b/include/target.mk
@@ -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.
+#
define kernel_template
ifeq ($(CONFIG_LINUX_$(3)),y)
KERNEL:=$(1)
diff --git a/include/verbose.mk b/include/verbose.mk
index 6d7c7ef6c..98dfd5632 100644
--- a/include/verbose.mk
+++ b/include/verbose.mk
@@ -1,4 +1,9 @@
-# OpenWrt.org 2006
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
# $Id:$
ifndef KBUILD_VERBOSE
diff --git a/package/alsa/Makefile b/package/alsa/Makefile
index 7046bfee9..9a745aa96 100644
--- a/package/alsa/Makefile
+++ b/package/alsa/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.
+#
# $Id$
include $(TOPDIR)/rules.mk
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index f81c681c2..b0fd72c76 100644
--- a/package/base-files/Makefile
+++ b/package/base-files/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.
+#
# $Id$
include $(TOPDIR)/rules.mk
diff --git a/package/bridge/Makefile b/package/bridge/Makefile
index c3e682cc7..e5e7c63f6 100644
--- a/package/bridge/Makefile
+++ b/package/bridge/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.
+#
# $Id$
include $(TOPDIR)/rules.mk
diff --git a/package/broadcom-wl/Makefile b/package/broadcom-wl/Makefile
index 23ea67441..fc3f035b6 100644
--- a/package/broadcom-wl/Makefile
+++ b/package/broadcom-wl/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.
+#
# $Id: Makefile 2480 2005-11-14 02:07:33Z nbd $
include $(TOPDIR)/rules.mk
diff --git a/package/busybox/Makefile b/package/busybox/Makefile
index b44412917..31ec10351 100644
--- a/package/busybox/Makefile
+++ b/package/busybox/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.
+#
# $Id$
include $(TOPDIR)/rules.mk
diff --git a/package/diag/Makefile b/package/diag/Makefile
index de6ab8d64..8edc4093d 100644
--- a/package/diag/Makefile
+++ b/package/diag/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.
+#
# $Id$
include $(TOPDIR)/rules.mk
diff --git a/package/dnsmasq/Makefile b/package/dnsmasq/Makefile
index 09770dac2..8d76f378e 100644
--- a/package/dnsmasq/Makefile
+++ b/package/dnsmasq/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.
+#
# $Id$
include $(TOPDIR)/rules.mk
diff --git a/package/dropbear/Makefile b/package/dropbear/Makefile
index b76d3dacf..f5e9b154d 100644
--- a/package/dropbear/Makefile
+++ b/package/dropbear/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.
+#
# $Id$
include $(TOPDIR)/rules.mk
diff --git a/package/ebtables/Makefile b/package/ebtables/Makefile
index 87f93defe..7609fc7d4 100644
--- a/package/ebtables/Makefile
+++ b/package/ebtables/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.
+#
# $Id$
include $(TOPDIR)/rules.mk
diff --git a/package/fuse/Makefile b/package/fuse/Makefile
index 06777c852..c9eef8834 100644
--- a/package/fuse/Makefile
+++ b/package/fuse/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.
+#
# $Id$
include $(TOPDIR)/rules.mk
diff --git a/package/haserl/Makefile b/package/haserl/Makefile
index 53a28a771..c58d04c23 100644
--- a/package/haserl/Makefile
+++ b/package/haserl/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.
+#
# $Id$
include $(TOPDIR)/rules.mk
diff --git a/package/hostap/Makefile b/package/hostap/Makefile
index 612b2b72e..64b3e4025 100644
--- a/package/hostap/Makefile
+++ b/package/hostap/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.
+#
# $Id$
include $(TOPDIR)/rules.mk
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile
index 7fc77f81a..352d59766 100644
--- a/package/hostapd/Makefile
+++ b/package/hostapd/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.
+#
# $Id$
include $(TOPDIR)/rules.mk
diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile
index bbbcc758c..d21a92c66 100644
--- a/package/iproute2/Makefile
+++ b/package/iproute2/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.
+#
# $Id$
include $(TOPDIR)/rules.mk
diff --git a/package/ipsec-tools/Makefile b/package/ipsec-tools/Makefile
index 1a5ae5b4f..5d2b39141 100644
--- a/package/ipsec-tools/Makefile
+++ b/package/ipsec-tools/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.
+#
# $Id$
include $(TOPDIR)/rules.mk
diff --git a/package/ipset/Makefile b/package/ipset/Makefile
index 099114856..d3ea1318e 100644
--- a/package/ipset/Makefile
+++ b/package/ipset/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.
+#
# $Id$
#
include $(TOPDIR)/rules.mk
diff --git a/package/iptables/Makefile b/package/iptables/Makefile
index f8f590991..7fdc28422 100644
--- a/package/iptables/Makefile
+++ b/package/iptables/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.
+#
# $Id$
include $(TOPDIR)/rules.mk
diff --git a/package/libpcap/Makefile b/package/libpcap/Makefile
index 0ded09a90..76c88af9c 100644
--- a/package/libpcap/Makefile
+++ b/package/libpcap/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.
+#
# $Id$
include $(TOPDIR)/rules.mk
diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile
index 48a94ed04..0b8c59d4e 100644
--- a/package/linux-atm/Makefile
+++ b/package/linux-atm/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.
+#
# $Id$
include $(TOPDIR)/rules.mk
diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile
index 57210c0dd..07e2c4539 100644
--- a/package/madwifi/Makefile
+++ b/package/madwifi/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.
+#
# $Id$
include $(TOPDIR)/rules.mk
diff --git a/package/mini_fo/Makefile b/package/mini_fo/Makefile
index 292290863..6cba9db17 100644
--- a/package/mini_fo/Makefile
+++ b/package/mini_fo/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.
+#
# $Id$
include $(TOPDIR)/rules.mk
diff --git a/package/mtd/Makefile b/package/mtd/Makefile
index 80409a908..50a75a555 100644
--- a/package/mtd/Makefile
+++ b/package/mtd/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.
+#
# $Id$
include $(TOPDIR)/rules.mk
diff --git a/package/nvram/Makefile b/package/nvram/Makefile
index 11e89363f..b7040deec 100644
--- a/package/nvram/Makefile
+++ b/package/nvram/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.
+#
# $Id$
include $(TOPDIR)/rules.mk
diff --git a/package/openssl/Makefile b/package/openssl/Makefile
index 78e17a219..23207714b 100644
--- a/package/openssl/Makefile
+++ b/package/openssl/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.
+#
# $Id$
include $(TOPDIR)/rules.mk
diff --git a/package/openswan/Makefile b/package/openswan/Makefile
index 61aefe457..6e5185315 100644
--- a/package/openswan/Makefile
+++ b/package/openswan/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.
+#
# $Id$
include $(TOPDIR)/rules.mk
diff --git a/package/pcmcia-cs/Makefile b/package/pcmcia-cs/Makefile
index 388b431ef..11f32a892 100644
--- a/package/pcmcia-cs/Makefile
+++ b/package/pcmcia-cs/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.
+#
# $Id$
include $(TOPDIR)/rules.mk
diff --git a/package/ppp/Makefile b/package/ppp/Makefile
index 813b7227d..dcacbafba 100644
--- a/package/ppp/Makefile
+++ b/package/ppp/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.
+#
# $Id$
include $(TOPDIR)/rules.mk
diff --git a/package/pptp/Makefile b/package/pptp/Makefile
index 0478b4c2b..061e55395 100644
--- a/package/pptp/Makefile
+++ b/package/pptp/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.
+#
# $Id$
include $(TOPDIR)/rules.mk
diff --git a/package/robocfg/Makefile b/package/robocfg/Makefile
index 8451ac5a9..e43198de9 100644
--- a/package/robocfg/Makefile
+++ b/package/robocfg/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.
+#
# $Id$
include $(TOPDIR)/rules.mk
diff --git a/package/shfs/Makefile b/package/shfs/Makefile
index 561769301..3f958ad73 100644
--- a/package/shfs/Makefile
+++ b/package/shfs/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.
+#
# $Id$
include $(TOPDIR)/rules.mk
diff --git a/package/spca5xx/Makefile b/package/spca5xx/Makefile
index 001a64f76..b4025d762 100644
--- a/package/spca5xx/Makefile
+++ b/package/spca5xx/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.
+#
# $Id$
include $(TOPDIR)/rules.mk
diff --git a/package/switch/Makefile b/package/switch/Makefile
index befae3410..5513394fd 100644
--- a/package/switch/Makefile
+++ b/package/switch/Makefile
@@ -1,4 +1,10 @@
-# $Id$
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+# $Id:$
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
diff --git a/package/udev/Makefile b/package/udev/Makefile
index 015611536..942e8cf8f 100644
--- a/package/udev/Makefile
+++ b/package/udev/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.
+#
# $Id$
include $(TOPDIR)/rules.mk
diff --git a/package/ueagle-atm/Makefile b/package/ueagle-atm/Makefile
index 6d9c739c3..6db9b830e 100644
--- a/package/ueagle-atm/Makefile
+++ b/package/ueagle-atm/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.
+#
# $Id: Makefile 2767 2005-12-25 02:10:14Z wbx $
include $(TOPDIR)/rules.mk
diff --git a/package/util-linux/Makefile b/package/util-linux/Makefile
index 798e3c857..79517f9df 100644
--- a/package/util-linux/Makefile
+++ b/package/util-linux/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.
+#
# $Id: Makefile 3822 2006-05-24 07:01:52Z nico $
include $(TOPDIR)/rules.mk
diff --git a/package/wireless-tools/Makefile b/package/wireless-tools/Makefile
index 5f1205884..588442487 100644
--- a/package/wireless-tools/Makefile
+++ b/package/wireless-tools/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.
+#
# $Id$
include $(TOPDIR)/rules.mk
diff --git a/package/wlcompat/Makefile b/package/wlcompat/Makefile
index e6ec27ee8..a42cdd205 100644
--- a/package/wlcompat/Makefile
+++ b/package/wlcompat/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.
+#
# $Id$
include $(TOPDIR)/rules.mk
diff --git a/package/zd1211/Makefile b/package/zd1211/Makefile
index ba7308cc0..c25d8067f 100644
--- a/package/zd1211/Makefile
+++ b/package/zd1211/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.
+#
# $Id: Makefile 3297 2006-03-02 23:42:52Z florian $
include $(TOPDIR)/rules.mk
diff --git a/package/zlib/Makefile b/package/zlib/Makefile
index 6c560624f..41be6cc83 100644
--- a/package/zlib/Makefile
+++ b/package/zlib/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.
+#
# $Id$
include $(TOPDIR)/rules.mk
diff --git a/rules.mk b/rules.mk
index 42aedcfe5..533bdc35c 100644
--- a/rules.mk
+++ b/rules.mk
@@ -1,3 +1,10 @@
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
-include $(TOPDIR)/.config
include $(TOPDIR)/include/verbose.mk
diff --git a/scripts/configtest.pl b/scripts/configtest.pl
index 476bba7dc..289b2fecc 100755
--- a/scripts/configtest.pl
+++ b/scripts/configtest.pl
@@ -1,4 +1,11 @@
#!/usr/bin/perl
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
my %change = (
'^BUSYBOX' => 'make package/busybox-clean',
'OPENVPN_' => 'make package/openvpn-clean',
diff --git a/scripts/download.pl b/scripts/download.pl
index 794d8edeb..40b8d212a 100755
--- a/scripts/download.pl
+++ b/scripts/download.pl
@@ -1,4 +1,11 @@
#!/usr/bin/perl
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
use strict;
use warnings;
diff --git a/scripts/gen_busybox_config.pl b/scripts/gen_busybox_config.pl
index 0c70b4a11..9360052d2 100755
--- a/scripts/gen_busybox_config.pl
+++ b/scripts/gen_busybox_config.pl
@@ -1,4 +1,11 @@
#!/usr/bin/perl
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
use strict;
my $line;
diff --git a/scripts/gen_busybox_menuconfig.pl b/scripts/gen_busybox_menuconfig.pl
index 6ce323bb1..5fe64783e 100644
--- a/scripts/gen_busybox_menuconfig.pl
+++ b/scripts/gen_busybox_menuconfig.pl
@@ -1,4 +1,11 @@
#!/usr/bin/perl
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
use strict;
my $PATH = $ARGV[0];
($PATH and -d $PATH) or die 'invalid path';
diff --git a/scripts/gen_deps.pl b/scripts/gen_deps.pl
index 04998715d..0cdcc97a1 100755
--- a/scripts/gen_deps.pl
+++ b/scripts/gen_deps.pl
@@ -1,4 +1,11 @@
#!/usr/bin/perl
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
use strict;
my $name;
diff --git a/scripts/gen_menuconfig.pl b/scripts/gen_menuconfig.pl
index c1510b0d5..e62363e63 100755
--- a/scripts/gen_menuconfig.pl
+++ b/scripts/gen_menuconfig.pl
@@ -1,4 +1,11 @@
#!/usr/bin/perl
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
use strict;
my $src;
diff --git a/scripts/rstrip.sh b/scripts/rstrip.sh
index 619af00d5..e63ccf089 100755
--- a/scripts/rstrip.sh
+++ b/scripts/rstrip.sh
@@ -1,4 +1,11 @@
#!/bin/sh
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
SELF=${0##*/}
diff --git a/scripts/timestamp.pl b/scripts/timestamp.pl
index dc47e24aa..093ced993 100755
--- a/scripts/timestamp.pl
+++ b/scripts/timestamp.pl
@@ -1,4 +1,11 @@
#!/usr/bin/perl
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
use strict;
sub get_ts($$) {
diff --git a/target/Makefile b/target/Makefile
index 836469d17..2c1861193 100644
--- a/target/Makefile
+++ b/target/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
diff --git a/target/image/ar7/Makefile b/target/image/ar7/Makefile
index 5ee6b0dc1..f56ceffb6 100644
--- a/target/image/ar7/Makefile
+++ b/target/image/ar7/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)/image.mk
diff --git a/target/image/aruba/Makefile b/target/image/aruba/Makefile
index ad13ffd54..1d2aebfb1 100644
--- a/target/image/aruba/Makefile
+++ b/target/image/aruba/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)/image.mk
diff --git a/target/image/au1000/Makefile b/target/image/au1000/Makefile
index 3aaf665ca..0d25f8449 100644
--- a/target/image/au1000/Makefile
+++ b/target/image/au1000/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)/image.mk
diff --git a/target/image/brcm/Makefile b/target/image/brcm/Makefile
index 30bad50f2..853902627 100644
--- a/target/image/brcm/Makefile
+++ b/target/image/brcm/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)/image.mk
diff --git a/target/image/brcm/lzma-loader/Makefile b/target/image/brcm/lzma-loader/Makefile
index 3fa00fa4d..2f9117bca 100644
--- a/target/image/brcm/lzma-loader/Makefile
+++ b/target/image/brcm/lzma-loader/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.
+#
# $Id$
include $(TOPDIR)/rules.mk
diff --git a/target/image/brcm63xx/Makefile b/target/image/brcm63xx/Makefile
index 19799e88a..6aa72c292 100644
--- a/target/image/brcm63xx/Makefile
+++ b/target/image/brcm63xx/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)/image.mk
diff --git a/target/image/generic/Makefile b/target/image/generic/Makefile
index 3cb3b2e0b..64b294d76 100644
--- a/target/image/generic/Makefile
+++ b/target/image/generic/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)/image.mk
diff --git a/target/image/generic/lzma-loader/Makefile b/target/image/generic/lzma-loader/Makefile
index 3de04a81a..29f9f3b05 100644
--- a/target/image/generic/lzma-loader/Makefile
+++ b/target/image/generic/lzma-loader/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.
+#
# $Id: Makefile 1823 2005-09-01 20:07:42Z nbd $
include $(TOPDIR)/rules.mk
diff --git a/target/image/generic/lzma-loader/src/Makefile b/target/image/generic/lzma-loader/src/Makefile
index 54356889f..d4a100df4 100644
--- a/target/image/generic/lzma-loader/src/Makefile
+++ b/target/image/generic/lzma-loader/src/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.
+#
LOADADDR = 0x80400000 # RAM start + 4M
KERNEL_ENTRY = 0x80001000
RAMSIZE = 0x00100000 # 1MB
diff --git a/target/image/rb532/Makefile b/target/image/rb532/Makefile
index bba89522a..2a61a484d 100644
--- a/target/image/rb532/Makefile
+++ b/target/image/rb532/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)/image.mk
diff --git a/target/image/x86/Makefile b/target/image/x86/Makefile
index e4b3a9e44..d9ed29457 100644
--- a/target/image/x86/Makefile
+++ b/target/image/x86/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)/image.mk
diff --git a/target/image/xscale/Makefile b/target/image/xscale/Makefile
index 683c6028f..52c15a93d 100644
--- a/target/image/xscale/Makefile
+++ b/target/image/xscale/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)/image.mk
diff --git a/target/linux/Makefile b/target/linux/Makefile
index bab26845a..9afda46c8 100644
--- a/target/linux/Makefile
+++ b/target/linux/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
diff --git a/target/linux/ar531x-2.4/Makefile b/target/linux/ar531x-2.4/Makefile
index b33898754..33cb47cf5 100644
--- a/target/linux/ar531x-2.4/Makefile
+++ b/target/linux/ar531x-2.4/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
LINUX_VERSION:=2.4.32
diff --git a/target/linux/ar7-2.4/Makefile b/target/linux/ar7-2.4/Makefile
index 02a553a1e..a766b5045 100644
--- a/target/linux/ar7-2.4/Makefile
+++ b/target/linux/ar7-2.4/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
LINUX_VERSION:=2.4.32
diff --git a/target/linux/aruba-2.6/Makefile b/target/linux/aruba-2.6/Makefile
index 4d7955b10..7ffd11c66 100644
--- a/target/linux/aruba-2.6/Makefile
+++ b/target/linux/aruba-2.6/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
LINUX_VERSION:=2.6.17
diff --git a/target/linux/au1000-2.6/Makefile b/target/linux/au1000-2.6/Makefile
index a301fabcf..a09c029d2 100644
--- a/target/linux/au1000-2.6/Makefile
+++ b/target/linux/au1000-2.6/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
LINUX_VERSION:=2.6.17
diff --git a/target/linux/brcm-2.4/Makefile b/target/linux/brcm-2.4/Makefile
index 7945db917..f0bf67a64 100644
--- a/target/linux/brcm-2.4/Makefile
+++ b/target/linux/brcm-2.4/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
LINUX_VERSION:=2.4.32
diff --git a/target/linux/brcm-2.6/Makefile b/target/linux/brcm-2.6/Makefile
index 35a778fdf..0437338e8 100644
--- a/target/linux/brcm-2.6/Makefile
+++ b/target/linux/brcm-2.6/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
LINUX_VERSION:=2.6.17
diff --git a/target/linux/brcm63xx-2.6/Makefile b/target/linux/brcm63xx-2.6/Makefile
index a48442a69..ebbb84425 100644
--- a/target/linux/brcm63xx-2.6/Makefile
+++ b/target/linux/brcm63xx-2.6/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
LINUX_VERSION:=2.6.8.1
diff --git a/target/linux/imagebuilder/Makefile b/target/linux/imagebuilder/Makefile
index 53e8dfc58..2c1ab1712 100644
--- a/target/linux/imagebuilder/Makefile
+++ b/target/linux/imagebuilder/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.
+#
default: clean all
TOPDIR:=${shell pwd}
diff --git a/target/linux/package/Makefile b/target/linux/package/Makefile
index a8f01ff5e..d6ce8623e 100644
--- a/target/linux/package/Makefile
+++ b/target/linux/package/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.
+#
# Main makefile for the packages
include $(TOPDIR)/rules.mk
include ../rules.mk
diff --git a/target/linux/rb532-2.6/Makefile b/target/linux/rb532-2.6/Makefile
index 11e34e791..30fa1a85a 100644
--- a/target/linux/rb532-2.6/Makefile
+++ b/target/linux/rb532-2.6/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
LINUX_VERSION:=2.6.17
diff --git a/target/linux/sibyte-2.6/Makefile b/target/linux/sibyte-2.6/Makefile
index 11e34e791..30fa1a85a 100644
--- a/target/linux/sibyte-2.6/Makefile
+++ b/target/linux/sibyte-2.6/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
LINUX_VERSION:=2.6.17
diff --git a/target/linux/x86-2.4/Makefile b/target/linux/x86-2.4/Makefile
index 8a690afd0..12039454e 100644
--- a/target/linux/x86-2.4/Makefile
+++ b/target/linux/x86-2.4/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
LINUX_VERSION:=2.4.32
diff --git a/target/linux/x86-2.6/Makefile b/target/linux/x86-2.6/Makefile
index 04b13a390..6aa10005a 100644
--- a/target/linux/x86-2.6/Makefile
+++ b/target/linux/x86-2.6/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
LINUX_VERSION:=2.6.17
diff --git a/target/linux/xscale-2.6/Makefile b/target/linux/xscale-2.6/Makefile
index bd17ba764..59f02b334 100644
--- a/target/linux/xscale-2.6/Makefile
+++ b/target/linux/xscale-2.6/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
LINUX_VERSION:=2.6.17
diff --git a/target/sdk/Makefile b/target/sdk/Makefile
index 01438a6e0..25d2acc57 100644
--- a/target/sdk/Makefile
+++ b/target/sdk/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.
+#
# $Id$
include $(TOPDIR)/rules.mk
diff --git a/target/utils/Makefile b/target/utils/Makefile
index bcd1e653e..855f55267 100644
--- a/target/utils/Makefile
+++ b/target/utils/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
TARGETS := addpattern trx motorola-bin dgfirmware