summaryrefslogtreecommitdiff
path: root/lib/bind
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bind')
-rw-r--r--lib/bind/Makefile2
-rw-r--r--lib/bind/bind9/Makefile2
-rw-r--r--lib/bind/config.h2
-rw-r--r--lib/bind/config.mk2
-rw-r--r--lib/bind/dns/Makefile2
-rw-r--r--lib/bind/dns/code.h2
-rw-r--r--lib/bind/dns/dns/enumclass.h2
-rw-r--r--lib/bind/dns/dns/enumtype.h2
-rw-r--r--lib/bind/dns/dns/rdatastruct.h2
-rw-r--r--lib/bind/isc/Makefile2
-rw-r--r--lib/bind/isc/isc/platform.h2
-rw-r--r--lib/bind/isccc/Makefile2
-rw-r--r--lib/bind/isccfg/Makefile2
-rw-r--r--lib/bind/lwres/Makefile2
-rw-r--r--lib/bind/lwres/lwres/netdb.h2
-rw-r--r--lib/bind/lwres/lwres/platform.h2
16 files changed, 16 insertions, 16 deletions
diff --git a/lib/bind/Makefile b/lib/bind/Makefile
index 4268219f2fa8..1cfd41710d20 100644
--- a/lib/bind/Makefile
+++ b/lib/bind/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/lib/bind/Makefile,v 1.2.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $
SUBDIR= bind9 dns isc isccc isccfg lwres
diff --git a/lib/bind/bind9/Makefile b/lib/bind/bind9/Makefile
index 5abbeb1ed225..f2e1b7dc78fc 100644
--- a/lib/bind/bind9/Makefile
+++ b/lib/bind/bind9/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/lib/bind/bind9/Makefile,v 1.7.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $
.include <bsd.own.mk>
diff --git a/lib/bind/config.h b/lib/bind/config.h
index 5df58aeee513..58683ba46a82 100644
--- a/lib/bind/config.h
+++ b/lib/bind/config.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/lib/bind/config.h,v 1.11.2.4.2.1 2010/12/21 17:09:25 kensmith Exp $ */
/* config.h. Generated from config.h.in by configure. */
/* config.h.in. Generated from configure.in by autoheader. */
diff --git a/lib/bind/config.mk b/lib/bind/config.mk
index a50d348afec2..79cb15a0df25 100644
--- a/lib/bind/config.mk
+++ b/lib/bind/config.mk
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/lib/bind/config.mk,v 1.21.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $
.include <bsd.own.mk>
diff --git a/lib/bind/dns/Makefile b/lib/bind/dns/Makefile
index 72b9f80c4085..2cc4ccac3d53 100644
--- a/lib/bind/dns/Makefile
+++ b/lib/bind/dns/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/lib/bind/dns/Makefile,v 1.9.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $
.include <bsd.own.mk>
diff --git a/lib/bind/dns/code.h b/lib/bind/dns/code.h
index 264fc119fe75..506a5f540134 100644
--- a/lib/bind/dns/code.h
+++ b/lib/bind/dns/code.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/lib/bind/dns/code.h,v 1.7.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $ */
/*
* Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC")
diff --git a/lib/bind/dns/dns/enumclass.h b/lib/bind/dns/dns/enumclass.h
index e33d4c421f57..95b31b5590d4 100644
--- a/lib/bind/dns/dns/enumclass.h
+++ b/lib/bind/dns/dns/enumclass.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/lib/bind/dns/dns/enumclass.h,v 1.7.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $ */
/*
* Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC")
diff --git a/lib/bind/dns/dns/enumtype.h b/lib/bind/dns/dns/enumtype.h
index 4ad3358e1cdf..db031e5f85ee 100644
--- a/lib/bind/dns/dns/enumtype.h
+++ b/lib/bind/dns/dns/enumtype.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/lib/bind/dns/dns/enumtype.h,v 1.7.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $ */
/*
* Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC")
diff --git a/lib/bind/dns/dns/rdatastruct.h b/lib/bind/dns/dns/rdatastruct.h
index 94f57b89e4e1..b5c5db2a3bfe 100644
--- a/lib/bind/dns/dns/rdatastruct.h
+++ b/lib/bind/dns/dns/rdatastruct.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/lib/bind/dns/dns/rdatastruct.h,v 1.7.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $ */
/*
* Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC")
diff --git a/lib/bind/isc/Makefile b/lib/bind/isc/Makefile
index 7648da5f32a4..c0aef25d989f 100644
--- a/lib/bind/isc/Makefile
+++ b/lib/bind/isc/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/lib/bind/isc/Makefile,v 1.10.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $
.include <bsd.own.mk>
diff --git a/lib/bind/isc/isc/platform.h b/lib/bind/isc/isc/platform.h
index 7cb7f3463ad7..8bdd834af925 100644
--- a/lib/bind/isc/isc/platform.h
+++ b/lib/bind/isc/isc/platform.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/lib/bind/isc/isc/platform.h,v 1.7.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */
/*
* Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
diff --git a/lib/bind/isccc/Makefile b/lib/bind/isccc/Makefile
index 19fc2bfd6fda..d70be8af917d 100644
--- a/lib/bind/isccc/Makefile
+++ b/lib/bind/isccc/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/lib/bind/isccc/Makefile,v 1.7.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $
.include <bsd.own.mk>
diff --git a/lib/bind/isccfg/Makefile b/lib/bind/isccfg/Makefile
index a4f57855f3f9..281529f881ae 100644
--- a/lib/bind/isccfg/Makefile
+++ b/lib/bind/isccfg/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/lib/bind/isccfg/Makefile,v 1.7.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $
.include <bsd.own.mk>
diff --git a/lib/bind/lwres/Makefile b/lib/bind/lwres/Makefile
index d4a94d7a5780..04eef06923a8 100644
--- a/lib/bind/lwres/Makefile
+++ b/lib/bind/lwres/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/lib/bind/lwres/Makefile,v 1.13.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $
.include <bsd.own.mk>
diff --git a/lib/bind/lwres/lwres/netdb.h b/lib/bind/lwres/lwres/netdb.h
index cb5cc28aa1be..90915c59f0d4 100644
--- a/lib/bind/lwres/lwres/netdb.h
+++ b/lib/bind/lwres/lwres/netdb.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/lib/bind/lwres/lwres/netdb.h,v 1.3.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */
/*
* Copyright (C) 2004, 2005, 2007, 2009 Internet Systems Consortium, Inc. ("ISC")
diff --git a/lib/bind/lwres/lwres/platform.h b/lib/bind/lwres/lwres/platform.h
index 608bb721772b..1b1bb312c01a 100644
--- a/lib/bind/lwres/lwres/platform.h
+++ b/lib/bind/lwres/lwres/platform.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/lib/bind/lwres/lwres/platform.h,v 1.5.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */
/*
* Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")