credit where credit is due
authorMike Baker <mbm@openwrt.org>
Tue, 27 Jun 2006 00:35:46 +0000 (00:35 +0000)
committerMike Baker <mbm@openwrt.org>
Tue, 27 Jun 2006 00:35:46 +0000 (00:35 +0000)
SVN-Revision: 4091

90 files changed:
openwrt/Makefile
openwrt/include/host-build.mk
openwrt/include/image.mk
openwrt/include/kernel-build.mk
openwrt/include/kernel.mk
openwrt/include/modules-2.4.mk
openwrt/include/modules-2.6.mk
openwrt/include/modules.mk
openwrt/include/netfilter.mk
openwrt/include/package.mk
openwrt/include/target.mk
openwrt/include/verbose.mk
openwrt/package/alsa/Makefile
openwrt/package/base-files/Makefile
openwrt/package/bridge/Makefile
openwrt/package/broadcom-wl/Makefile
openwrt/package/busybox/Makefile
openwrt/package/diag/Makefile
openwrt/package/dnsmasq/Makefile
openwrt/package/dropbear/Makefile
openwrt/package/ebtables/Makefile
openwrt/package/fuse/Makefile
openwrt/package/haserl/Makefile
openwrt/package/hostap/Makefile
openwrt/package/hostapd/Makefile
openwrt/package/iproute2/Makefile
openwrt/package/ipsec-tools/Makefile
openwrt/package/ipset/Makefile
openwrt/package/iptables/Makefile
openwrt/package/libpcap/Makefile
openwrt/package/linux-atm/Makefile
openwrt/package/madwifi/Makefile
openwrt/package/mini_fo/Makefile
openwrt/package/mtd/Makefile
openwrt/package/nvram/Makefile
openwrt/package/openssl/Makefile
openwrt/package/openswan/Makefile
openwrt/package/pcmcia-cs/Makefile
openwrt/package/ppp/Makefile
openwrt/package/pptp/Makefile
openwrt/package/robocfg/Makefile
openwrt/package/shfs/Makefile
openwrt/package/spca5xx/Makefile
openwrt/package/switch/Makefile
openwrt/package/udev/Makefile
openwrt/package/ueagle-atm/Makefile
openwrt/package/util-linux/Makefile
openwrt/package/wireless-tools/Makefile
openwrt/package/wlcompat/Makefile
openwrt/package/zd1211/Makefile
openwrt/package/zlib/Makefile
openwrt/rules.mk
openwrt/scripts/configtest.pl
openwrt/scripts/download.pl
openwrt/scripts/gen_busybox_config.pl
openwrt/scripts/gen_busybox_menuconfig.pl
openwrt/scripts/gen_deps.pl
openwrt/scripts/gen_menuconfig.pl
openwrt/scripts/rstrip.sh
openwrt/scripts/timestamp.pl
openwrt/target/Makefile
openwrt/target/image/ar7/Makefile
openwrt/target/image/aruba/Makefile
openwrt/target/image/au1000/Makefile
openwrt/target/image/brcm/Makefile
openwrt/target/image/brcm/lzma-loader/Makefile
openwrt/target/image/brcm63xx/Makefile
openwrt/target/image/generic/Makefile
openwrt/target/image/generic/lzma-loader/Makefile
openwrt/target/image/generic/lzma-loader/src/Makefile
openwrt/target/image/rb532/Makefile
openwrt/target/image/x86/Makefile
openwrt/target/image/xscale/Makefile
openwrt/target/linux/Makefile
openwrt/target/linux/ar531x-2.4/Makefile
openwrt/target/linux/ar7-2.4/Makefile
openwrt/target/linux/aruba-2.6/Makefile
openwrt/target/linux/au1000-2.6/Makefile
openwrt/target/linux/brcm-2.4/Makefile
openwrt/target/linux/brcm-2.6/Makefile
openwrt/target/linux/brcm63xx-2.6/Makefile
openwrt/target/linux/imagebuilder/Makefile
openwrt/target/linux/package/Makefile
openwrt/target/linux/rb532-2.6/Makefile
openwrt/target/linux/sibyte-2.6/Makefile
openwrt/target/linux/x86-2.4/Makefile
openwrt/target/linux/x86-2.6/Makefile
openwrt/target/linux/xscale-2.6/Makefile
openwrt/target/sdk/Makefile
openwrt/target/utils/Makefile

index f5d49fed270d5a44a4e4b3476115abde1dbf4e39..5c218f155f761ad163748febcd733d805af4fbc4 100644 (file)
@@ -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
index 0d103e2a02b402a102c0aa962cdbe1f48fabb6b4..43c83142dfe6effab403f7d30024d79d8db7263a 100644 (file)
@@ -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)
index ca0d688f170f5c77ca21e5a234a60c040d95f336..95accd6e1d1f886cc1535cf4f3352a691e2e97b9 100644 (file)
@@ -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)
index 3a455a812ecdb95fc4c427b0bd0f72dde7d55066..6fae4acc535839a9436f6c17b60f09f906050042 100644 (file)
@@ -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
index b40f65f480dc9fa294c04184152014449ecb1eb0..2c5d0937789c570ec2ce162c1658a5daba7ba291 100644 (file)
@@ -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>
index 325cf16bccb417d32ff317e34cdb688b1ea883ad..f8d966f4013501a5444e9db8790b317c845a5c33 100644 (file)
@@ -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
index 6e8a2ded70f9c634c9714cee2a597a3d90fb1c71..c98e4ea8a492b970e27d9b35445d8877d89182ad 100644 (file)
@@ -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
 
index 026c4a61031cf26ae5ec7c67b7bc515edec50b53..d20fd41bb08b035bb933e005ad3f21cc0d4acaf1 100644 (file)
@@ -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
index 66cb747deaa1976826fdd50477023536f1a98b7a..236d4b2429f64b15f6c1c5f4de4ef79daa121417 100644 (file)
@@ -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)
index 0996574d26dd8a6cfab9fb1fd84920c4fea8438d..bf2376dcd02ce6724f86d9d05370a227134939dc 100644 (file)
@@ -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
index afdf5d8ae69c3edb87cfed72c23ad2bc80543063..5a87ab84d791914c4980a0cbdd17a0a73082574b 100644 (file)
@@ -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)
index 6d7c7ef6c16fd01f9b9a3413c494dced13114704..98dfd5632b6292ded3459283c7a344f0fa149e6a 100644 (file)
@@ -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
index 7046bfee9273a2ad7df6f054ccf2897176bdc112..9a745aa96bc2f7b77931800394f1f1145841721d 100644 (file)
@@ -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
index f81c681c2649e2c86dee0601a559bed880a21045..b0fd72c76710f57ae83f17b420f4683bdc489ca1 100644 (file)
@@ -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
index c3e682cc7f80f5104d8fad399158e062cf688215..e5e7c63f661e151b5ed549085850d4cc28769534 100644 (file)
@@ -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
index 23ea674417066e8c6faed4c0796ec3fe99758290..fc3f035b6ed608c2862b9a7fb99038bc9b50df33 100644 (file)
@@ -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
index b44412917572fe088bcdd3aa43b6adc1f53b9c27..31ec1035174d7a525933e28d4f18b88d09a7bac2 100644 (file)
@@ -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
index de6ab8d64f0d01cd736400708171b52cea41a239..8edc4093d4794ab24ff8bce561b2125e05dd143e 100644 (file)
@@ -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
index 09770dac28e00891f677986d5b1c858d5c6acba4..8d76f378e79f3566dc21ae4ccc7a595ac4479d9f 100644 (file)
@@ -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
index b76d3dacf279c6678885edc9b6e3f23a94d855eb..f5e9b154d1f2dccccd1cbd508fab0c9afbbe97d1 100644 (file)
@@ -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
index 87f93defe7a2ea025354d02f279127522df04cbb..7609fc7d46d40d2236c05527d1e8165604844ba9 100644 (file)
@@ -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
index 06777c8528a09b7c9250c63658c4edaee21c8321..c9eef88344652cddde9f8415c0d15b206f7d9a45 100644 (file)
@@ -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
index 53a28a7713201181a2d812b9152ea903515e6b13..c58d04c23e333e2c3d6fed1d5f0fd1b89448e75d 100644 (file)
@@ -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
index 612b2b72e06a5548a00b9db0b79e4229dc0d27a4..64b3e40257c3f0e25817fd7513f33f79771f94ad 100644 (file)
@@ -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
index 7fc77f81a3d532003fac8e87d9d5be7833bf1cfa..352d597669ae4f06d6f41337bc39743aebb0ed8c 100644 (file)
@@ -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
index bbbcc758c3ac58024ebded55b178ee7f0d664390..d21a92c66b6862b70a604de0b3c9ef8f37724b18 100644 (file)
@@ -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
index 1a5ae5b4fd9cca5090d39e29b99dd3c59fa35b91..5d2b391411038c1b650800ac3320acf47d1e319f 100644 (file)
@@ -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
index 0991148566caedc133d8d21350c2e85713f592d2..d3ea1318ed7878717f425d0911400be4e920e666 100644 (file)
@@ -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
index f8f590991afc972578d10f0633cf8cd1665395f6..7fdc28422d70b344eddb70eeb9a1cd2ccfa05694 100644 (file)
@@ -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
index 0ded09a90862bfae341f775e04a8a3a62722796d..76c88af9c4309e611952b9f8b6e00309c95d07db 100644 (file)
@@ -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
index 48a94ed046a6364441b2f857ce4445e331b8033f..0b8c59d4e157d22f54114f03bc2fbafb39914ab0 100644 (file)
@@ -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
index 57210c0dd065c21dbc029f1f68cd1064aebf228e..07e2c4539966278fc145f401ac52de06b3a2e4bf 100644 (file)
@@ -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
index 2922908631d157c9623d10dfe596d4f29303c1db..6cba9db170efcafdfbf40746476a742e8af7917e 100644 (file)
@@ -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
index 80409a908226df2ccf3a71bf28b9f69fc3c80246..50a75a555f0254c50084245a693bba9493a13f1a 100644 (file)
@@ -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
index 11e89363fc443500ffd423510c28c19fa7ba709c..b7040deec8bc0aab7536776770b835760a97c0bd 100644 (file)
@@ -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
index 78e17a2195f3558090547e7fa6a3fe8899a3431b..23207714beb8b650bcc3a2a6f7f205f03db824d7 100644 (file)
@@ -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
index 61aefe457b42a9952337fe3ec7b0e1b69ea2a602..6e518531549c94063449c49f04a631cbb9094fa8 100644 (file)
@@ -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
index 388b431ef02590f47573974e9084df6aac529b19..11f32a89239e099527293316eada469c598c1a61 100644 (file)
@@ -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
index 813b7227d274073d80c02aa8c615d8be6607ffe4..dcacbafba59c5355eb81833b16e85d190fa5e343 100644 (file)
@@ -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
index 0478b4c2b88ad999218645132670574117ed4ce4..061e55395ebd143b332387ac05334d545468349a 100644 (file)
@@ -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
index 8451ac5a95148025e974ea51bbc0f6e02756ee94..e43198de93bb63897d94aab67f392a24a60d4c09 100644 (file)
@@ -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
index 56176930154b21ab4872c5e70fd52b58abbf6ebb..3f958ad7319ca51f19a92cae5f10be4ce54e88e2 100644 (file)
@@ -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
index 001a64f76d77ef8c32320910ab2d0ac15a330ac2..b4025d7629fd610452f75699aae05885a0930cdc 100644 (file)
@@ -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
index befae3410e40b94a7c178a570c41ffa33c741fc2..5513394fd6ace2b877488fbd9dae923f58968fa8 100644 (file)
@@ -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
index 0156115362924ae8cab5fe772d3756e76f5cee70..942e8cf8f490441e238578adffeae06f72df4815 100644 (file)
@@ -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
index 6d9c739c3c57bc81d8d6b5fa5b079f9c801c6489..6db9b830ecbbfc485a707befea2cdc19fa6bcb80 100644 (file)
@@ -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
index 798e3c85710325b11d99ae866de842b1853f9617..79517f9dfb01fedde251ae552d8799511c960836 100644 (file)
@@ -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
index 5f1205884c5261953e7ae0db16ea84dffeee1bd7..58844248763eb1d811ead17b9a3e773c5a02fa17 100644 (file)
@@ -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
index e6ec27ee81fa3f5dc91fadd5974c9c1b87381aa0..a42cdd20503d7338e887bc9c5cd87126d9f72358 100644 (file)
@@ -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
index ba7308cc0171ba890c2af11d9b6d8ce328d41688..c25d8067f90ef87490fd78aab6238f1f1ff8c414 100644 (file)
@@ -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
index 6c560624f0d623c638fac09d28a7019a157d34cc..41be6cc83072412e3065da707fa965086318a39f 100644 (file)
@@ -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
index 42aedcfe542a29e1057df17f9ebbe54ab67ce799..533bdc35c3238fc29ad08c5978ced19cb9ba5c59 100644 (file)
@@ -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
 
index 476bba7dcec12623839cc36901ba54a5cbc80cd5..289b2fecc099e83b9e6b87884540211636998850 100755 (executable)
@@ -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',
index 794d8edeb8be1ad96bff3aa6696d8edf942c4277..40b8d212a5f4f832cddbc61da30513a987455b91 100755 (executable)
@@ -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;
 
index 0c70b4a116311fa3642a388e93d1513ef384e71b..9360052d293a30ad40564464930e2ffc419b4301 100755 (executable)
@@ -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;
index 6ce323bb1387ebff2aa61556cfa9158b3d36499b..5fe64783eb3d22383cdf9cf8c7a4394d3fe61363 100644 (file)
@@ -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';
index 04998715d41d6b97f43d82e819d6e0f52e03967e..0cdcc97a14789f6f3cf215ca4e0b8fd24bb4ed3b 100755 (executable)
@@ -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;
index c1510b0d5842ec6f5c977726a6ad021b53c533a5..e62363e63038a24df1aa28b0ac562abbab8d3a36 100755 (executable)
@@ -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;
index 619af00d535d4c97398e30101f282396410f44f0..e63ccf0895c4ed32ab4158b2beabaa5e9bacfa06 100755 (executable)
@@ -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##*/}
 
index dc47e24aae44f7050ce23ae69a19a6a927af5963..093ced9935bfbf5836829373c6bb1274d286a200 100755 (executable)
@@ -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($$) {
index 836469d171b40796bdaae297eb7204acc9324d06..2c1861193129c2ea1022908ac39dc70d890814e1 100644 (file)
@@ -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
 
index 5ee6b0dc103ccd17c03402d73f4053283fa138bc..f56ceffb670494834482267fb79d82988f4f34b7 100644 (file)
@@ -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
 
index ad13ffd54177c3dd1ab98bc0972d4130a24d0384..1d2aebfb18236a47b9bdb4f0f72888017aea4f23 100644 (file)
@@ -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
 
index 3aaf665ca9bac5cca01ef421a52328f601ddec9e..0d25f8449742d6b5594031894c9b24c50f7e0e45 100644 (file)
@@ -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
 
index 30bad50f20dd8855ef429fd76410b33ef3ef1083..853902627c45a4ca37db4a9be5063f17147942b2 100644 (file)
@@ -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
 
index 3fa00fa4d94d24f5b98cd70393ac5b3df48e0245..2f9117bcac52c9df0e201939e610dcd0f164f804 100644 (file)
@@ -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
index 19799e88af1ac111e706696b8f0d2d0aadc3dea3..6aa72c2920c2eb171f6fc3bb3f96b9e102380f02 100644 (file)
@@ -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
 
index 3cb3b2e0b670af4adeb20652b733b56153bbf2e3..64b294d76ed7b3c7392dabb8cd318c967de54e86 100644 (file)
@@ -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
 
index 3de04a81a8d9a4053a36701fe5fb50926f7d6bda..29f9f3b05895ede942c3eeaf48c7a876137b95f1 100644 (file)
@@ -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
index 54356889f5344b602cd5ac1f375bf27c4097b84f..d4a100df4ba10038c1a3ef38d199072407db2f60 100644 (file)
@@ -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
index bba89522ac8c2aab699fbde44c3c9610250cf8f4..2a61a484dcd408245ee4b71e3ad0d555a5482922 100644 (file)
@@ -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
 
index e4b3a9e4460f5450b8654be44b8baafc880a2989..d9ed2945747cf0c26bbca3ec3345f31b696bc0cb 100644 (file)
@@ -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
 
index 683c6028f69e801ce5e2fbb70fc358a3ff8c6734..52c15a93d0085faba3c1b8cd8f077b4bc459b954 100644 (file)
@@ -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
 
index bab26845a15aae8e7b059af587f15ca386d1cf59..9afda46c86015853077259c18771d2d414a88913 100644 (file)
@@ -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
 
index b33898754b67c003499cd9f10098fdeaf9f7a8cd..33cb47cf5076d6cdbbc6d1ccd300587ff373688b 100644 (file)
@@ -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
index 02a553a1eea10c3d7fb550fcd404383e76c74635..a766b50457b5d23b5561b009d48233334bbd4801 100644 (file)
@@ -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
index 4d7955b1031fa9780cc4868e943e10003040afbe..7ffd11c668c90be53d7a83f858ea830433ee061e 100644 (file)
@@ -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
index a301fabcfe1b1021ad1825882b00a6c7d1fe6c5b..a09c029d22c2a84d74a339c0214e8d8070cda63e 100644 (file)
@@ -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
index 7945db91715aea3bbcc3da7a0497dfb89e0c13a5..f0bf67a64994922a9485e30e0e6c22af2b647d5f 100644 (file)
@@ -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
index 35a778fdf25c39ff3c0f6916ff240777f9b7c532..0437338e8e221eb888e17251994816c3cb203554 100644 (file)
@@ -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
index a48442a69f3fd8bd47c6d15cd263f2c6d6aeb19c..ebbb84425ab4118747af6fab03cb9f6ac712a816 100644 (file)
@@ -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
index 53e8dfc58ba2976a134fb2386688d01fa5a97c8b..2c1ab1712e94a1f954da7e0cc98629ca1bb0342c 100644 (file)
@@ -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}
index a8f01ff5effdcc8b63e917cd5c49d8f47b9f56d0..d6ce8623ea87d5790fa98a4e65549b1609b3a146 100644 (file)
@@ -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
index 11e34e7910bb6083972bbaa7526ac92fd8f7ab9f..30fa1a85a12def00ea93d38a120d730dd8b7b3e7 100644 (file)
@@ -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
index 11e34e7910bb6083972bbaa7526ac92fd8f7ab9f..30fa1a85a12def00ea93d38a120d730dd8b7b3e7 100644 (file)
@@ -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
index 8a690afd0120935264fd951ed77de4632ac021bf..12039454e53a0f04bffca8c4ee6ee880e5f987ed 100644 (file)
@@ -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
index 04b13a3908cf941320a83d17f049505c8579004c..6aa10005a4e29a2df2fb981fdd9d6eb88fb61480 100644 (file)
@@ -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
index bd17ba76456173828a58e0900e7298d16221501b..59f02b33404279264126f534b6c85d937a91e012 100644 (file)
@@ -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
index 01438a6e0d7510ebbef9dc701e9d12de2ccb4e8b..25d2acc57cf71f2f1dd998da49258569babe0493 100644 (file)
@@ -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
index bcd1e653e42fa8b43c6d6fd4a65aa7176cf8a3e7..855f55267ac276793668928d4585a1f273bf1ce6 100644 (file)
@@ -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