]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[master] Remove unneeded RCSID tags
authorShawn Routhier <sar@isc.org>
Tue, 29 Apr 2014 17:16:17 +0000 (10:16 -0700)
committerShawn Routhier <sar@isc.org>
Tue, 29 Apr 2014 17:16:17 +0000 (10:16 -0700)
RELNOTES
common/ns_name.c
dst/base64.c
dst/dst_api.c
dst/dst_support.c
dst/hmac_link.c
dst/prandom.c

index 4123485339b648de07e8c0f9b8119d60d076a13d..73cf849ebe1f0a73b68826098e3d1299e9064bff 100644 (file)
--- 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
 
index 4879c89b821b4710d7db1f0ff7152fb88c5478b1..44b2495b0dc3fcee8e070ab0c3c13ccaef49bce4 100644 (file)
@@ -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
  *   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 <sys/types.h>
 
 #include <netinet/in.h>
index bcf8e9a4295965c7c4ff9bbfb358aaa9436058e6..7b598642be4e686863c0ed17f89c3c4ae4898362 100644 (file)
@@ -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
  * 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 <sys/types.h>
 #include <sys/param.h>
 #include <sys/socket.h>
index ae7b04e5653bde0f37eb3de9a8de56f2b53148c3..53276428fa38b41f74bcd5353f912c44458b04f2 100644 (file)
@@ -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")
index 5d0c432a92ddf00fff196bc67bf4a4498c323100..95de020423f58f1c9ea7ead0e3a43080b69207ba 100644 (file)
@@ -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
index 784661f636f506566cc4e0f76258f3acad58e278..b812c1ccd84e9a8ccacb284f6cbf7bd4b52c25c3 100644 (file)
@@ -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")
index 340010db7c032f45e23bebdab6ab3e5d40cd8c84..ea02a27518d3e98c731d92dd980c174e6191f02f 100644 (file)
@@ -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.
  *