| Index: tpm/tpm_nv_storage.c
|
| diff --git a/tpm/tpm_nv_storage.c b/tpm/tpm_nv_storage.c
|
| index a1a850c2c57825b246776a75799b986b9ede598d..149ef624d0169b613b8840e7ce4fb8cc220cb194 100644
|
| --- a/tpm/tpm_nv_storage.c
|
| +++ b/tpm/tpm_nv_storage.c
|
| @@ -1,6 +1,5 @@
|
| -/* Software-Based Trusted Platform Module (TPM) Emulator for Linux
|
| - * Copyright (C) 2004 Mario Strasser <mast@gmx.net>,
|
| - * Swiss Federal Institute of Technology (ETH) Zurich
|
| +/* Software-based Trusted Platform Module (TPM) Emulator
|
| + * Copyright (C) 2004-2010 Mario Strasser <mast@gmx.net>
|
| *
|
| * This module is free software; you can redistribute it and/or modify
|
| * it under the terms of the GNU General Public License as published
|
| @@ -12,7 +11,7 @@
|
| * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| * GNU General Public License for more details.
|
| *
|
| - * $Id$
|
| + * $Id: tpm_nv_storage.c 364 2010-02-11 10:24:45Z mast $
|
| */
|
|
|
| #include "tpm_emulator.h"
|
|
|