summaryrefslogtreecommitdiff
path: root/lib/certdb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/certdb')
-rw-r--r--lib/certdb/cert.h2
-rw-r--r--lib/certdb/certdb.c2
-rw-r--r--lib/certdb/certi.h2
-rw-r--r--lib/certdb/certt.h2
-rw-r--r--lib/certdb/certv3.c2
-rw-r--r--lib/certdb/crl.c2
-rw-r--r--lib/certdb/polcyxtn.c2
7 files changed, 0 insertions, 14 deletions
diff --git a/lib/certdb/cert.h b/lib/certdb/cert.h
index 33d99260a..b8c5e56c9 100644
--- a/lib/certdb/cert.h
+++ b/lib/certdb/cert.h
@@ -4,8 +4,6 @@
/*
* cert.h - public data structures and prototypes for the certificate library
- *
- * $Id$
*/
#ifndef _CERT_H_
diff --git a/lib/certdb/certdb.c b/lib/certdb/certdb.c
index 2c065e61e..5f8192e77 100644
--- a/lib/certdb/certdb.c
+++ b/lib/certdb/certdb.c
@@ -4,8 +4,6 @@
/*
* Certificate handling code
- *
- * $Id$
*/
#include "nssilock.h"
diff --git a/lib/certdb/certi.h b/lib/certdb/certi.h
index 6e70b18d6..ebc64fed7 100644
--- a/lib/certdb/certi.h
+++ b/lib/certdb/certi.h
@@ -3,8 +3,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/*
* certi.h - private data structures for the certificate library
- *
- * $Id$
*/
#ifndef _CERTI_H_
#define _CERTI_H_
diff --git a/lib/certdb/certt.h b/lib/certdb/certt.h
index 681041b00..46fd6255c 100644
--- a/lib/certdb/certt.h
+++ b/lib/certdb/certt.h
@@ -3,8 +3,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/*
* certt.h - public data structures for the certificate library
- *
- * $Id$
*/
#ifndef _CERTT_H_
#define _CERTT_H_
diff --git a/lib/certdb/certv3.c b/lib/certdb/certv3.c
index 9d88d7870..46b4fb3fb 100644
--- a/lib/certdb/certv3.c
+++ b/lib/certdb/certv3.c
@@ -4,8 +4,6 @@
/*
* Code for dealing with X509.V3 extensions.
- *
- * $Id$
*/
#include "cert.h"
diff --git a/lib/certdb/crl.c b/lib/certdb/crl.c
index d40169540..f09c6bead 100644
--- a/lib/certdb/crl.c
+++ b/lib/certdb/crl.c
@@ -4,8 +4,6 @@
/*
* Moved from secpkcs7.c
- *
- * $Id$
*/
#include "cert.h"
diff --git a/lib/certdb/polcyxtn.c b/lib/certdb/polcyxtn.c
index 656963645..b0c38c407 100644
--- a/lib/certdb/polcyxtn.c
+++ b/lib/certdb/polcyxtn.c
@@ -4,8 +4,6 @@
/*
* Support for various policy related extensions
- *
- * $Id$
*/
#include "seccomon.h"