From bc02bad172f588200885c1808f9320d55d94343a Mon Sep 17 00:00:00 2001 From: Joris Giovannangeli Date: Wed, 2 Oct 2013 00:49:06 +0200 Subject: [PATCH] stdlib/libc : don't bring back DragonFly cvs ids --- lib/libc/stdlib/strtoimax.c | 2 -- lib/libc/stdlib/strtol.c | 2 -- lib/libc/stdlib/strtoll.c | 2 -- lib/libc/stdlib/strtoul.c | 2 -- lib/libc/stdlib/strtoull.c | 2 -- lib/libc/stdlib/strtoumax.c | 2 -- 6 files changed, 12 deletions(-) diff --git a/lib/libc/stdlib/strtoimax.c b/lib/libc/stdlib/strtoimax.c index dfb9dda788..047157abfe 100644 --- a/lib/libc/stdlib/strtoimax.c +++ b/lib/libc/stdlib/strtoimax.c @@ -1,5 +1,3 @@ -/* $DragonFly: src/lib/libc/stdlib/strtoimax.c,v 1.2 2008/08/19 15:50:24 joerg Exp $ */ - /*- * Copyright (c) 2005 The DragonFly Project. All rights reserved. * Copyright (c) 2003 Citrus Project, diff --git a/lib/libc/stdlib/strtol.c b/lib/libc/stdlib/strtol.c index b555be0c36..4a733f35c3 100644 --- a/lib/libc/stdlib/strtol.c +++ b/lib/libc/stdlib/strtol.c @@ -1,5 +1,3 @@ -/* $DragonFly: src/lib/libc/stdlib/strtol.c,v 1.5 2008/08/19 15:50:24 joerg Exp $ */ - /*- * Copyright (c) 2005 The DragonFly Project. All rights reserved. * Copyright (c) 2003 Citrus Project, diff --git a/lib/libc/stdlib/strtoll.c b/lib/libc/stdlib/strtoll.c index e489079513..c3b15b6860 100644 --- a/lib/libc/stdlib/strtoll.c +++ b/lib/libc/stdlib/strtoll.c @@ -1,5 +1,3 @@ -/* $DragonFly: src/lib/libc/stdlib/strtoll.c,v 1.5 2008/08/19 15:50:24 joerg Exp $ */ - /*- * Copyright (c) 2005 The DragonFly Project. All rights reserved. * Copyright (c) 2003 Citrus Project, diff --git a/lib/libc/stdlib/strtoul.c b/lib/libc/stdlib/strtoul.c index f5c85d74db..ace3a22677 100644 --- a/lib/libc/stdlib/strtoul.c +++ b/lib/libc/stdlib/strtoul.c @@ -1,5 +1,3 @@ -/* $DragonFly: src/lib/libc/stdlib/strtoul.c,v 1.5 2008/08/19 15:50:24 joerg Exp $ */ - /*- * Copyright (c) 2005 The DragonFly Project. All rights reserved. * Copyright (c) 2003 Citrus Project, diff --git a/lib/libc/stdlib/strtoull.c b/lib/libc/stdlib/strtoull.c index f7ade94cea..88d7796502 100644 --- a/lib/libc/stdlib/strtoull.c +++ b/lib/libc/stdlib/strtoull.c @@ -1,5 +1,3 @@ -/* $DragonFly: src/lib/libc/stdlib/strtoull.c,v 1.5 2008/08/19 15:50:24 joerg Exp $ */ - /*- * Copyright (c) 2005 The DragonFly Project. All rights reserved. * Copyright (c) 2003 Citrus Project, diff --git a/lib/libc/stdlib/strtoumax.c b/lib/libc/stdlib/strtoumax.c index dd053a0519..8f450daf1b 100644 --- a/lib/libc/stdlib/strtoumax.c +++ b/lib/libc/stdlib/strtoumax.c @@ -1,5 +1,3 @@ -/* $DragonFly: src/lib/libc/stdlib/strtoumax.c,v 1.2 2008/08/19 15:50:24 joerg Exp $ */ - /*- * Copyright (c) 2005 The DragonFly Project. All rights reserved. * Copyright (c) 2003 Citrus Project, -- 2.41.0