diff options
Diffstat (limited to 'lib/bind')
| -rw-r--r-- | lib/bind/Makefile | 2 | ||||
| -rw-r--r-- | lib/bind/bind9/Makefile | 2 | ||||
| -rw-r--r-- | lib/bind/config.h | 2 | ||||
| -rw-r--r-- | lib/bind/config.mk | 2 | ||||
| -rw-r--r-- | lib/bind/dns/Makefile | 2 | ||||
| -rw-r--r-- | lib/bind/dns/code.h | 2 | ||||
| -rw-r--r-- | lib/bind/dns/dns/enumclass.h | 2 | ||||
| -rw-r--r-- | lib/bind/dns/dns/enumtype.h | 2 | ||||
| -rw-r--r-- | lib/bind/dns/dns/rdatastruct.h | 2 | ||||
| -rw-r--r-- | lib/bind/isc/Makefile | 2 | ||||
| -rw-r--r-- | lib/bind/isc/isc/platform.h | 2 | ||||
| -rw-r--r-- | lib/bind/isccc/Makefile | 2 | ||||
| -rw-r--r-- | lib/bind/isccfg/Makefile | 2 | ||||
| -rw-r--r-- | lib/bind/lwres/Makefile | 2 | ||||
| -rw-r--r-- | lib/bind/lwres/lwres/netdb.h | 2 | ||||
| -rw-r--r-- | lib/bind/lwres/lwres/platform.h | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/lib/bind/Makefile b/lib/bind/Makefile index 4268219f2fa8..2f50342a920a 100644 --- a/lib/bind/Makefile +++ b/lib/bind/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/bind/Makefile,v 1.2.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $ SUBDIR= bind9 dns isc isccc isccfg lwres diff --git a/lib/bind/bind9/Makefile b/lib/bind/bind9/Makefile index 5abbeb1ed225..7be407b6dad5 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.8.1 2012/03/03 06:15:13 kensmith Exp $ .include <bsd.own.mk> diff --git a/lib/bind/config.h b/lib/bind/config.h index 1d9498aa877f..dce10f2f096e 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.7.2.1 2012/03/03 06:15:13 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 ebac59aced90..21c948064f83 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.3.2.1 2012/03/03 06:15:13 kensmith Exp $ .include <bsd.own.mk> .include <bsd.endian.mk> diff --git a/lib/bind/dns/Makefile b/lib/bind/dns/Makefile index 72b9f80c4085..a5b9eb7d2f27 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.8.1 2012/03/03 06:15:13 kensmith Exp $ .include <bsd.own.mk> diff --git a/lib/bind/dns/code.h b/lib/bind/dns/code.h index 779285eddfbb..94cd1e16017d 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.3.2.1 2012/03/03 06:15:13 kensmith Exp $ */ /* * Copyright (C) 2004-2011 Internet Systems Consortium, Inc. ("ISC") diff --git a/lib/bind/dns/dns/enumclass.h b/lib/bind/dns/dns/enumclass.h index 4c8d6c912bc3..f6da7fd4e455 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.3.2.1 2012/03/03 06:15:13 kensmith Exp $ */ /* * Copyright (C) 2004-2011 Internet Systems Consortium, Inc. ("ISC") diff --git a/lib/bind/dns/dns/enumtype.h b/lib/bind/dns/dns/enumtype.h index 1f4e3754f54b..c2e7c2ca3b34 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.3.2.1 2012/03/03 06:15:13 kensmith Exp $ */ /* * Copyright (C) 2004-2011 Internet Systems Consortium, Inc. ("ISC") diff --git a/lib/bind/dns/dns/rdatastruct.h b/lib/bind/dns/dns/rdatastruct.h index e0d8e9419ee3..9c27cd03d2ba 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.4.2.1 2012/03/03 06:15:13 kensmith Exp $ */ /* * Copyright (C) 2004-2011 Internet Systems Consortium, Inc. ("ISC") diff --git a/lib/bind/isc/Makefile b/lib/bind/isc/Makefile index 7648da5f32a4..512cc79b2a9c 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.8.1 2012/03/03 06:15:13 kensmith Exp $ .include <bsd.own.mk> diff --git a/lib/bind/isc/isc/platform.h b/lib/bind/isc/isc/platform.h index 1ac158702ef2..d9014d450414 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.4.2.1 2012/03/03 06:15:13 kensmith Exp $ */ /* * Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC") diff --git a/lib/bind/isccc/Makefile b/lib/bind/isccc/Makefile index 19fc2bfd6fda..1d9fb100e6a9 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.8.1 2012/03/03 06:15:13 kensmith Exp $ .include <bsd.own.mk> diff --git a/lib/bind/isccfg/Makefile b/lib/bind/isccfg/Makefile index a4f57855f3f9..87d988051655 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.8.1 2012/03/03 06:15:13 kensmith Exp $ .include <bsd.own.mk> diff --git a/lib/bind/lwres/Makefile b/lib/bind/lwres/Makefile index d4a94d7a5780..9446cc9dae39 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.8.1 2012/03/03 06:15:13 kensmith Exp $ .include <bsd.own.mk> diff --git a/lib/bind/lwres/lwres/netdb.h b/lib/bind/lwres/lwres/netdb.h index a442416c5c7d..beebffe92697 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.2.2.1 2012/03/03 06:15:13 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 9f207dbc1143..9da7a38065b0 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.2.2.1 2012/03/03 06:15:13 kensmith Exp $ */ /* * Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC") |
