From 808a36ef658c1810327b5d329469bcf5dad24b28 Mon Sep 17 00:00:00 2001 From: jkh Date: Tue, 14 Jan 1997 07:20:47 +0000 Subject: Make the long-awaited change from $Id$ to $FreeBSD$ This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. --- usr.bin/ldd/Makefile | 2 +- usr.bin/ldd/ldd.c | 2 +- usr.bin/ldd/sods.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin/ldd') diff --git a/usr.bin/ldd/Makefile b/usr.bin/ldd/Makefile index 0335103..afcd81e 100644 --- a/usr.bin/ldd/Makefile +++ b/usr.bin/ldd/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1993/12/16 21:51:27 nate Exp $ +# $FreeBSD$ PROG= ldd SRCS= ldd.c sods.c diff --git a/usr.bin/ldd/ldd.c b/usr.bin/ldd/ldd.c index 875d229..85d48ce 100644 --- a/usr.bin/ldd/ldd.c +++ b/usr.bin/ldd/ldd.c @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: ldd.c,v 1.10 1996/11/30 16:12:46 bde Exp $ + * $FreeBSD$ */ #include diff --git a/usr.bin/ldd/sods.c b/usr.bin/ldd/sods.c index 6fe907d..2c94aea 100644 --- a/usr.bin/ldd/sods.c +++ b/usr.bin/ldd/sods.c @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sods.c,v 1.1 1996/10/01 02:16:16 peter Exp $ + * $FreeBSD$ */ #include -- cgit v1.1