summaryrefslogtreecommitdiff
path: root/lib/cryptohi
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/cryptohi
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/cryptohi')
-rw-r--r--lib/cryptohi/cryptohi.h1
-rw-r--r--lib/cryptohi/cryptoht.h1
-rw-r--r--lib/cryptohi/key.h1
-rw-r--r--lib/cryptohi/keyhi.h1
-rw-r--r--lib/cryptohi/keyi.h1
-rw-r--r--lib/cryptohi/keyt.h1
-rw-r--r--lib/cryptohi/sechash.h1
-rw-r--r--lib/cryptohi/secsign.c1
-rw-r--r--lib/cryptohi/secvfy.c1
9 files changed, 0 insertions, 9 deletions
diff --git a/lib/cryptohi/cryptohi.h b/lib/cryptohi/cryptohi.h
index 3fe7e5dc3..8379848e9 100644
--- a/lib/cryptohi/cryptohi.h
+++ b/lib/cryptohi/cryptohi.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 _CRYPTOHI_H_
#define _CRYPTOHI_H_
diff --git a/lib/cryptohi/cryptoht.h b/lib/cryptohi/cryptoht.h
index 3f871851d..aca489959 100644
--- a/lib/cryptohi/cryptoht.h
+++ b/lib/cryptohi/cryptoht.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 _CRYPTOHT_H_
#define _CRYPTOHT_H_
diff --git a/lib/cryptohi/key.h b/lib/cryptohi/key.h
index db94e25c7..3e89b74cb 100644
--- a/lib/cryptohi/key.h
+++ b/lib/cryptohi/key.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$ */
/* This header is deprecated. Please include keyhi.h instead. */
diff --git a/lib/cryptohi/keyhi.h b/lib/cryptohi/keyhi.h
index 6741209d2..8de955998 100644
--- a/lib/cryptohi/keyhi.h
+++ b/lib/cryptohi/keyhi.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 _KEYHI_H_
#define _KEYHI_H_
diff --git a/lib/cryptohi/keyi.h b/lib/cryptohi/keyi.h
index 8e0634b93..7d0304e8d 100644
--- a/lib/cryptohi/keyi.h
+++ b/lib/cryptohi/keyi.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 _KEYI_H_
#define _KEYI_H_
diff --git a/lib/cryptohi/keyt.h b/lib/cryptohi/keyt.h
index 3bdcbba37..99da312f6 100644
--- a/lib/cryptohi/keyt.h
+++ b/lib/cryptohi/keyt.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 _KEYT_H_
#define _KEYT_H_
diff --git a/lib/cryptohi/sechash.h b/lib/cryptohi/sechash.h
index d234af1d3..5c585511b 100644
--- a/lib/cryptohi/sechash.h
+++ b/lib/cryptohi/sechash.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 _HASH_H_
#define _HASH_H_
diff --git a/lib/cryptohi/secsign.c b/lib/cryptohi/secsign.c
index 8f59fe692..301fa410f 100644
--- a/lib/cryptohi/secsign.c
+++ b/lib/cryptohi/secsign.c
@@ -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$ */
#include <stdio.h>
#include "cryptohi.h"
diff --git a/lib/cryptohi/secvfy.c b/lib/cryptohi/secvfy.c
index 97c7bafbe..b02fa3e7b 100644
--- a/lib/cryptohi/secvfy.c
+++ b/lib/cryptohi/secvfy.c
@@ -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$ */
#include <stdio.h>
#include "cryptohi.h"