diff options
author | wosch <wosch@FreeBSD.org> | 1996-09-22 21:56:57 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1996-09-22 21:56:57 +0000 |
commit | 361a15b8f4a83afeff37ca3cdf0689db0bad4dd7 (patch) | |
tree | 4867a3bdc9ae39645860d414e03dc04a0418a63a /libexec/bootpd/tools | |
parent | 880849a80eb75b12a7a46608998c601f529e2e36 (diff) | |
download | FreeBSD-src-361a15b8f4a83afeff37ca3cdf0689db0bad4dd7.zip FreeBSD-src-361a15b8f4a83afeff37ca3cdf0689db0bad4dd7.tar.gz |
add forgotten $Id$
Diffstat (limited to 'libexec/bootpd/tools')
-rw-r--r-- | libexec/bootpd/tools/bootpef/bootpef.c | 3 | ||||
-rw-r--r-- | libexec/bootpd/tools/bootptest/bootptest.c | 2 | ||||
-rw-r--r-- | libexec/bootpd/tools/bootptest/print-bootp.c | 2 |
3 files changed, 7 insertions, 0 deletions
diff --git a/libexec/bootpd/tools/bootpef/bootpef.c b/libexec/bootpd/tools/bootpef/bootpef.c index 3ffe50b..c7e9276 100644 --- a/libexec/bootpd/tools/bootpef/bootpef.c +++ b/libexec/bootpd/tools/bootpef/bootpef.c @@ -18,6 +18,9 @@ DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + $Id$ + ************************************************************************/ /* diff --git a/libexec/bootpd/tools/bootptest/bootptest.c b/libexec/bootpd/tools/bootptest/bootptest.c index c4e38d4..2e23112 100644 --- a/libexec/bootpd/tools/bootptest/bootptest.c +++ b/libexec/bootpd/tools/bootptest/bootptest.c @@ -30,6 +30,8 @@ * 10/11/93 Released version 1.1 * 09/28/93 Released version 1.0 * 09/93 Original developed by Gordon W. Ross <gwr@mc.com> + * + * $Id$ */ char *usage = "bootptest [-h] server-name [vendor-data-template-file]"; diff --git a/libexec/bootpd/tools/bootptest/print-bootp.c b/libexec/bootpd/tools/bootptest/print-bootp.c index ff31670..8390321 100644 --- a/libexec/bootpd/tools/bootptest/print-bootp.c +++ b/libexec/bootpd/tools/bootptest/print-bootp.c @@ -22,6 +22,8 @@ * * This file was copied from tcpdump-2.1.1 and modified. * There is an e-mail list for tcpdump: <tcpdump@ee.lbl.gov> + * + * $Id$ */ #include <stdio.h> |