summaryrefslogtreecommitdiff
path: root/openwrt/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-06-27 00:51:59 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-06-27 00:51:59 +0000
commitdb2eecc69a83fbe46d2519851b2230e4f65312c2 (patch)
tree577f23e897b00c2c397d1507d84289a6d787b556 /openwrt/package
parent6de1045ad3e27caf858ce107951666cec6c31503 (diff)
downloadmtk-20170518-db2eecc69a83fbe46d2519851b2230e4f65312c2.zip
mtk-20170518-db2eecc69a83fbe46d2519851b2230e4f65312c2.tar.gz
mtk-20170518-db2eecc69a83fbe46d2519851b2230e4f65312c2.tar.bz2
add copyright headers to busybox patches
SVN-Revision: 4095
Diffstat (limited to 'openwrt/package')
-rw-r--r--openwrt/package/busybox/patches/190-ash_performance.patch3
-rw-r--r--openwrt/package/busybox/patches/210-passwd_limit.patch3
-rw-r--r--openwrt/package/busybox/patches/220-awk_bitops.patch3
-rw-r--r--openwrt/package/busybox/patches/300-netmsg.patch10
-rw-r--r--openwrt/package/busybox/patches/310-passwd_access.patch3
-rw-r--r--openwrt/package/busybox/patches/320-httpd_address_binding.patch3
-rw-r--r--openwrt/package/busybox/patches/340-lock_util.patch10
7 files changed, 33 insertions, 2 deletions
diff --git a/openwrt/package/busybox/patches/190-ash_performance.patch b/openwrt/package/busybox/patches/190-ash_performance.patch
index 2231fd7..0931931 100644
--- a/openwrt/package/busybox/patches/190-ash_performance.patch
+++ b/openwrt/package/busybox/patches/190-ash_performance.patch
@@ -1,3 +1,6 @@
+
+ Copyright (C) 2006 OpenWrt.org
+
diff -urN busybox.old/shell/ash.c busybox.dev/shell/ash.c
--- busybox.old/shell/ash.c 2005-11-12 22:39:19.853826250 +0100
+++ busybox.dev/shell/ash.c 2005-11-12 22:39:42.771258500 +0100
diff --git a/openwrt/package/busybox/patches/210-passwd_limit.patch b/openwrt/package/busybox/patches/210-passwd_limit.patch
index 50c7ed8..6c10916 100644
--- a/openwrt/package/busybox/patches/210-passwd_limit.patch
+++ b/openwrt/package/busybox/patches/210-passwd_limit.patch
@@ -1,3 +1,6 @@
+
+ Copyright (C) 2006 OpenWrt.org
+
diff -urN busybox.old/loginutils/passwd.c busybox.dev/loginutils/passwd.c
--- busybox.old/loginutils/passwd.c 2005-12-11 22:52:46.185150000 +0100
+++ busybox.dev/loginutils/passwd.c 2005-12-11 23:19:15.276596500 +0100
diff --git a/openwrt/package/busybox/patches/220-awk_bitops.patch b/openwrt/package/busybox/patches/220-awk_bitops.patch
index 2b85729..1567583 100644
--- a/openwrt/package/busybox/patches/220-awk_bitops.patch
+++ b/openwrt/package/busybox/patches/220-awk_bitops.patch
@@ -1,3 +1,6 @@
+
+ Copyright (C) 2006 OpenWrt.org
+
--- busybox-1.00/editors/awk.c.orig 2004-09-24 05:24:27 -04:00
+++ busybox-1.00/editors/awk.c 2006-03-08 02:16:52 -05:00
@@ -271,7 +271,8 @@
diff --git a/openwrt/package/busybox/patches/300-netmsg.patch b/openwrt/package/busybox/patches/300-netmsg.patch
index ef6c0f4..ad4fcd0 100644
--- a/openwrt/package/busybox/patches/300-netmsg.patch
+++ b/openwrt/package/busybox/patches/300-netmsg.patch
@@ -1,3 +1,6 @@
+
+ Copyright (C) 2006 OpenWrt.org
+
diff -Nur busybox-1.1.1/include/applets.h busybox-1.1.1-owrt/include/applets.h
--- busybox-1.1.1/include/applets.h 2006-04-01 18:26:21.000000000 +0200
+++ busybox-1.1.1-owrt/include/applets.h 2006-04-01 18:36:28.000000000 +0200
@@ -39,7 +42,12 @@ diff -Nur busybox-1.1.1/networking/Makefile.in busybox-1.1.1-owrt/networking/Mak
diff -Nur busybox-1.1.1/networking/netmsg.c busybox-1.1.1-owrt/networking/netmsg.c
--- busybox-1.1.1/networking/netmsg.c 1970-01-01 01:00:00.000000000 +0100
+++ busybox-1.1.1-owrt/networking/netmsg.c 2006-04-01 18:35:32.000000000 +0200
-@@ -0,0 +1,58 @@
+@@ -0,0 +1,63 @@
++/*
++ * Copyright (C) 2006 Felix Fietkau <nbd@openwrt.org>
++ *
++ * This is free software, licensed under the GNU General Public License v2.
++ */
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
diff --git a/openwrt/package/busybox/patches/310-passwd_access.patch b/openwrt/package/busybox/patches/310-passwd_access.patch
index 03cfe8b..3a09d2a 100644
--- a/openwrt/package/busybox/patches/310-passwd_access.patch
+++ b/openwrt/package/busybox/patches/310-passwd_access.patch
@@ -1,3 +1,6 @@
+
+ Copyright (C) 2006 OpenWrt.org
+
diff -urN busybox.old/networking/httpd.c busybox.dev/networking/httpd.c
--- busybox.old/networking/httpd.c 2004-10-08 10:03:29.000000000 +0200
+++ busybox.dev/networking/httpd.c 2006-02-04 01:54:19.688016250 +0100
diff --git a/openwrt/package/busybox/patches/320-httpd_address_binding.patch b/openwrt/package/busybox/patches/320-httpd_address_binding.patch
index 288900b..b9503aa 100644
--- a/openwrt/package/busybox/patches/320-httpd_address_binding.patch
+++ b/openwrt/package/busybox/patches/320-httpd_address_binding.patch
@@ -1,3 +1,6 @@
+
+ Copyright (C) 2006 OpenWrt.org
+
--- busybox-1.1.1/networking/httpd.c 2006-03-22 22:16:19.000000000 +0100
+++ busybox-1.1.1.new/networking/httpd.c 2006-04-01 19:41:42.150744624 +0200
@@ -110,6 +110,7 @@
diff --git a/openwrt/package/busybox/patches/340-lock_util.patch b/openwrt/package/busybox/patches/340-lock_util.patch
index bb1cf49..ad594e6 100644
--- a/openwrt/package/busybox/patches/340-lock_util.patch
+++ b/openwrt/package/busybox/patches/340-lock_util.patch
@@ -1,3 +1,6 @@
+
+ Copyright (C) 2006 OpenWrt.org
+
diff -urN busybox.old/include/applets.h busybox.dev/include/applets.h
--- busybox.old/include/applets.h 2006-04-05 01:06:29.000000000 +0200
+++ busybox.dev/include/applets.h 2006-04-05 01:19:09.000000000 +0200
@@ -39,7 +42,12 @@ diff -urN busybox.old/miscutils/Makefile.in busybox.dev/miscutils/Makefile.in
diff -urN busybox.old/miscutils/lock.c busybox.dev/miscutils/lock.c
--- busybox.old/miscutils/lock.c 1970-01-01 01:00:00.000000000 +0100
+++ busybox.dev/miscutils/lock.c 2006-04-05 01:07:12.000000000 +0200
-@@ -0,0 +1,128 @@
+@@ -0,0 +1,133 @@
++/*
++ * Copyright (C) 2006 Felix Fietkau <nbd@openwrt.org>
++ *
++ * This is free software, licensed under the GNU General Public License v2.
++ */
+#include <sys/types.h>
+#include <sys/file.h>
+#include <sys/stat.h>