summaryrefslogtreecommitdiff
path: root/lib/libatm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libatm')
-rw-r--r--lib/libatm/Makefile2
-rw-r--r--lib/libatm/atm_addr.c4
-rw-r--r--lib/libatm/cache_key.c4
-rw-r--r--lib/libatm/ioctl_subr.c4
-rw-r--r--lib/libatm/ip_addr.c4
-rw-r--r--lib/libatm/ip_checksum.c4
-rw-r--r--lib/libatm/libatm.h2
-rw-r--r--lib/libatm/timer.c4
8 files changed, 14 insertions, 14 deletions
diff --git a/lib/libatm/Makefile b/lib/libatm/Makefile
index 1de2e13177cb..25ffcab56c06 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.
#
-# @(#) $FreeBSD$
+# @(#) $FreeBSD: src/lib/libatm/Makefile,v 1.4 2000/01/14 07:57:22 rgrimes Exp $
#
#
diff --git a/lib/libatm/atm_addr.c b/lib/libatm/atm_addr.c
index a7a31783f306..7cf2c1ba9cd0 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.
*
- * @(#) $FreeBSD$
+ * @(#) $FreeBSD: src/lib/libatm/atm_addr.c,v 1.4 1999/08/27 23:58:04 peter Exp $
*
*/
@@ -53,7 +53,7 @@
#include "libatm.h"
#ifndef lint
-__RCSID("@(#) $FreeBSD$");
+__RCSID("@(#) $FreeBSD: src/lib/libatm/atm_addr.c,v 1.4 1999/08/27 23:58:04 peter Exp $");
#endif
diff --git a/lib/libatm/cache_key.c b/lib/libatm/cache_key.c
index 582604c2875a..7d5d63656a79 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.
*
- * @(#) $FreeBSD$
+ * @(#) $FreeBSD: src/lib/libatm/cache_key.c,v 1.3 1999/08/27 23:58:04 peter Exp $
*
*/
@@ -54,7 +54,7 @@
#include "libatm.h"
#ifndef lint
-__RCSID("@(#) $FreeBSD$");
+__RCSID("@(#) $FreeBSD: src/lib/libatm/cache_key.c,v 1.3 1999/08/27 23:58:04 peter Exp $");
#endif
diff --git a/lib/libatm/ioctl_subr.c b/lib/libatm/ioctl_subr.c
index 82a31b28d8da..0e138bc0fe82 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.
*
- * @(#) $FreeBSD$
+ * @(#) $FreeBSD: src/lib/libatm/ioctl_subr.c,v 1.3 1999/08/27 23:58:04 peter Exp $
*
*/
@@ -56,7 +56,7 @@
#include "libatm.h"
#ifndef lint
-__RCSID("@(#) $FreeBSD$");
+__RCSID("@(#) $FreeBSD: src/lib/libatm/ioctl_subr.c,v 1.3 1999/08/27 23:58:04 peter Exp $");
#endif
diff --git a/lib/libatm/ip_addr.c b/lib/libatm/ip_addr.c
index 81b9c771dc48..4652c43fb8c2 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.
*
- * @(#) $FreeBSD$
+ * @(#) $FreeBSD: src/lib/libatm/ip_addr.c,v 1.3 1999/08/27 23:58:04 peter Exp $
*
*/
@@ -54,7 +54,7 @@
#include "libatm.h"
#ifndef lint
-__RCSID("@(#) $FreeBSD$");
+__RCSID("@(#) $FreeBSD: src/lib/libatm/ip_addr.c,v 1.3 1999/08/27 23:58:04 peter Exp $");
#endif
diff --git a/lib/libatm/ip_checksum.c b/lib/libatm/ip_checksum.c
index b9c7fa85fa8a..ad9ad6dd282e 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.
*
- * @(#) $FreeBSD$
+ * @(#) $FreeBSD: src/lib/libatm/ip_checksum.c,v 1.3 1999/08/27 23:58:05 peter Exp $
*
*/
@@ -51,7 +51,7 @@
#include "libatm.h"
#ifndef lint
-__RCSID("@(#) $FreeBSD$");
+__RCSID("@(#) $FreeBSD: src/lib/libatm/ip_checksum.c,v 1.3 1999/08/27 23:58:05 peter Exp $");
#endif
diff --git a/lib/libatm/libatm.h b/lib/libatm/libatm.h
index 836b19e1f329..f1c7b1b2d7c7 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.
*
- * @(#) $FreeBSD$
+ * @(#) $FreeBSD: src/lib/libatm/libatm.h,v 1.3 1999/08/27 23:58:05 peter Exp $
*
*/
diff --git a/lib/libatm/timer.c b/lib/libatm/timer.c
index e4828403c10f..e147ab3f523a 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.
*
- * @(#) $FreeBSD$
+ * @(#) $FreeBSD: src/lib/libatm/timer.c,v 1.3 1999/08/27 23:58:05 peter Exp $
*
*/
@@ -54,7 +54,7 @@
#include "libatm.h"
#ifndef lint
-__RCSID("@(#) $FreeBSD$");
+__RCSID("@(#) $FreeBSD: src/lib/libatm/timer.c,v 1.3 1999/08/27 23:58:05 peter Exp $");
#endif