From 76f0c923fe4b2a1616453876611dc76b4f6b5355 Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 28 Aug 1999 00:22:10 +0000 Subject: $Id$ -> $FreeBSD$ --- lib/libatm/Makefile | 2 +- lib/libatm/atm_addr.c | 4 ++-- lib/libatm/cache_key.c | 4 ++-- lib/libatm/ioctl_subr.c | 4 ++-- lib/libatm/ip_addr.c | 4 ++-- lib/libatm/ip_checksum.c | 4 ++-- lib/libatm/libatm.h | 2 +- lib/libatm/timer.c | 4 ++-- 8 files changed, 14 insertions(+), 14 deletions(-) (limited to 'lib/libatm') diff --git a/lib/libatm/Makefile b/lib/libatm/Makefile index d86f16e..218bf9f 100644 --- a/lib/libatm/Makefile +++ b/lib/libatm/Makefile @@ -23,7 +23,7 @@ # Copies of this Software may be made, however, the above copyright # notice must be reproduced on all copies. # -# @(#) $Id: Makefile,v 1.1 1998/09/15 08:22:33 phk Exp $ +# @(#) $FreeBSD$ # # diff --git a/lib/libatm/atm_addr.c b/lib/libatm/atm_addr.c index 36a13f1..a7a3178 100644 --- a/lib/libatm/atm_addr.c +++ b/lib/libatm/atm_addr.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: atm_addr.c,v 1.2 1999/05/20 23:52:15 mks Exp $ + * @(#) $FreeBSD$ * */ @@ -53,7 +53,7 @@ #include "libatm.h" #ifndef lint -__RCSID("@(#) $Id: atm_addr.c,v 1.2 1999/05/20 23:52:15 mks Exp $"); +__RCSID("@(#) $FreeBSD$"); #endif diff --git a/lib/libatm/cache_key.c b/lib/libatm/cache_key.c index df0328b..582604c 100644 --- a/lib/libatm/cache_key.c +++ b/lib/libatm/cache_key.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: cache_key.c,v 1.1 1998/09/15 08:22:33 phk Exp $ + * @(#) $FreeBSD$ * */ @@ -54,7 +54,7 @@ #include "libatm.h" #ifndef lint -__RCSID("@(#) $Id: cache_key.c,v 1.1 1998/09/15 08:22:33 phk Exp $"); +__RCSID("@(#) $FreeBSD$"); #endif diff --git a/lib/libatm/ioctl_subr.c b/lib/libatm/ioctl_subr.c index 1cf598a..82a31b2 100644 --- a/lib/libatm/ioctl_subr.c +++ b/lib/libatm/ioctl_subr.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: ioctl_subr.c,v 1.1 1998/09/15 08:22:34 phk Exp $ + * @(#) $FreeBSD$ * */ @@ -56,7 +56,7 @@ #include "libatm.h" #ifndef lint -__RCSID("@(#) $Id: ioctl_subr.c,v 1.1 1998/09/15 08:22:34 phk Exp $"); +__RCSID("@(#) $FreeBSD$"); #endif diff --git a/lib/libatm/ip_addr.c b/lib/libatm/ip_addr.c index fbf60c4..81b9c77 100644 --- a/lib/libatm/ip_addr.c +++ b/lib/libatm/ip_addr.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: ip_addr.c,v 1.1 1998/09/15 08:22:34 phk Exp $ + * @(#) $FreeBSD$ * */ @@ -54,7 +54,7 @@ #include "libatm.h" #ifndef lint -__RCSID("@(#) $Id: ip_addr.c,v 1.1 1998/09/15 08:22:34 phk Exp $"); +__RCSID("@(#) $FreeBSD$"); #endif diff --git a/lib/libatm/ip_checksum.c b/lib/libatm/ip_checksum.c index 3cdf2f2..b9c7fa8 100644 --- a/lib/libatm/ip_checksum.c +++ b/lib/libatm/ip_checksum.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: ip_checksum.c,v 1.1 1998/09/15 08:22:34 phk Exp $ + * @(#) $FreeBSD$ * */ @@ -51,7 +51,7 @@ #include "libatm.h" #ifndef lint -__RCSID("@(#) $Id: ip_checksum.c,v 1.1 1998/09/15 08:22:34 phk Exp $"); +__RCSID("@(#) $FreeBSD$"); #endif diff --git a/lib/libatm/libatm.h b/lib/libatm/libatm.h index 28ddbc2..836b19e 100644 --- a/lib/libatm/libatm.h +++ b/lib/libatm/libatm.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: libatm.h,v 1.1 1998/09/15 08:22:34 phk Exp $ + * @(#) $FreeBSD$ * */ diff --git a/lib/libatm/timer.c b/lib/libatm/timer.c index d2bae91..e482840 100644 --- a/lib/libatm/timer.c +++ b/lib/libatm/timer.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: timer.c,v 1.1 1998/09/15 08:22:34 phk Exp $ + * @(#) $FreeBSD$ * */ @@ -54,7 +54,7 @@ #include "libatm.h" #ifndef lint -__RCSID("@(#) $Id: timer.c,v 1.1 1998/09/15 08:22:34 phk Exp $"); +__RCSID("@(#) $FreeBSD$"); #endif -- cgit v1.1