summaryrefslogtreecommitdiff
path: root/lib/util
diff options
context:
space:
mode:
authorBrian Smith <bsmith@mozilla.com>2013-04-25 15:36:57 -0700
committerBrian Smith <bsmith@mozilla.com>2013-04-25 15:36:57 -0700
commit0ed5234a2942ed2d63b66bd92ccdbe6ea1ee84fd (patch)
tree78c56d43e071118996648a207c9437b0f7d5974d /lib/util
parent7ddfa4837f992d1a298808e44a0f1b57aabe1bec (diff)
downloadnss-hg-0ed5234a2942ed2d63b66bd92ccdbe6ea1ee84fd.tar.gz
Bug 863871: Remove CVS keywords from NSS source files, Part 1 (trivial
cases). r=wtc.
Diffstat (limited to 'lib/util')
-rw-r--r--lib/util/base64.h2
-rw-r--r--lib/util/ciferfam.h2
-rw-r--r--lib/util/hasht.h1
-rw-r--r--lib/util/nssb64.h2
-rw-r--r--lib/util/nssb64d.c2
-rw-r--r--lib/util/nssb64e.c2
-rw-r--r--lib/util/nssb64t.h2
-rw-r--r--lib/util/nsslocks.h3
-rw-r--r--lib/util/pkcs11n.h4
-rw-r--r--lib/util/secasn1.h2
-rw-r--r--lib/util/secasn1d.c2
-rw-r--r--lib/util/secasn1e.c2
-rw-r--r--lib/util/secasn1t.h2
-rw-r--r--lib/util/secasn1u.c2
-rw-r--r--lib/util/seccomon.h2
-rw-r--r--lib/util/secder.h2
-rw-r--r--lib/util/secdert.h2
-rw-r--r--lib/util/secdig.c1
-rw-r--r--lib/util/secdig.h1
-rw-r--r--lib/util/secdigt.h1
-rw-r--r--lib/util/secitem.c2
-rw-r--r--lib/util/secitem.h2
-rw-r--r--lib/util/secoid.h2
-rw-r--r--lib/util/secoidt.h2
-rw-r--r--lib/util/secport.c2
-rw-r--r--lib/util/secport.h2
-rw-r--r--lib/util/utf8.c4
27 files changed, 0 insertions, 55 deletions
diff --git a/lib/util/base64.h b/lib/util/base64.h
index 1bd42ab8b..37ca87487 100644
--- a/lib/util/base64.h
+++ b/lib/util/base64.h
@@ -5,8 +5,6 @@
/*
* base64.h - prototypes for base64 encoding/decoding
* Note: These functions are deprecated; see nssb64.h for new routines.
- *
- * $Id$
*/
#ifndef _BASE64_H_
#define _BASE64_H_
diff --git a/lib/util/ciferfam.h b/lib/util/ciferfam.h
index 8d288a926..78fc169ea 100644
--- a/lib/util/ciferfam.h
+++ b/lib/util/ciferfam.h
@@ -5,8 +5,6 @@
/*
* ciferfam.h - cipher familie IDs used for configuring ciphers for export
* control
- *
- * $Id$
*/
#ifndef _CIFERFAM_H_
diff --git a/lib/util/hasht.h b/lib/util/hasht.h
index 5d10704c0..12c804035 100644
--- a/lib/util/hasht.h
+++ b/lib/util/hasht.h
@@ -1,7 +1,6 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-/* $Id$ */
#ifndef _HASHT_H_
#define _HASHT_H_
diff --git a/lib/util/nssb64.h b/lib/util/nssb64.h
index 76e7d9e76..1090744a3 100644
--- a/lib/util/nssb64.h
+++ b/lib/util/nssb64.h
@@ -4,8 +4,6 @@
/*
* Public prototypes for base64 encoding/decoding.
- *
- * $Id$
*/
#ifndef _NSSB64_H_
#define _NSSB64_H_
diff --git a/lib/util/nssb64d.c b/lib/util/nssb64d.c
index 0cf587cc9..cb354975a 100644
--- a/lib/util/nssb64d.c
+++ b/lib/util/nssb64d.c
@@ -4,8 +4,6 @@
/*
* Base64 decoding (ascii to binary).
- *
- * $Id$
*/
#include "nssb64.h"
diff --git a/lib/util/nssb64e.c b/lib/util/nssb64e.c
index 4aff4ff59..63a82f658 100644
--- a/lib/util/nssb64e.c
+++ b/lib/util/nssb64e.c
@@ -4,8 +4,6 @@
/*
* Base64 encoding (binary to ascii).
- *
- * $Id$
*/
#include "nssb64.h"
diff --git a/lib/util/nssb64t.h b/lib/util/nssb64t.h
index 6717858a4..75e7877bc 100644
--- a/lib/util/nssb64t.h
+++ b/lib/util/nssb64t.h
@@ -4,8 +4,6 @@
/*
* Public data structures for base64 encoding/decoding.
- *
- * $Id$
*/
#ifndef _NSSB64T_H_
#define _NSSB64T_H_
diff --git a/lib/util/nsslocks.h b/lib/util/nsslocks.h
index e294285c3..6098f56a4 100644
--- a/lib/util/nsslocks.h
+++ b/lib/util/nsslocks.h
@@ -7,7 +7,4 @@
*
* NOTE - The interfaces formerly in this header were private and are now all
* obsolete.
- *
- * $Id$
*/
-
diff --git a/lib/util/pkcs11n.h b/lib/util/pkcs11n.h
index a8ce0a2cb..a1a0ebbc4 100644
--- a/lib/util/pkcs11n.h
+++ b/lib/util/pkcs11n.h
@@ -5,10 +5,6 @@
#ifndef _PKCS11N_H_
#define _PKCS11N_H_
-#ifdef DEBUG
-static const char CKT_CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$";
-#endif /* DEBUG */
-
/*
* pkcs11n.h
*
diff --git a/lib/util/secasn1.h b/lib/util/secasn1.h
index 7b3dd0ed5..323227780 100644
--- a/lib/util/secasn1.h
+++ b/lib/util/secasn1.h
@@ -6,8 +6,6 @@
* Support for encoding/decoding of ASN.1 using BER/DER (Basic/Distinguished
* Encoding Rules). The routines are found in and used extensively by the
* security library, but exported for other use.
- *
- * $Id$
*/
#ifndef _SECASN1_H_
diff --git a/lib/util/secasn1d.c b/lib/util/secasn1d.c
index 9e751df20..11c5c5bfd 100644
--- a/lib/util/secasn1d.c
+++ b/lib/util/secasn1d.c
@@ -5,8 +5,6 @@
/*
* Support for DEcoding ASN.1 data based on BER/DER (Basic/Distinguished
* Encoding Rules).
- *
- * $Id$
*/
/* #define DEBUG_ASN1D_STATES 1 */
diff --git a/lib/util/secasn1e.c b/lib/util/secasn1e.c
index 5a98f0946..a8e39b74f 100644
--- a/lib/util/secasn1e.c
+++ b/lib/util/secasn1e.c
@@ -5,8 +5,6 @@
/*
* Support for ENcoding ASN.1 data based on BER/DER (Basic/Distinguished
* Encoding Rules).
- *
- * $Id$
*/
#include "secasn1.h"
diff --git a/lib/util/secasn1t.h b/lib/util/secasn1t.h
index c662b0ea4..738eef8b3 100644
--- a/lib/util/secasn1t.h
+++ b/lib/util/secasn1t.h
@@ -5,8 +5,6 @@
/*
* Types for encoding/decoding of ASN.1 using BER/DER (Basic/Distinguished
* Encoding Rules).
- *
- * $Id$
*/
#ifndef _SECASN1T_H_
diff --git a/lib/util/secasn1u.c b/lib/util/secasn1u.c
index 98bdbe0af..a8e106bf3 100644
--- a/lib/util/secasn1u.c
+++ b/lib/util/secasn1u.c
@@ -4,8 +4,6 @@
/*
* Utility routines to complement the ASN.1 encoding and decoding functions.
- *
- * $Id$
*/
#include "secasn1.h"
diff --git a/lib/util/seccomon.h b/lib/util/seccomon.h
index a29655627..44149745e 100644
--- a/lib/util/seccomon.h
+++ b/lib/util/seccomon.h
@@ -8,8 +8,6 @@
* This file should have lowest-common-denominator datastructures
* for security libraries. It should not be dependent on any other
* headers, and should not require linking with any libraries.
- *
- * $Id$
*/
#ifndef _SECCOMMON_H_
diff --git a/lib/util/secder.h b/lib/util/secder.h
index 054eea07f..addc20b88 100644
--- a/lib/util/secder.h
+++ b/lib/util/secder.h
@@ -10,8 +10,6 @@
/*
* secder.h - public data structures and prototypes for the DER encoding and
* decoding utilities library
- *
- * $Id$
*/
#include <time.h>
diff --git a/lib/util/secdert.h b/lib/util/secdert.h
index 5e5976078..92936e6b2 100644
--- a/lib/util/secdert.h
+++ b/lib/util/secdert.h
@@ -7,8 +7,6 @@
/*
* secdert.h - public data structures for the DER encoding and
* decoding utilities library
- *
- * $Id$
*/
#include "utilrename.h"
diff --git a/lib/util/secdig.c b/lib/util/secdig.c
index 530c520d0..fca7713ec 100644
--- a/lib/util/secdig.c
+++ b/lib/util/secdig.c
@@ -1,7 +1,6 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-/* $Id$ */
#include "secdig.h"
#include "secoid.h"
diff --git a/lib/util/secdig.h b/lib/util/secdig.h
index f01c543d9..87d953522 100644
--- a/lib/util/secdig.h
+++ b/lib/util/secdig.h
@@ -4,7 +4,6 @@
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-/* $Id$ */
#ifndef _SECDIG_H_
#define _SECDIG_H_
diff --git a/lib/util/secdigt.h b/lib/util/secdigt.h
index 5729dcc85..65ca22f74 100644
--- a/lib/util/secdigt.h
+++ b/lib/util/secdigt.h
@@ -4,7 +4,6 @@
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-/* $Id$ */
#ifndef _SECDIGT_H_
#define _SECDIGT_H_
diff --git a/lib/util/secitem.c b/lib/util/secitem.c
index f03fb2c7a..f08cd9cc5 100644
--- a/lib/util/secitem.c
+++ b/lib/util/secitem.c
@@ -4,8 +4,6 @@
/*
* Support routines for SECItem data structure.
- *
- * $Id$
*/
#include "seccomon.h"
diff --git a/lib/util/secitem.h b/lib/util/secitem.h
index dd08da3ff..63b07d246 100644
--- a/lib/util/secitem.h
+++ b/lib/util/secitem.h
@@ -10,8 +10,6 @@
/*
* secitem.h - public data structures and prototypes for handling
* SECItems
- *
- * $Id$
*/
#include "plarena.h"
diff --git a/lib/util/secoid.h b/lib/util/secoid.h
index 69e47a7db..333371b4f 100644
--- a/lib/util/secoid.h
+++ b/lib/util/secoid.h
@@ -9,8 +9,6 @@
/*
* secoid.h - public data structures and prototypes for ASN.1 OID functions
- *
- * $Id$
*/
#include "plarena.h"
diff --git a/lib/util/secoidt.h b/lib/util/secoidt.h
index 0a2c978d9..ff0f52765 100644
--- a/lib/util/secoidt.h
+++ b/lib/util/secoidt.h
@@ -9,8 +9,6 @@
/*
* secoidt.h - public data structures for ASN.1 OID functions
- *
- * $Id$
*/
#include "secitem.h"
diff --git a/lib/util/secport.c b/lib/util/secport.c
index 2d7ad1e86..9476c4888 100644
--- a/lib/util/secport.c
+++ b/lib/util/secport.c
@@ -8,8 +8,6 @@
* This file abstracts out libc functionality that libsec depends on
*
* NOTE - These are not public interfaces
- *
- * $Id$
*/
#include "seccomon.h"
diff --git a/lib/util/secport.h b/lib/util/secport.h
index af0c6a82d..5b09b9cb8 100644
--- a/lib/util/secport.h
+++ b/lib/util/secport.h
@@ -4,8 +4,6 @@
/*
* secport.h - portability interfaces for security libraries
- *
- * $Id$
*/
#ifndef _SECPORT_H_
diff --git a/lib/util/utf8.c b/lib/util/utf8.c
index 117d8b335..2895dc109 100644
--- a/lib/util/utf8.c
+++ b/lib/util/utf8.c
@@ -2,10 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-#ifdef DEBUG
-static const char CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$";
-#endif /* DEBUG */
-
#include "seccomon.h"
#include "secport.h"