diff options
Diffstat (limited to 'networking/udhcp/options.c')
-rw-r--r-- | networking/udhcp/options.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/networking/udhcp/options.c b/networking/udhcp/options.c index 6bf99e2b9..2c27e7033 100644 --- a/networking/udhcp/options.c +++ b/networking/udhcp/options.c | |||
@@ -2,6 +2,8 @@ | |||
2 | /* | 2 | /* |
3 | * options.c -- DHCP server option packet tools | 3 | * options.c -- DHCP server option packet tools |
4 | * Rewrite by Russ Dill <Russ.Dill@asu.edu> July 2001 | 4 | * Rewrite by Russ Dill <Russ.Dill@asu.edu> July 2001 |
5 | * | ||
6 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | ||
5 | */ | 7 | */ |
6 | 8 | ||
7 | #include "common.h" | 9 | #include "common.h" |