aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-06-27 00:35:46 +0000
committerMike Baker <mbm@openwrt.org>2006-06-27 00:35:46 +0000
commitf9e5c1b1d5c9d4968f8a3ca32a29e65997b704b9 (patch)
tree58dcdc6b5eac875892aadbea0214c286939381fe /package
parentd746a3c00aa26d453d96f4fbba451f30cdc13287 (diff)
downloadupstream-f9e5c1b1d5c9d4968f8a3ca32a29e65997b704b9.tar.gz
upstream-f9e5c1b1d5c9d4968f8a3ca32a29e65997b704b9.tar.bz2
upstream-f9e5c1b1d5c9d4968f8a3ca32a29e65997b704b9.zip
credit where credit is due
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4091 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-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
39 files changed, 235 insertions, 1 deletions
diff --git a/package/alsa/Makefile b/package/alsa/Makefile
index 7046bfee927..9a745aa96bc 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 f81c681c264..b0fd72c7671 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 c3e682cc7f8..e5e7c63f661 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 23ea6744170..fc3f035b6ed 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 b4441291757..31ec1035174 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 de6ab8d64f0..8edc4093d47 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 09770dac28e..8d76f378e79 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 b76d3dacf27..f5e9b154d1f 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 87f93defe7a..7609fc7d46d 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 06777c8528a..c9eef883446 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 53a28a77132..c58d04c23e3 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 612b2b72e06..64b3e40257c 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 7fc77f81a3d..352d597669a 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 bbbcc758c3a..d21a92c66b6 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 1a5ae5b4fd9..5d2b3914110 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 0991148566c..d3ea1318ed7 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 f8f590991af..7fdc28422d7 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 0ded09a9086..76c88af9c43 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 48a94ed046a..0b8c59d4e15 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 57210c0dd06..07e2c453996 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 2922908631d..6cba9db170e 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 80409a90822..50a75a555f0 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 11e89363fc4..b7040deec8b 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 78e17a2195f..23207714beb 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 61aefe457b4..6e518531549 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 388b431ef02..11f32a89239 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 813b7227d27..dcacbafba59 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 0478b4c2b88..061e55395eb 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 8451ac5a951..e43198de93b 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 56176930154..3f958ad7319 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 001a64f76d7..b4025d7629f 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 befae3410e4..5513394fd6a 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 01561153629..942e8cf8f49 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 6d9c739c3c5..6db9b830ecb 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 798e3c85710..79517f9dfb0 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 5f1205884c5..58844248763 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 e6ec27ee81f..a42cdd20503 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 ba7308cc017..c25d8067f90 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 6c560624f0d..41be6cc8307 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