summaryrefslogtreecommitdiff
path: root/security/nss/lib/pki1
diff options
context:
space:
mode:
authorwtchang%redhat.com <devnull@localhost>2005-01-20 02:25:51 +0000
committerwtchang%redhat.com <devnull@localhost>2005-01-20 02:25:51 +0000
commit5befc11a9d3b2c346ddbfd447c38d1581d27c760 (patch)
treeeb1d2d2a763a2bbfcd353c620214c0f2dce297e2 /security/nss/lib/pki1
parent0d6e8039cf1d64e6fdb9580b39459cde1b196228 (diff)
downloadnss-hg-5befc11a9d3b2c346ddbfd447c38d1581d27c760.tar.gz
Bugzilla Bug 267158: removed the $Name$ RCS keyword from our source files.
This keyword adds noise to the output of "ident libnss3.so | grep NSS" on our debug build, and appears to cause spurious CVS conflicts. r=nelsonb.
Diffstat (limited to 'security/nss/lib/pki1')
-rw-r--r--security/nss/lib/pki1/Makefile2
-rw-r--r--security/nss/lib/pki1/atav.c2
-rw-r--r--security/nss/lib/pki1/config.mk2
-rw-r--r--security/nss/lib/pki1/genname.c2
-rw-r--r--security/nss/lib/pki1/gnseq.c2
-rw-r--r--security/nss/lib/pki1/manifest.mn2
-rw-r--r--security/nss/lib/pki1/name.c2
-rw-r--r--security/nss/lib/pki1/nsspki1.h2
-rw-r--r--security/nss/lib/pki1/nsspki1t.h2
-rw-r--r--security/nss/lib/pki1/oid.c2
-rw-r--r--security/nss/lib/pki1/oiddata.c2
-rw-r--r--security/nss/lib/pki1/oiddata.h2
-rwxr-xr-xsecurity/nss/lib/pki1/oidgen.perl2
-rw-r--r--security/nss/lib/pki1/oids.txt2
-rw-r--r--security/nss/lib/pki1/pki1.h2
-rw-r--r--security/nss/lib/pki1/pki1t.h2
-rw-r--r--security/nss/lib/pki1/rdn.c2
-rw-r--r--security/nss/lib/pki1/rdnseq.c2
18 files changed, 18 insertions, 18 deletions
diff --git a/security/nss/lib/pki1/Makefile b/security/nss/lib/pki1/Makefile
index f4896fc78..6bef6dda1 100644
--- a/security/nss/lib/pki1/Makefile
+++ b/security/nss/lib/pki1/Makefile
@@ -34,7 +34,7 @@
# the terms of any one of the MPL, the GPL or the LGPL.
#
# ***** END LICENSE BLOCK *****
-MAKEFILE_CVS_ID = "@(#) $RCSfile$ $Revision$ $Date$ $Name$"
+MAKEFILE_CVS_ID = "@(#) $RCSfile$ $Revision$ $Date$"
include manifest.mn
include $(CORE_DEPTH)/coreconf/config.mk
diff --git a/security/nss/lib/pki1/atav.c b/security/nss/lib/pki1/atav.c
index 4989b9e39..ca59d764f 100644
--- a/security/nss/lib/pki1/atav.c
+++ b/security/nss/lib/pki1/atav.c
@@ -35,7 +35,7 @@
* ***** END LICENSE BLOCK ***** */
#ifdef DEBUG
-static const char CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$ $Name$";
+static const char CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$";
#endif /* DEBUG */
/*
diff --git a/security/nss/lib/pki1/config.mk b/security/nss/lib/pki1/config.mk
index 679d09786..3f8d47e04 100644
--- a/security/nss/lib/pki1/config.mk
+++ b/security/nss/lib/pki1/config.mk
@@ -34,7 +34,7 @@
# the terms of any one of the MPL, the GPL or the LGPL.
#
# ***** END LICENSE BLOCK *****
-CONFIG_CVS_ID = "@(#) $RCSfile$ $Revision$ $Date$ $Name$"
+CONFIG_CVS_ID = "@(#) $RCSfile$ $Revision$ $Date$"
ifdef BUILD_IDG
DEFINES += -DNSSDEBUG
diff --git a/security/nss/lib/pki1/genname.c b/security/nss/lib/pki1/genname.c
index 1c675c0cc..1ef37a3f0 100644
--- a/security/nss/lib/pki1/genname.c
+++ b/security/nss/lib/pki1/genname.c
@@ -35,7 +35,7 @@
* ***** END LICENSE BLOCK ***** */
#ifdef DEBUG
-static const char CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$ $Name$";
+static const char CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$";
#endif /* DEBUG */
/*
diff --git a/security/nss/lib/pki1/gnseq.c b/security/nss/lib/pki1/gnseq.c
index 2fafd1f02..20bfd9c65 100644
--- a/security/nss/lib/pki1/gnseq.c
+++ b/security/nss/lib/pki1/gnseq.c
@@ -35,7 +35,7 @@
* ***** END LICENSE BLOCK ***** */
#ifdef DEBUG
-static const char CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$ $Name$";
+static const char CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$";
#endif /* DEBUG */
/*
diff --git a/security/nss/lib/pki1/manifest.mn b/security/nss/lib/pki1/manifest.mn
index d53a3ac1b..a1fb003a8 100644
--- a/security/nss/lib/pki1/manifest.mn
+++ b/security/nss/lib/pki1/manifest.mn
@@ -34,7 +34,7 @@
# the terms of any one of the MPL, the GPL or the LGPL.
#
# ***** END LICENSE BLOCK *****
-MANIFEST_CVS_ID = "@(#) $RCSfile$ $Revision$ $Date$ $Name$"
+MANIFEST_CVS_ID = "@(#) $RCSfile$ $Revision$ $Date$"
CORE_DEPTH = ../../..
diff --git a/security/nss/lib/pki1/name.c b/security/nss/lib/pki1/name.c
index a8ae3024f..9e255d5d7 100644
--- a/security/nss/lib/pki1/name.c
+++ b/security/nss/lib/pki1/name.c
@@ -35,7 +35,7 @@
* ***** END LICENSE BLOCK ***** */
#ifdef DEBUG
-static const char CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$ $Name$";
+static const char CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$";
#endif /* DEBUG */
/*
diff --git a/security/nss/lib/pki1/nsspki1.h b/security/nss/lib/pki1/nsspki1.h
index 5308be19d..117a48dba 100644
--- a/security/nss/lib/pki1/nsspki1.h
+++ b/security/nss/lib/pki1/nsspki1.h
@@ -38,7 +38,7 @@
#define NSSPKI1_H
#ifdef DEBUG
-static const char NSSPKI1_CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$ $Name$";
+static const char NSSPKI1_CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$";
#endif /* DEBUG */
/*
diff --git a/security/nss/lib/pki1/nsspki1t.h b/security/nss/lib/pki1/nsspki1t.h
index f657c33ef..3ebf1e548 100644
--- a/security/nss/lib/pki1/nsspki1t.h
+++ b/security/nss/lib/pki1/nsspki1t.h
@@ -38,7 +38,7 @@
#define NSSPKI1T_H
#ifdef DEBUG
-static const char NSSPKI1T_CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$ $Name$";
+static const char NSSPKI1T_CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$";
#endif /* DEBUG */
/*
diff --git a/security/nss/lib/pki1/oid.c b/security/nss/lib/pki1/oid.c
index 66eb7f072..d032f1eb2 100644
--- a/security/nss/lib/pki1/oid.c
+++ b/security/nss/lib/pki1/oid.c
@@ -35,7 +35,7 @@
* ***** END LICENSE BLOCK ***** */
#ifdef DEBUG
-static const char CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$ $Name$";
+static const char CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$";
#endif /* DEBUG */
/*
diff --git a/security/nss/lib/pki1/oiddata.c b/security/nss/lib/pki1/oiddata.c
index 1945421d1..f81b58210 100644
--- a/security/nss/lib/pki1/oiddata.c
+++ b/security/nss/lib/pki1/oiddata.c
@@ -32,7 +32,7 @@
* GPL.
*/
#ifdef DEBUG
-static const char CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$ $Name$ ; @(#) $RCSfile$ $Revision$ $Date$ $Name$";
+static const char CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$ ; @(#) $RCSfile$ $Revision$ $Date$";
#endif /* DEBUG */
#ifndef PKI1T_H
diff --git a/security/nss/lib/pki1/oiddata.h b/security/nss/lib/pki1/oiddata.h
index d51c37517..516d15f70 100644
--- a/security/nss/lib/pki1/oiddata.h
+++ b/security/nss/lib/pki1/oiddata.h
@@ -36,7 +36,7 @@
#define OIDDATA_H
#ifdef DEBUG
-static const char OIDDATA_CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$ $Name$ ; @(#) $RCSfile$ $Revision$ $Date$ $Name$";
+static const char OIDDATA_CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$ ; @(#) $RCSfile$ $Revision$ $Date$";
#endif /* DEBUG */
#ifndef NSSPKI1T_H
diff --git a/security/nss/lib/pki1/oidgen.perl b/security/nss/lib/pki1/oidgen.perl
index 4bcca8794..14d99c6b4 100755
--- a/security/nss/lib/pki1/oidgen.perl
+++ b/security/nss/lib/pki1/oidgen.perl
@@ -35,7 +35,7 @@
# the terms of any one of the MPL, the GPL or the LGPL.
#
# ***** END LICENSE BLOCK *****
-$cvs_id = '@(#) $RCSfile$ $Revision$ $Date$ $Name$';
+$cvs_id = '@(#) $RCSfile$ $Revision$ $Date$';
$cfile = shift;
$hfile = shift;
$count = -1;
diff --git a/security/nss/lib/pki1/oids.txt b/security/nss/lib/pki1/oids.txt
index df7b3ab28..5a4d8d2ed 100644
--- a/security/nss/lib/pki1/oids.txt
+++ b/security/nss/lib/pki1/oids.txt
@@ -30,7 +30,7 @@
# may use your version of this file under either the MPL or the
# GPL.
#
-CVS_ID "@(#) $RCSfile$ $Revision$ $Date$ $Name$"
+CVS_ID "@(#) $RCSfile$ $Revision$ $Date$"
# Fields
# OID -- the OID data itself, in dotted-number format
diff --git a/security/nss/lib/pki1/pki1.h b/security/nss/lib/pki1/pki1.h
index bade283b2..65e88697c 100644
--- a/security/nss/lib/pki1/pki1.h
+++ b/security/nss/lib/pki1/pki1.h
@@ -38,7 +38,7 @@
#define PKI1_H
#ifdef DEBUG
-static const char PKI1_CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$ $Name$";
+static const char PKI1_CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$";
#endif /* DEBUG */
/*
diff --git a/security/nss/lib/pki1/pki1t.h b/security/nss/lib/pki1/pki1t.h
index 8cf18914f..21366a3b2 100644
--- a/security/nss/lib/pki1/pki1t.h
+++ b/security/nss/lib/pki1/pki1t.h
@@ -38,7 +38,7 @@
#define PKI1T_H
#ifdef DEBUG
-static const char PKI1T_CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$ $Name$";
+static const char PKI1T_CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$";
#endif /* DEBUG */
/*
diff --git a/security/nss/lib/pki1/rdn.c b/security/nss/lib/pki1/rdn.c
index d47d20d08..96fdbfacb 100644
--- a/security/nss/lib/pki1/rdn.c
+++ b/security/nss/lib/pki1/rdn.c
@@ -35,7 +35,7 @@
* ***** END LICENSE BLOCK ***** */
#ifdef DEBUG
-static const char CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$ $Name$";
+static const char CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$";
#endif /* DEBUG */
/*
diff --git a/security/nss/lib/pki1/rdnseq.c b/security/nss/lib/pki1/rdnseq.c
index 91fed7378..af2da2b37 100644
--- a/security/nss/lib/pki1/rdnseq.c
+++ b/security/nss/lib/pki1/rdnseq.c
@@ -35,7 +35,7 @@
* ***** END LICENSE BLOCK ***** */
#ifdef DEBUG
-static const char CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$ $Name$";
+static const char CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$";
#endif /* DEBUG */
/*