From: Shawn Routhier Date: Tue, 29 Apr 2014 17:16:17 +0000 (-0700) Subject: [master] Remove unneeded RCSID tags X-Git-Tag: v4_3_1b1~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2c4be1d73e006950a615af407b1f4227895159b0;p=thirdparty%2Fdhcp.git [master] Remove unneeded RCSID tags --- diff --git a/RELNOTES b/RELNOTES index 412348533..73cf849eb 100644 --- a/RELNOTES +++ b/RELNOTES @@ -93,7 +93,10 @@ by Eric Young (eay@cryptsoft.com). - Remove the code that allows a server to follow RFC3315 instead of the subsequent errata from August 2010 when determining which IAs to include if no addresses will be assigned. + [ISC-Bugs #28938] +- Remove unused RCSID tags. + [ISC-Bugs #35846] Changes since 4.3.0rc1 diff --git a/common/ns_name.c b/common/ns_name.c index 4879c89b8..44b2495b0 100644 --- a/common/ns_name.c +++ b/common/ns_name.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004,2009 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (c) 2004,2009,2014 by Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 1996-2003 by Internet Software Consortium * * Permission to use, copy, modify, and distribute this software for any @@ -21,10 +21,6 @@ * http://www.isc.org/ */ -#ifndef lint -static const char rcsid[] = "$Id: ns_name.c,v 1.2 2009/10/28 04:12:29 sar Exp $"; -#endif - #include #include diff --git a/dst/base64.c b/dst/base64.c index bcf8e9a42..7b598642b 100644 --- a/dst/base64.c +++ b/dst/base64.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004,2009 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (c) 2004,2009,2014 by Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 1996-2003 by Internet Software Consortium * * Permission to use, copy, modify, and distribute this software for any @@ -46,10 +46,6 @@ * IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES. */ -#if !defined(LINT) && !defined(CODECENTER) -static const char rcsid[] = "$Id: base64.c,v 1.6 2009/11/24 02:06:56 sar Exp $"; -#endif /* not lint */ - #include #include #include diff --git a/dst/dst_api.c b/dst/dst_api.c index ae7b04e56..53276428f 100644 --- a/dst/dst_api.c +++ b/dst/dst_api.c @@ -1,7 +1,3 @@ -#ifndef LINT -static const char rcsid[] = "$Header: /tmp/cvstest/DHCP/dst/dst_api.c,v 1.10 2012/04/11 15:43:34 sar Exp $"; -#endif - /* * Portions Copyright (c) 1995-1998 by Trusted Information Systems, Inc. * Portions Copyright (c) 2007,2009 by Internet Systems Consortium, Inc. ("ISC") diff --git a/dst/dst_support.c b/dst/dst_support.c index 5d0c432a9..95de02042 100644 --- a/dst/dst_support.c +++ b/dst/dst_support.c @@ -1,10 +1,7 @@ -static const char rcsid[] = "$Header: /tmp/cvstest/DHCP/dst/dst_support.c,v 1.7 2009/11/24 02:06:56 sar Exp $"; - - /* * Portions Copyright (c) 1995-1998 by Trusted Information Systems, Inc. * Portions Copyright (c) 2007,2009 by Internet Systems Consortium, Inc. ("ISC") - * Portions Copyright (c) 2012 by Internet Systems Consortium, Inc. ("ISC") + * Portions Copyright (c) 2012,2014 by Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/dst/hmac_link.c b/dst/hmac_link.c index 784661f63..b812c1ccd 100644 --- a/dst/hmac_link.c +++ b/dst/hmac_link.c @@ -1,7 +1,4 @@ #ifdef HMAC_MD5 -#ifndef LINT -static const char rcsid[] = "$Header: /tmp/cvstest/DHCP/dst/hmac_link.c,v 1.6 2009/11/24 02:06:56 sar Exp $"; -#endif /* * Portions Copyright (c) 1995-1998 by Trusted Information Systems, Inc. * Portions Copyright (c) 2007,2009 by Internet Systems Consortium, Inc. ("ISC") diff --git a/dst/prandom.c b/dst/prandom.c index 340010db7..ea02a2751 100644 --- a/dst/prandom.c +++ b/dst/prandom.c @@ -1,8 +1,5 @@ -#ifndef LINT -static const char rcsid[] = "$Header: /tmp/cvstest/DHCP/dst/prandom.c,v 1.10 2012/03/09 11:18:13 tomasz Exp $"; -#endif /* - * Portions Copyright (c) 2012,2013-2014 by Internet Systems Consortium, Inc. ("ISC") + * Portions Copyright (c) 2012-2014 by Internet Systems Consortium, Inc. ("ISC") * Portions Copyright (c) 2007,2009 by Internet Systems Consortium, Inc. ("ISC") * Portions Copyright (c) 1995-1998 by Trusted Information Systems, Inc. *