| Index: tpm/tpm_identity.c
 | 
| diff --git a/tpm/tpm_identity.c b/tpm/tpm_identity.c
 | 
| index 40f5b84d4b81056543cdb5399619e8d64304a2e4..06c270d18936abadab79f54313a9f9e56c8cd3f0 100644
 | 
| --- a/tpm/tpm_identity.c
 | 
| +++ b/tpm/tpm_identity.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_identity.c 364 2010-02-11 10:24:45Z mast $
 | 
|   */
 | 
|  
 | 
|  #include "tpm_emulator.h"
 | 
| 
 |