From d62e8a94859aba609ba944e6a5d33e14780177dc Mon Sep 17 00:00:00 2001 From: Mike Baker Date: Tue, 27 Jun 2006 00:35:46 +0000 Subject: [PATCH] credit where credit is due SVN-Revision: 4091 --- openwrt/Makefile | 16 +++------------- openwrt/include/host-build.mk | 6 ++++++ openwrt/include/image.mk | 6 ++++++ openwrt/include/kernel-build.mk | 6 ++++++ openwrt/include/kernel.mk | 6 ++++++ openwrt/include/modules-2.4.mk | 6 ++++++ openwrt/include/modules-2.6.mk | 6 ++++++ openwrt/include/modules.mk | 6 ++++++ openwrt/include/netfilter.mk | 6 ++++++ openwrt/include/package.mk | 6 ++++++ openwrt/include/target.mk | 6 ++++++ openwrt/include/verbose.mk | 7 ++++++- openwrt/package/alsa/Makefile | 6 ++++++ openwrt/package/base-files/Makefile | 6 ++++++ openwrt/package/bridge/Makefile | 6 ++++++ openwrt/package/broadcom-wl/Makefile | 6 ++++++ openwrt/package/busybox/Makefile | 6 ++++++ openwrt/package/diag/Makefile | 6 ++++++ openwrt/package/dnsmasq/Makefile | 6 ++++++ openwrt/package/dropbear/Makefile | 6 ++++++ openwrt/package/ebtables/Makefile | 6 ++++++ openwrt/package/fuse/Makefile | 6 ++++++ openwrt/package/haserl/Makefile | 6 ++++++ openwrt/package/hostap/Makefile | 6 ++++++ openwrt/package/hostapd/Makefile | 6 ++++++ openwrt/package/iproute2/Makefile | 6 ++++++ openwrt/package/ipsec-tools/Makefile | 6 ++++++ openwrt/package/ipset/Makefile | 6 ++++++ openwrt/package/iptables/Makefile | 6 ++++++ openwrt/package/libpcap/Makefile | 6 ++++++ openwrt/package/linux-atm/Makefile | 6 ++++++ openwrt/package/madwifi/Makefile | 6 ++++++ openwrt/package/mini_fo/Makefile | 6 ++++++ openwrt/package/mtd/Makefile | 6 ++++++ openwrt/package/nvram/Makefile | 6 ++++++ openwrt/package/openssl/Makefile | 6 ++++++ openwrt/package/openswan/Makefile | 6 ++++++ openwrt/package/pcmcia-cs/Makefile | 6 ++++++ openwrt/package/ppp/Makefile | 6 ++++++ openwrt/package/pptp/Makefile | 6 ++++++ openwrt/package/robocfg/Makefile | 6 ++++++ openwrt/package/shfs/Makefile | 6 ++++++ openwrt/package/spca5xx/Makefile | 6 ++++++ openwrt/package/switch/Makefile | 8 +++++++- openwrt/package/udev/Makefile | 6 ++++++ openwrt/package/ueagle-atm/Makefile | 6 ++++++ openwrt/package/util-linux/Makefile | 6 ++++++ openwrt/package/wireless-tools/Makefile | 6 ++++++ openwrt/package/wlcompat/Makefile | 6 ++++++ openwrt/package/zd1211/Makefile | 6 ++++++ openwrt/package/zlib/Makefile | 6 ++++++ openwrt/rules.mk | 7 +++++++ openwrt/scripts/configtest.pl | 7 +++++++ openwrt/scripts/download.pl | 7 +++++++ openwrt/scripts/gen_busybox_config.pl | 7 +++++++ openwrt/scripts/gen_busybox_menuconfig.pl | 7 +++++++ openwrt/scripts/gen_deps.pl | 7 +++++++ openwrt/scripts/gen_menuconfig.pl | 7 +++++++ openwrt/scripts/rstrip.sh | 7 +++++++ openwrt/scripts/timestamp.pl | 7 +++++++ openwrt/target/Makefile | 6 ++++++ openwrt/target/image/ar7/Makefile | 6 ++++++ openwrt/target/image/aruba/Makefile | 6 ++++++ openwrt/target/image/au1000/Makefile | 6 ++++++ openwrt/target/image/brcm/Makefile | 6 ++++++ openwrt/target/image/brcm/lzma-loader/Makefile | 6 ++++++ openwrt/target/image/brcm63xx/Makefile | 6 ++++++ openwrt/target/image/generic/Makefile | 6 ++++++ .../target/image/generic/lzma-loader/Makefile | 6 ++++++ .../image/generic/lzma-loader/src/Makefile | 6 ++++++ openwrt/target/image/rb532/Makefile | 6 ++++++ openwrt/target/image/x86/Makefile | 6 ++++++ openwrt/target/image/xscale/Makefile | 6 ++++++ openwrt/target/linux/Makefile | 6 ++++++ openwrt/target/linux/ar531x-2.4/Makefile | 6 ++++++ openwrt/target/linux/ar7-2.4/Makefile | 6 ++++++ openwrt/target/linux/aruba-2.6/Makefile | 6 ++++++ openwrt/target/linux/au1000-2.6/Makefile | 6 ++++++ openwrt/target/linux/brcm-2.4/Makefile | 6 ++++++ openwrt/target/linux/brcm-2.6/Makefile | 6 ++++++ openwrt/target/linux/brcm63xx-2.6/Makefile | 6 ++++++ openwrt/target/linux/imagebuilder/Makefile | 6 ++++++ openwrt/target/linux/package/Makefile | 6 ++++++ openwrt/target/linux/rb532-2.6/Makefile | 6 ++++++ openwrt/target/linux/sibyte-2.6/Makefile | 6 ++++++ openwrt/target/linux/x86-2.4/Makefile | 6 ++++++ openwrt/target/linux/x86-2.6/Makefile | 6 ++++++ openwrt/target/linux/xscale-2.6/Makefile | 6 ++++++ openwrt/target/sdk/Makefile | 6 ++++++ openwrt/target/utils/Makefile | 6 ++++++ 90 files changed, 547 insertions(+), 15 deletions(-) diff --git a/openwrt/Makefile b/openwrt/Makefile index f5d49fed270..5c218f155f7 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -1,20 +1,10 @@ # Makefile for OpenWrt # +# Copyright (C) 2006 OpenWrt.org # Copyright (C) 2006 by Felix Fietkau # -# 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/openwrt/include/host-build.mk b/openwrt/include/host-build.mk index 0d103e2a02b..43c83142dfe 100644 --- a/openwrt/include/host-build.mk +++ b/openwrt/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/openwrt/include/image.mk b/openwrt/include/image.mk index ca0d688f170..95accd6e1d1 100644 --- a/openwrt/include/image.mk +++ b/openwrt/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/openwrt/include/kernel-build.mk b/openwrt/include/kernel-build.mk index 3a455a812ec..6fae4acc535 100644 --- a/openwrt/include/kernel-build.mk +++ b/openwrt/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/openwrt/include/kernel.mk b/openwrt/include/kernel.mk index b40f65f480d..2c5d0937789 100644 --- a/openwrt/include/kernel.mk +++ b/openwrt/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:= BOARD:= diff --git a/openwrt/include/modules-2.4.mk b/openwrt/include/modules-2.4.mk index 325cf16bccb..f8d966f4013 100644 --- a/openwrt/include/modules-2.4.mk +++ b/openwrt/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/openwrt/include/modules-2.6.mk b/openwrt/include/modules-2.6.mk index 6e8a2ded70f..c98e4ea8a49 100644 --- a/openwrt/include/modules-2.6.mk +++ b/openwrt/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/openwrt/include/modules.mk b/openwrt/include/modules.mk index 026c4a61031..d20fd41bb08 100644 --- a/openwrt/include/modules.mk +++ b/openwrt/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/openwrt/include/netfilter.mk b/openwrt/include/netfilter.mk index 66cb747deaa..236d4b2429f 100644 --- a/openwrt/include/netfilter.mk +++ b/openwrt/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/openwrt/include/package.mk b/openwrt/include/package.mk index 0996574d26d..bf2376dcd02 100644 --- a/openwrt/include/package.mk +++ b/openwrt/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/openwrt/include/target.mk b/openwrt/include/target.mk index afdf5d8ae69..5a87ab84d79 100644 --- a/openwrt/include/target.mk +++ b/openwrt/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/openwrt/include/verbose.mk b/openwrt/include/verbose.mk index 6d7c7ef6c16..98dfd5632b6 100644 --- a/openwrt/include/verbose.mk +++ b/openwrt/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/openwrt/package/alsa/Makefile b/openwrt/package/alsa/Makefile index 7046bfee927..9a745aa96bc 100644 --- a/openwrt/package/alsa/Makefile +++ b/openwrt/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/openwrt/package/base-files/Makefile b/openwrt/package/base-files/Makefile index f81c681c264..b0fd72c7671 100644 --- a/openwrt/package/base-files/Makefile +++ b/openwrt/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/openwrt/package/bridge/Makefile b/openwrt/package/bridge/Makefile index c3e682cc7f8..e5e7c63f661 100644 --- a/openwrt/package/bridge/Makefile +++ b/openwrt/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/openwrt/package/broadcom-wl/Makefile b/openwrt/package/broadcom-wl/Makefile index 23ea6744170..fc3f035b6ed 100644 --- a/openwrt/package/broadcom-wl/Makefile +++ b/openwrt/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/openwrt/package/busybox/Makefile b/openwrt/package/busybox/Makefile index b4441291757..31ec1035174 100644 --- a/openwrt/package/busybox/Makefile +++ b/openwrt/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/openwrt/package/diag/Makefile b/openwrt/package/diag/Makefile index de6ab8d64f0..8edc4093d47 100644 --- a/openwrt/package/diag/Makefile +++ b/openwrt/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/openwrt/package/dnsmasq/Makefile b/openwrt/package/dnsmasq/Makefile index 09770dac28e..8d76f378e79 100644 --- a/openwrt/package/dnsmasq/Makefile +++ b/openwrt/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/openwrt/package/dropbear/Makefile b/openwrt/package/dropbear/Makefile index b76d3dacf27..f5e9b154d1f 100644 --- a/openwrt/package/dropbear/Makefile +++ b/openwrt/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/openwrt/package/ebtables/Makefile b/openwrt/package/ebtables/Makefile index 87f93defe7a..7609fc7d46d 100644 --- a/openwrt/package/ebtables/Makefile +++ b/openwrt/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/openwrt/package/fuse/Makefile b/openwrt/package/fuse/Makefile index 06777c8528a..c9eef883446 100644 --- a/openwrt/package/fuse/Makefile +++ b/openwrt/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/openwrt/package/haserl/Makefile b/openwrt/package/haserl/Makefile index 53a28a77132..c58d04c23e3 100644 --- a/openwrt/package/haserl/Makefile +++ b/openwrt/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/openwrt/package/hostap/Makefile b/openwrt/package/hostap/Makefile index 612b2b72e06..64b3e40257c 100644 --- a/openwrt/package/hostap/Makefile +++ b/openwrt/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/openwrt/package/hostapd/Makefile b/openwrt/package/hostapd/Makefile index 7fc77f81a3d..352d597669a 100644 --- a/openwrt/package/hostapd/Makefile +++ b/openwrt/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/openwrt/package/iproute2/Makefile b/openwrt/package/iproute2/Makefile index bbbcc758c3a..d21a92c66b6 100644 --- a/openwrt/package/iproute2/Makefile +++ b/openwrt/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/openwrt/package/ipsec-tools/Makefile b/openwrt/package/ipsec-tools/Makefile index 1a5ae5b4fd9..5d2b3914110 100644 --- a/openwrt/package/ipsec-tools/Makefile +++ b/openwrt/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/openwrt/package/ipset/Makefile b/openwrt/package/ipset/Makefile index 0991148566c..d3ea1318ed7 100644 --- a/openwrt/package/ipset/Makefile +++ b/openwrt/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/openwrt/package/iptables/Makefile b/openwrt/package/iptables/Makefile index f8f590991af..7fdc28422d7 100644 --- a/openwrt/package/iptables/Makefile +++ b/openwrt/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/openwrt/package/libpcap/Makefile b/openwrt/package/libpcap/Makefile index 0ded09a9086..76c88af9c43 100644 --- a/openwrt/package/libpcap/Makefile +++ b/openwrt/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/openwrt/package/linux-atm/Makefile b/openwrt/package/linux-atm/Makefile index 48a94ed046a..0b8c59d4e15 100644 --- a/openwrt/package/linux-atm/Makefile +++ b/openwrt/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/openwrt/package/madwifi/Makefile b/openwrt/package/madwifi/Makefile index 57210c0dd06..07e2c453996 100644 --- a/openwrt/package/madwifi/Makefile +++ b/openwrt/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/openwrt/package/mini_fo/Makefile b/openwrt/package/mini_fo/Makefile index 2922908631d..6cba9db170e 100644 --- a/openwrt/package/mini_fo/Makefile +++ b/openwrt/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/openwrt/package/mtd/Makefile b/openwrt/package/mtd/Makefile index 80409a90822..50a75a555f0 100644 --- a/openwrt/package/mtd/Makefile +++ b/openwrt/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/openwrt/package/nvram/Makefile b/openwrt/package/nvram/Makefile index 11e89363fc4..b7040deec8b 100644 --- a/openwrt/package/nvram/Makefile +++ b/openwrt/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/openwrt/package/openssl/Makefile b/openwrt/package/openssl/Makefile index 78e17a2195f..23207714beb 100644 --- a/openwrt/package/openssl/Makefile +++ b/openwrt/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/openwrt/package/openswan/Makefile b/openwrt/package/openswan/Makefile index 61aefe457b4..6e518531549 100644 --- a/openwrt/package/openswan/Makefile +++ b/openwrt/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/openwrt/package/pcmcia-cs/Makefile b/openwrt/package/pcmcia-cs/Makefile index 388b431ef02..11f32a89239 100644 --- a/openwrt/package/pcmcia-cs/Makefile +++ b/openwrt/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/openwrt/package/ppp/Makefile b/openwrt/package/ppp/Makefile index 813b7227d27..dcacbafba59 100644 --- a/openwrt/package/ppp/Makefile +++ b/openwrt/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/openwrt/package/pptp/Makefile b/openwrt/package/pptp/Makefile index 0478b4c2b88..061e55395eb 100644 --- a/openwrt/package/pptp/Makefile +++ b/openwrt/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/openwrt/package/robocfg/Makefile b/openwrt/package/robocfg/Makefile index 8451ac5a951..e43198de93b 100644 --- a/openwrt/package/robocfg/Makefile +++ b/openwrt/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/openwrt/package/shfs/Makefile b/openwrt/package/shfs/Makefile index 56176930154..3f958ad7319 100644 --- a/openwrt/package/shfs/Makefile +++ b/openwrt/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/openwrt/package/spca5xx/Makefile b/openwrt/package/spca5xx/Makefile index 001a64f76d7..b4025d7629f 100644 --- a/openwrt/package/spca5xx/Makefile +++ b/openwrt/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/openwrt/package/switch/Makefile b/openwrt/package/switch/Makefile index befae3410e4..5513394fd6a 100644 --- a/openwrt/package/switch/Makefile +++ b/openwrt/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/openwrt/package/udev/Makefile b/openwrt/package/udev/Makefile index 01561153629..942e8cf8f49 100644 --- a/openwrt/package/udev/Makefile +++ b/openwrt/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/openwrt/package/ueagle-atm/Makefile b/openwrt/package/ueagle-atm/Makefile index 6d9c739c3c5..6db9b830ecb 100644 --- a/openwrt/package/ueagle-atm/Makefile +++ b/openwrt/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/openwrt/package/util-linux/Makefile b/openwrt/package/util-linux/Makefile index 798e3c85710..79517f9dfb0 100644 --- a/openwrt/package/util-linux/Makefile +++ b/openwrt/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/openwrt/package/wireless-tools/Makefile b/openwrt/package/wireless-tools/Makefile index 5f1205884c5..58844248763 100644 --- a/openwrt/package/wireless-tools/Makefile +++ b/openwrt/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/openwrt/package/wlcompat/Makefile b/openwrt/package/wlcompat/Makefile index e6ec27ee81f..a42cdd20503 100644 --- a/openwrt/package/wlcompat/Makefile +++ b/openwrt/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/openwrt/package/zd1211/Makefile b/openwrt/package/zd1211/Makefile index ba7308cc017..c25d8067f90 100644 --- a/openwrt/package/zd1211/Makefile +++ b/openwrt/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/openwrt/package/zlib/Makefile b/openwrt/package/zlib/Makefile index 6c560624f0d..41be6cc8307 100644 --- a/openwrt/package/zlib/Makefile +++ b/openwrt/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/openwrt/rules.mk b/openwrt/rules.mk index 42aedcfe542..533bdc35c32 100644 --- a/openwrt/rules.mk +++ b/openwrt/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/openwrt/scripts/configtest.pl b/openwrt/scripts/configtest.pl index 476bba7dcec..289b2fecc09 100755 --- a/openwrt/scripts/configtest.pl +++ b/openwrt/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/openwrt/scripts/download.pl b/openwrt/scripts/download.pl index 794d8edeb8b..40b8d212a5f 100755 --- a/openwrt/scripts/download.pl +++ b/openwrt/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/openwrt/scripts/gen_busybox_config.pl b/openwrt/scripts/gen_busybox_config.pl index 0c70b4a1163..9360052d293 100755 --- a/openwrt/scripts/gen_busybox_config.pl +++ b/openwrt/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/openwrt/scripts/gen_busybox_menuconfig.pl b/openwrt/scripts/gen_busybox_menuconfig.pl index 6ce323bb138..5fe64783eb3 100644 --- a/openwrt/scripts/gen_busybox_menuconfig.pl +++ b/openwrt/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/openwrt/scripts/gen_deps.pl b/openwrt/scripts/gen_deps.pl index 04998715d41..0cdcc97a147 100755 --- a/openwrt/scripts/gen_deps.pl +++ b/openwrt/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/openwrt/scripts/gen_menuconfig.pl b/openwrt/scripts/gen_menuconfig.pl index c1510b0d584..e62363e6303 100755 --- a/openwrt/scripts/gen_menuconfig.pl +++ b/openwrt/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/openwrt/scripts/rstrip.sh b/openwrt/scripts/rstrip.sh index 619af00d535..e63ccf0895c 100755 --- a/openwrt/scripts/rstrip.sh +++ b/openwrt/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/openwrt/scripts/timestamp.pl b/openwrt/scripts/timestamp.pl index dc47e24aae4..093ced9935b 100755 --- a/openwrt/scripts/timestamp.pl +++ b/openwrt/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/openwrt/target/Makefile b/openwrt/target/Makefile index 836469d171b..2c186119312 100644 --- a/openwrt/target/Makefile +++ b/openwrt/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/openwrt/target/image/ar7/Makefile b/openwrt/target/image/ar7/Makefile index 5ee6b0dc103..f56ceffb670 100644 --- a/openwrt/target/image/ar7/Makefile +++ b/openwrt/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/openwrt/target/image/aruba/Makefile b/openwrt/target/image/aruba/Makefile index ad13ffd5417..1d2aebfb182 100644 --- a/openwrt/target/image/aruba/Makefile +++ b/openwrt/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/openwrt/target/image/au1000/Makefile b/openwrt/target/image/au1000/Makefile index 3aaf665ca9b..0d25f844974 100644 --- a/openwrt/target/image/au1000/Makefile +++ b/openwrt/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/openwrt/target/image/brcm/Makefile b/openwrt/target/image/brcm/Makefile index 30bad50f20d..853902627c4 100644 --- a/openwrt/target/image/brcm/Makefile +++ b/openwrt/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/openwrt/target/image/brcm/lzma-loader/Makefile b/openwrt/target/image/brcm/lzma-loader/Makefile index 3fa00fa4d94..2f9117bcac5 100644 --- a/openwrt/target/image/brcm/lzma-loader/Makefile +++ b/openwrt/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/openwrt/target/image/brcm63xx/Makefile b/openwrt/target/image/brcm63xx/Makefile index 19799e88af1..6aa72c2920c 100644 --- a/openwrt/target/image/brcm63xx/Makefile +++ b/openwrt/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/openwrt/target/image/generic/Makefile b/openwrt/target/image/generic/Makefile index 3cb3b2e0b67..64b294d76ed 100644 --- a/openwrt/target/image/generic/Makefile +++ b/openwrt/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/openwrt/target/image/generic/lzma-loader/Makefile b/openwrt/target/image/generic/lzma-loader/Makefile index 3de04a81a8d..29f9f3b0589 100644 --- a/openwrt/target/image/generic/lzma-loader/Makefile +++ b/openwrt/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/openwrt/target/image/generic/lzma-loader/src/Makefile b/openwrt/target/image/generic/lzma-loader/src/Makefile index 54356889f53..d4a100df4ba 100644 --- a/openwrt/target/image/generic/lzma-loader/src/Makefile +++ b/openwrt/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/openwrt/target/image/rb532/Makefile b/openwrt/target/image/rb532/Makefile index bba89522ac8..2a61a484dcd 100644 --- a/openwrt/target/image/rb532/Makefile +++ b/openwrt/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/openwrt/target/image/x86/Makefile b/openwrt/target/image/x86/Makefile index e4b3a9e4460..d9ed2945747 100644 --- a/openwrt/target/image/x86/Makefile +++ b/openwrt/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/openwrt/target/image/xscale/Makefile b/openwrt/target/image/xscale/Makefile index 683c6028f69..52c15a93d00 100644 --- a/openwrt/target/image/xscale/Makefile +++ b/openwrt/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/openwrt/target/linux/Makefile b/openwrt/target/linux/Makefile index bab26845a15..9afda46c860 100644 --- a/openwrt/target/linux/Makefile +++ b/openwrt/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/openwrt/target/linux/ar531x-2.4/Makefile b/openwrt/target/linux/ar531x-2.4/Makefile index b33898754b6..33cb47cf507 100644 --- a/openwrt/target/linux/ar531x-2.4/Makefile +++ b/openwrt/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/openwrt/target/linux/ar7-2.4/Makefile b/openwrt/target/linux/ar7-2.4/Makefile index 02a553a1eea..a766b50457b 100644 --- a/openwrt/target/linux/ar7-2.4/Makefile +++ b/openwrt/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/openwrt/target/linux/aruba-2.6/Makefile b/openwrt/target/linux/aruba-2.6/Makefile index 4d7955b1031..7ffd11c668c 100644 --- a/openwrt/target/linux/aruba-2.6/Makefile +++ b/openwrt/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/openwrt/target/linux/au1000-2.6/Makefile b/openwrt/target/linux/au1000-2.6/Makefile index a301fabcfe1..a09c029d22c 100644 --- a/openwrt/target/linux/au1000-2.6/Makefile +++ b/openwrt/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/openwrt/target/linux/brcm-2.4/Makefile b/openwrt/target/linux/brcm-2.4/Makefile index 7945db91715..f0bf67a6499 100644 --- a/openwrt/target/linux/brcm-2.4/Makefile +++ b/openwrt/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/openwrt/target/linux/brcm-2.6/Makefile b/openwrt/target/linux/brcm-2.6/Makefile index 35a778fdf25..0437338e8e2 100644 --- a/openwrt/target/linux/brcm-2.6/Makefile +++ b/openwrt/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/openwrt/target/linux/brcm63xx-2.6/Makefile b/openwrt/target/linux/brcm63xx-2.6/Makefile index a48442a69f3..ebbb84425ab 100644 --- a/openwrt/target/linux/brcm63xx-2.6/Makefile +++ b/openwrt/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/openwrt/target/linux/imagebuilder/Makefile b/openwrt/target/linux/imagebuilder/Makefile index 53e8dfc58ba..2c1ab1712e9 100644 --- a/openwrt/target/linux/imagebuilder/Makefile +++ b/openwrt/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/openwrt/target/linux/package/Makefile b/openwrt/target/linux/package/Makefile index a8f01ff5eff..d6ce8623ea8 100644 --- a/openwrt/target/linux/package/Makefile +++ b/openwrt/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/openwrt/target/linux/rb532-2.6/Makefile b/openwrt/target/linux/rb532-2.6/Makefile index 11e34e7910b..30fa1a85a12 100644 --- a/openwrt/target/linux/rb532-2.6/Makefile +++ b/openwrt/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/openwrt/target/linux/sibyte-2.6/Makefile b/openwrt/target/linux/sibyte-2.6/Makefile index 11e34e7910b..30fa1a85a12 100644 --- a/openwrt/target/linux/sibyte-2.6/Makefile +++ b/openwrt/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/openwrt/target/linux/x86-2.4/Makefile b/openwrt/target/linux/x86-2.4/Makefile index 8a690afd012..12039454e53 100644 --- a/openwrt/target/linux/x86-2.4/Makefile +++ b/openwrt/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/openwrt/target/linux/x86-2.6/Makefile b/openwrt/target/linux/x86-2.6/Makefile index 04b13a3908c..6aa10005a4e 100644 --- a/openwrt/target/linux/x86-2.6/Makefile +++ b/openwrt/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/openwrt/target/linux/xscale-2.6/Makefile b/openwrt/target/linux/xscale-2.6/Makefile index bd17ba76456..59f02b33404 100644 --- a/openwrt/target/linux/xscale-2.6/Makefile +++ b/openwrt/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/openwrt/target/sdk/Makefile b/openwrt/target/sdk/Makefile index 01438a6e0d7..25d2acc57cf 100644 --- a/openwrt/target/sdk/Makefile +++ b/openwrt/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/openwrt/target/utils/Makefile b/openwrt/target/utils/Makefile index bcd1e653e42..855f55267ac 100644 --- a/openwrt/target/utils/Makefile +++ b/openwrt/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 -- 2.30.2