| Index: crypto/bn.h
|
| diff --git a/crypto/bn.h b/crypto/bn.h
|
| index 8b241f6bd5c399e210274ca5168d01d7ecc3c321..fc2d76331faa48a28ca8377d57e5522250029111 100644
|
| --- a/crypto/bn.h
|
| +++ b/crypto/bn.h
|
| @@ -1,6 +1,5 @@
|
| -/* Software-Based Trusted Platform Module (TPM) Emulator for Linux
|
| - * Copyright (C) 2006 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: bn.h 364 2010-02-11 10:24:45Z mast $
|
| */
|
|
|
| #ifndef _BN_H_
|
|
|