summaryrefslogtreecommitdiff
path: root/security/nss/lib/cryptohi
diff options
context:
space:
mode:
authorgerv%gerv.net <devnull@localhost>2004-04-27 23:04:40 +0000
committergerv%gerv.net <devnull@localhost>2004-04-27 23:04:40 +0000
commit9263d324c7675997497f477635b70cff9cb43008 (patch)
treeef89335b54d253034d923d9d8d2dda1c736f53bc /security/nss/lib/cryptohi
parentbd22ec6c69dad42ee003e089ef575e524f0b9201 (diff)
downloadnss-hg-9263d324c7675997497f477635b70cff9cb43008.tar.gz
Bug 236613: change to MPL/LGPL/GPL tri-license. Restore Id: lines.
Diffstat (limited to 'security/nss/lib/cryptohi')
-rw-r--r--security/nss/lib/cryptohi/cryptohi.h1
-rw-r--r--security/nss/lib/cryptohi/cryptoht.h1
-rw-r--r--security/nss/lib/cryptohi/hasht.h1
-rw-r--r--security/nss/lib/cryptohi/key.h1
-rw-r--r--security/nss/lib/cryptohi/keyhi.h1
-rw-r--r--security/nss/lib/cryptohi/keyt.h1
-rw-r--r--security/nss/lib/cryptohi/sechash.h1
-rw-r--r--security/nss/lib/cryptohi/secsign.c1
-rw-r--r--security/nss/lib/cryptohi/secvfy.c1
9 files changed, 9 insertions, 0 deletions
diff --git a/security/nss/lib/cryptohi/cryptohi.h b/security/nss/lib/cryptohi/cryptohi.h
index 96700376a..ea344b00b 100644
--- a/security/nss/lib/cryptohi/cryptohi.h
+++ b/security/nss/lib/cryptohi/cryptohi.h
@@ -37,6 +37,7 @@
* the terms of any one of the MPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
+/* $Id$ */
#ifndef _CRYPTOHI_H_
#define _CRYPTOHI_H_
diff --git a/security/nss/lib/cryptohi/cryptoht.h b/security/nss/lib/cryptohi/cryptoht.h
index 67582edb3..c5aab7ac6 100644
--- a/security/nss/lib/cryptohi/cryptoht.h
+++ b/security/nss/lib/cryptohi/cryptoht.h
@@ -36,6 +36,7 @@
* the terms of any one of the MPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
+/* $Id$ */
#ifndef _CRYPTOHT_H_
#define _CRYPTOHT_H_
diff --git a/security/nss/lib/cryptohi/hasht.h b/security/nss/lib/cryptohi/hasht.h
index 885bfa824..2d2c6b0ca 100644
--- a/security/nss/lib/cryptohi/hasht.h
+++ b/security/nss/lib/cryptohi/hasht.h
@@ -33,6 +33,7 @@
* the terms of any one of the MPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
+/* $Id$ */
#ifndef _HASHT_H_
#define _HASHT_H_
diff --git a/security/nss/lib/cryptohi/key.h b/security/nss/lib/cryptohi/key.h
index dcb4948a0..1094bd082 100644
--- a/security/nss/lib/cryptohi/key.h
+++ b/security/nss/lib/cryptohi/key.h
@@ -33,6 +33,7 @@
* the terms of any one of the MPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
+/* $Id$ */
#ifndef _KEY_H_
#define _KEY_H_
diff --git a/security/nss/lib/cryptohi/keyhi.h b/security/nss/lib/cryptohi/keyhi.h
index 7806d4c5b..d6cd2ec98 100644
--- a/security/nss/lib/cryptohi/keyhi.h
+++ b/security/nss/lib/cryptohi/keyhi.h
@@ -35,6 +35,7 @@
* the terms of any one of the MPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
+/* $Id$ */
#ifndef _KEYHI_H_
#define _KEYHI_H_
diff --git a/security/nss/lib/cryptohi/keyt.h b/security/nss/lib/cryptohi/keyt.h
index 9d20d815e..634fb9c3e 100644
--- a/security/nss/lib/cryptohi/keyt.h
+++ b/security/nss/lib/cryptohi/keyt.h
@@ -33,6 +33,7 @@
* the terms of any one of the MPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
+/* $Id$ */
#ifndef _KEYT_H_
#define _KEYT_H_
diff --git a/security/nss/lib/cryptohi/sechash.h b/security/nss/lib/cryptohi/sechash.h
index d4abce556..0bcb72c7f 100644
--- a/security/nss/lib/cryptohi/sechash.h
+++ b/security/nss/lib/cryptohi/sechash.h
@@ -35,6 +35,7 @@
* the terms of any one of the MPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
+/* $Id$ */
#include "seccomon.h"
#include "hasht.h"
diff --git a/security/nss/lib/cryptohi/secsign.c b/security/nss/lib/cryptohi/secsign.c
index 84f339a92..448223f81 100644
--- a/security/nss/lib/cryptohi/secsign.c
+++ b/security/nss/lib/cryptohi/secsign.c
@@ -37,6 +37,7 @@
* the terms of any one of the MPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
+/* $Id$ */
#include <stdio.h>
#include "cryptohi.h"
diff --git a/security/nss/lib/cryptohi/secvfy.c b/security/nss/lib/cryptohi/secvfy.c
index 8c4bd9c60..72659de47 100644
--- a/security/nss/lib/cryptohi/secvfy.c
+++ b/security/nss/lib/cryptohi/secvfy.c
@@ -37,6 +37,7 @@
* the terms of any one of the MPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
+/* $Id$ */
#include <stdio.h>
#include "cryptohi.h"