add missing copyright
authorFelix Fietkau <nbd@openwrt.org>
Tue, 27 Jun 2006 00:44:04 +0000 (00:44 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 27 Jun 2006 00:44:04 +0000 (00:44 +0000)
SVN-Revision: 4094

16 files changed:
openwrt/toolchain/Makefile
openwrt/toolchain/binutils/Makefile
openwrt/toolchain/gdb/Makefile
openwrt/toolchain/ipkg-utils/Makefile
openwrt/toolchain/jffs2/Makefile
openwrt/toolchain/kernel-headers/Makefile
openwrt/toolchain/libnotimpl/Makefile
openwrt/toolchain/lzma/Makefile
openwrt/toolchain/sed/Makefile
openwrt/toolchain/squashfs/Makefile
openwrt/toolchain/sstrip/Makefile
openwrt/toolchain/uClibc/Makefile
openwrt/toolchain/uClibc/config/i386
openwrt/toolchain/uClibc/config/mips
openwrt/toolchain/uClibc/config/mipsel
openwrt/toolchain/uClibc/config/powerpc

index 6481ed0d101e444333e2216baef871cefea4e261..043a119b151b57fbd56e3064eea6b21e43756db3 100644 (file)
@@ -1,4 +1,11 @@
+# 
+# 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 toolchain
+#
 include $(TOPDIR)/rules.mk
 TARGETS-y:=sed kernel-headers sstrip binutils gcc uClibc ipkg-utils libnotimpl squashfs jffs2 lzma
 TARGETS-$(CONFIG_GDB) += gdb
index 6d4f96f9143aa306b08c74ceff20f9c1226b4298..a5b905eb52d308c8c842ba43422d4d9dae27af1b 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
 
 PKG_NAME:=binutils
index 538ef512072195705cc26d1bd644e4c58c4ad0ca..f5c0bf37253eda00b7f832a45034205b222a4b8a 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
 
 PKG_NAME:=gdb
index 5d324f728aa7a59dcebf8e6d251c25d8fd3c83c7..4520af176e6434832a2f075b1eabc79ce4bd3228 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
 
 PKG_NAME := ipkg-utils
index 02364020a4af8df7f9944eca43ba3fb97c6d8199..93e2589c2023afa50e194d8ad3b781f3c8a7613a 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
 
 PKG_NAME:=mtd
index 9d2f32e8633178ccafee2798dd86217c99665b14..7e08508b636e8bf9c577e781901708d539b7ba75 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
 
 PKG_NAME=kernel-headers
index aae7aef34a3bb9d5dc35032410f13348564c0d52..bc515ca0800df470494876a99a6ff4b75d889384 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
 
 PKG_NAME := libnotimpl
index 6488a06280387fdb304c83a97610f1353328a23b..ab8fea0e6a839058cbe117a2db0327133e26f790 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
 
 PKG_NAME := lzma
index 0832ede2804d9bb6e65b244a7e627ff82bda9034..fdeeeea2ab21f6b03deda20ac4d78ff71b4e6c59 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
 
 PKG_NAME := sed
index 7b3eed5d6093eb2898c2130836420b0f08fd6b2c..ac5edd996710b16a531974221984be2ea2944d6e 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
 
 PKG_NAME := squashfs
index aa18e21c5fed8caf081fdd0ef870bafba53d9b11..49983e9129fc19cd645196100832ba2ab2952c6e 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)/host-build.mk
 
index 1499573cedcb8c5997c72cea1ea2760328fb84d8..bb52ee300f8d8294b84a61126c12c4ea9c337eec 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 b1a9ec3a1c424402b70fbf5c6e431f38144aa636..e787c580d458aa959f7c8a495787e8ee37af97dc 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.
+#
+
 #
 # Automatically generated make config: don't edit
 #
index 06c3d829b6aac18352ae78b2a0f3771ad79096d1..3f1f3a7f6a6728a8a6ddef45179e65de0fbe05be 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.
+#
+
 #
 # Automatically generated make config: don't edit
 #
index 8a7db1a3dcd44bd8956eec55fc3ad4bc7a311806..acdb2aa27337c40f9d8985509d8c1ad660697998 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.
+#
+
 #
 # Automatically generated make config: don't edit
 #
index 457c7d5e53959f6c737ca24cee0a6de555c8495e..de1ffaab153b94497d4fd4883004e4d972d220c6 100644 (file)
@@ -1,4 +1,11 @@
+# 
+# Copyright (C) 2006 OpenWrt.org
 #
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+#
+
 # Automatically generated make config: don't edit
 #
 # TARGET_alpha is not set