diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-06-27 00:51:59 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-06-27 00:51:59 +0000 |
commit | 97f6ae6f2cd6bd5b497ee5717d0552ffce86da27 (patch) | |
tree | b2b61cb457e54449fb260f8ee7da3f4baf642f61 /package/busybox/patches/300-netmsg.patch | |
parent | 1cff065c6a20238abf69095c9fc4bf65a054f2ae (diff) | |
download | upstream-97f6ae6f2cd6bd5b497ee5717d0552ffce86da27.tar.gz upstream-97f6ae6f2cd6bd5b497ee5717d0552ffce86da27.tar.bz2 upstream-97f6ae6f2cd6bd5b497ee5717d0552ffce86da27.zip |
add copyright headers to busybox patches
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4095 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/patches/300-netmsg.patch')
-rw-r--r-- | package/busybox/patches/300-netmsg.patch | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/package/busybox/patches/300-netmsg.patch b/package/busybox/patches/300-netmsg.patch index ef6c0f4507..ad4fcd04d0 100644 --- a/package/busybox/patches/300-netmsg.patch +++ b/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> |