summaryrefslogtreecommitdiff
path: root/cmd/shlibsign
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 /cmd/shlibsign
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 'cmd/shlibsign')
-rw-r--r--cmd/shlibsign/mangle/mangle.c2
-rw-r--r--cmd/shlibsign/shlibsign.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/cmd/shlibsign/mangle/mangle.c b/cmd/shlibsign/mangle/mangle.c
index 3b840ae0b..3b7c7b918 100644
--- a/cmd/shlibsign/mangle/mangle.c
+++ b/cmd/shlibsign/mangle/mangle.c
@@ -4,8 +4,6 @@
/*
* Test program to mangle 1 bit in a binary
- *
- * $Id$
*/
#include "nspr.h"
diff --git a/cmd/shlibsign/shlibsign.c b/cmd/shlibsign/shlibsign.c
index e283cccd9..82087b5db 100644
--- a/cmd/shlibsign/shlibsign.c
+++ b/cmd/shlibsign/shlibsign.c
@@ -13,8 +13,6 @@
* When in FIPS 140 mode, the NSS Internal FIPS PKCS #11 Module will
* compute the checksum for the NSS cryptographic boundary libraries
* and compare the checksum with the value in .chk file.
- *
- * $Id$
*/
#ifdef XP_UNIX