Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: tpm/tpm_daa.c

Issue 660204: Upgrade to tpm-emulator version 0.7. (Closed)
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tpm/tpm_crypto.c ('k') | tpm/tpm_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tpm/tpm_daa.c
diff --git a/tpm/tpm_daa.c b/tpm/tpm_daa.c
index d4400e9b23515ca6dc6a4b3ac8af2f346e9c173e..c4dc5fa1232694f58cc749b1ba7596d01acc16fe 100644
--- a/tpm/tpm_daa.c
+++ b/tpm/tpm_daa.c
@@ -1,7 +1,6 @@
-/* Software-Based Trusted Platform Module (TPM) Emulator for Linux
- * Copyright (C) 2004 Mario Strasser <mast@gmx.net>,
- * Swiss Federal Institute of Technology (ETH) Zurich,
- * 2005, 2006 Heiko Stamer <stamer@gaos.org>
+/* Software-based Trusted Platform Module (TPM) Emulator
+ * Copyright (C) 2004-2010 Mario Strasser <mast@gmx.net>
+ * 2005-2008 Heiko Stamer <stamer@gaos.org>
*
* This module is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published
@@ -13,7 +12,7 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
- * $Id$
+ * $Id: tpm_daa.c 364 2010-02-11 10:24:45Z mast $
*/
#include "tpm_emulator.h"
« no previous file with comments | « tpm/tpm_crypto.c ('k') | tpm/tpm_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698