aboutsummaryrefslogtreecommitdiff
path: root/libexec/bootpd
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:16 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:16 +0000
commitb3e7694832e81d7a904a10f525f8797b753bf0d3 (patch)
treeb19639e949c04734767a61d8997b23a935c0015d /libexec/bootpd
parent95ee2897e98f5d444f26ed2334cc7c439f9c16c6 (diff)
downloadsrc-b3e7694832e81d7a904a10f525f8797b753bf0d3.tar.gz
src-b3e7694832e81d7a904a10f525f8797b753bf0d3.zip
Diffstat (limited to 'libexec/bootpd')
-rw-r--r--libexec/bootpd/bootp.h2
-rw-r--r--libexec/bootpd/bootpd.h2
-rw-r--r--libexec/bootpd/dovend.c2
-rw-r--r--libexec/bootpd/dumptab.c2
-rw-r--r--libexec/bootpd/getether.c2
-rw-r--r--libexec/bootpd/getif.c2
-rw-r--r--libexec/bootpd/hwaddr.c2
-rw-r--r--libexec/bootpd/hwaddr.h2
-rw-r--r--libexec/bootpd/lookup.c2
-rw-r--r--libexec/bootpd/patchlevel.h2
-rw-r--r--libexec/bootpd/tools/bootptest/print-bootp.c2
-rw-r--r--libexec/bootpd/trygetea.c2
-rw-r--r--libexec/bootpd/trygetif.c2
-rw-r--r--libexec/bootpd/trylook.c2
-rw-r--r--libexec/bootpd/tzone.c2
15 files changed, 0 insertions, 30 deletions
diff --git a/libexec/bootpd/bootp.h b/libexec/bootpd/bootp.h
index c3a3909287ba..343efb459327 100644
--- a/libexec/bootpd/bootp.h
+++ b/libexec/bootpd/bootp.h
@@ -23,8 +23,6 @@ SOFTWARE.
/*
* Bootstrap Protocol (BOOTP). RFC951 and RFC1395.
*
- * $FreeBSD$
- *
*
* This file specifies the "implementation-independent" BOOTP protocol
* information which is common to both client and server.
diff --git a/libexec/bootpd/bootpd.h b/libexec/bootpd/bootpd.h
index 86c1b3da8b64..11c4a8b41d64 100644
--- a/libexec/bootpd/bootpd.h
+++ b/libexec/bootpd/bootpd.h
@@ -23,8 +23,6 @@ SOFTWARE.
/*
* bootpd.h -- common header file for all the modules of the bootpd program.
- *
- * $FreeBSD$
*/
#include "bptypes.h"
diff --git a/libexec/bootpd/dovend.c b/libexec/bootpd/dovend.c
index a90e63cfa4d9..b32459ae3347 100644
--- a/libexec/bootpd/dovend.c
+++ b/libexec/bootpd/dovend.c
@@ -1,7 +1,5 @@
/*
* dovend.c : Inserts all but the first few vendor options.
- *
- * $FreeBSD$
*/
#include <sys/types.h>
diff --git a/libexec/bootpd/dumptab.c b/libexec/bootpd/dumptab.c
index b7f98a8d3eca..3961cb4210cb 100644
--- a/libexec/bootpd/dumptab.c
+++ b/libexec/bootpd/dumptab.c
@@ -1,7 +1,5 @@
/*
* dumptab.c - handles dumping the database
- *
- * $FreeBSD$
*/
#include <sys/types.h>
diff --git a/libexec/bootpd/getether.c b/libexec/bootpd/getether.c
index a43536fd83f5..1a49ce574d38 100644
--- a/libexec/bootpd/getether.c
+++ b/libexec/bootpd/getether.c
@@ -6,8 +6,6 @@
*
* If you figure out how to do this on another system,
* please let me know. <gwr@mc.com>
- *
- * $FreeBSD$
*/
#include <sys/types.h>
diff --git a/libexec/bootpd/getif.c b/libexec/bootpd/getif.c
index 9d7502512cb3..6d2ca48eaf42 100644
--- a/libexec/bootpd/getif.c
+++ b/libexec/bootpd/getif.c
@@ -1,7 +1,5 @@
/*
* getif.c : get an interface structure
- *
- * $FreeBSD$
*/
#include <sys/types.h>
diff --git a/libexec/bootpd/hwaddr.c b/libexec/bootpd/hwaddr.c
index 7e0400014864..4bac34957545 100644
--- a/libexec/bootpd/hwaddr.c
+++ b/libexec/bootpd/hwaddr.c
@@ -1,8 +1,6 @@
/*
* hwaddr.c - routines that deal with hardware addresses.
* (i.e. Ethernet)
- *
- * $FreeBSD$
*/
#include <sys/types.h>
diff --git a/libexec/bootpd/hwaddr.h b/libexec/bootpd/hwaddr.h
index bd68857648a1..8381666eea49 100644
--- a/libexec/bootpd/hwaddr.h
+++ b/libexec/bootpd/hwaddr.h
@@ -1,7 +1,5 @@
/*
* hwaddr.h
- *
- * $FreeBSD$
*/
#ifndef HWADDR_H
diff --git a/libexec/bootpd/lookup.c b/libexec/bootpd/lookup.c
index 0287f71d9075..c520e7a9004c 100644
--- a/libexec/bootpd/lookup.c
+++ b/libexec/bootpd/lookup.c
@@ -1,7 +1,5 @@
/*
* lookup.c - Lookup IP address, HW address, netmask
- *
- * $FreeBSD$
*/
#include <sys/types.h>
diff --git a/libexec/bootpd/patchlevel.h b/libexec/bootpd/patchlevel.h
index fc79f18b4068..2cc0f4e0ae1f 100644
--- a/libexec/bootpd/patchlevel.h
+++ b/libexec/bootpd/patchlevel.h
@@ -1,7 +1,5 @@
/*
* patchlevel.h
- *
- * $FreeBSD$
*/
#define VERSION "2.4"
diff --git a/libexec/bootpd/tools/bootptest/print-bootp.c b/libexec/bootpd/tools/bootptest/print-bootp.c
index 5d7670ce1f24..ba1c02563ab0 100644
--- a/libexec/bootpd/tools/bootptest/print-bootp.c
+++ b/libexec/bootpd/tools/bootptest/print-bootp.c
@@ -23,8 +23,6 @@
*
* This file was copied from tcpdump-2.1.1 and modified.
* There is an e-mail list for tcpdump: <tcpdump@ee.lbl.gov>
- *
- * $FreeBSD$
*/
#include <stdio.h>
diff --git a/libexec/bootpd/trygetea.c b/libexec/bootpd/trygetea.c
index 0ae63a3a2fba..5510995386e9 100644
--- a/libexec/bootpd/trygetea.c
+++ b/libexec/bootpd/trygetea.c
@@ -1,7 +1,5 @@
/*
* trygetea.c - test program for getether.c
- *
- * $FreeBSD$
*/
#include <sys/types.h>
diff --git a/libexec/bootpd/trygetif.c b/libexec/bootpd/trygetif.c
index 0e2cca195b23..8c78ee34247a 100644
--- a/libexec/bootpd/trygetif.c
+++ b/libexec/bootpd/trygetif.c
@@ -1,7 +1,5 @@
/*
* trygetif.c - test program for getif.c
- *
- * $FreeBSD$
*/
#include <sys/types.h>
diff --git a/libexec/bootpd/trylook.c b/libexec/bootpd/trylook.c
index 9484d04b6da3..0479166d2f35 100644
--- a/libexec/bootpd/trylook.c
+++ b/libexec/bootpd/trylook.c
@@ -1,7 +1,5 @@
/*
* trylook.c - test program for lookup.c
- *
- * $FreeBSD$
*/
#include <sys/types.h>
diff --git a/libexec/bootpd/tzone.c b/libexec/bootpd/tzone.c
index 354fb54ed373..d0c20a389c06 100644
--- a/libexec/bootpd/tzone.c
+++ b/libexec/bootpd/tzone.c
@@ -2,8 +2,6 @@
* tzone.c - get the timezone
*
* This is shared by bootpd and bootpef
- *
- * $FreeBSD$
*/
#ifdef SVR4