From db12d1d733ab7de0c5f4cda261eb79fd334a4ed9 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 7 Dec 2008 00:52:58 +0000 Subject: Fix forgotten license comments --- networking/udhcp/arpping.c | 2 ++ networking/udhcp/files.c | 2 ++ networking/udhcp/leases.c | 2 ++ networking/udhcp/options.c | 2 ++ networking/udhcp/packet.c | 6 ++++++ networking/udhcp/static_leases.c | 1 + networking/wget.c | 1 + 7 files changed, 16 insertions(+) (limited to 'networking') diff --git a/networking/udhcp/arpping.c b/networking/udhcp/arpping.c index e0710dc..b10bff6 100644 --- a/networking/udhcp/arpping.c +++ b/networking/udhcp/arpping.c @@ -4,6 +4,8 @@ * * Mostly stolen from: dhcpcd - DHCP client daemon * by Yoichi Hariguchi + * + * Licensed under GPLv2, see file LICENSE in this tarball for details. */ #include diff --git a/networking/udhcp/files.c b/networking/udhcp/files.c index 0b97d76..4f7b520 100644 --- a/networking/udhcp/files.c +++ b/networking/udhcp/files.c @@ -2,6 +2,8 @@ /* * files.c -- DHCP server file manipulation * * Rewrite by Russ Dill July 2001 + * + * Licensed under GPLv2, see file LICENSE in this tarball for details. */ #include diff --git a/networking/udhcp/leases.c b/networking/udhcp/leases.c index ff52da9..a981db0 100644 --- a/networking/udhcp/leases.c +++ b/networking/udhcp/leases.c @@ -2,6 +2,8 @@ /* * leases.c -- tools to manage DHCP leases * Russ Dill July 2001 + * + * Licensed under GPLv2, see file LICENSE in this tarball for details. */ #include "common.h" diff --git a/networking/udhcp/options.c b/networking/udhcp/options.c index 6bf99e2..2c27e70 100644 --- a/networking/udhcp/options.c +++ b/networking/udhcp/options.c @@ -2,6 +2,8 @@ /* * options.c -- DHCP server option packet tools * Rewrite by Russ Dill July 2001 + * + * Licensed under GPLv2, see file LICENSE in this tarball for details. */ #include "common.h" diff --git a/networking/udhcp/packet.c b/networking/udhcp/packet.c index 1a6f7e6..e2c8e6e 100644 --- a/networking/udhcp/packet.c +++ b/networking/udhcp/packet.c @@ -1,4 +1,10 @@ /* vi: set sw=4 ts=4: */ +/* + * packet.c -- packet ops + * Rewrite by Russ Dill July 2001 + * + * Licensed under GPLv2, see file LICENSE in this tarball for details. + */ #include #if (defined(__GLIBC__) && __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1) || defined _NEWLIB_VERSION diff --git a/networking/udhcp/static_leases.c b/networking/udhcp/static_leases.c index 43f1c98..7540f7f 100644 --- a/networking/udhcp/static_leases.c +++ b/networking/udhcp/static_leases.c @@ -5,6 +5,7 @@ * * Wade Berrier September 2004 * + * Licensed under GPLv2, see file LICENSE in this tarball for details. */ #include "common.h" diff --git a/networking/wget.c b/networking/wget.c index 3f80d61..b40a1ac 100644 --- a/networking/wget.c +++ b/networking/wget.c @@ -4,6 +4,7 @@ * * Chip Rosenthal Covad Communications * + * Licensed under GPLv2, see file LICENSE in this tarball for details. */ #include "libbb.h" -- cgit v1.1