| Index: crypto/rsa.h
|
| diff --git a/crypto/rsa.h b/crypto/rsa.h
|
| index 767881904019913f14a071d4b4672e586fa5b1d1..c50f137a0fa6d9e3c275e0ec0d5331c2ce65ab65 100644
|
| --- a/crypto/rsa.h
|
| +++ b/crypto/rsa.h
|
| @@ -1,5 +1,5 @@
|
| -/* Software-Based Trusted Platform Module (TPM) Emulator for Linux
|
| - * Copyright (C) 2004 Mario Strasser <mast@gmx.net>,
|
| +/* 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
|
| @@ -11,7 +11,7 @@
|
| * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| * GNU General Public License for more details.
|
| *
|
| - * $Id$
|
| + * $Id: rsa.h 364 2010-02-11 10:24:45Z mast $
|
| */
|
|
|
| #ifndef _RSA_H_
|
|
|