| Index: crypto/rc4.c
|
| diff --git a/crypto/rc4.c b/crypto/rc4.c
|
| index 67efcf2cd1624ca1e3713b78563cf072d6adb211..d4aafdaa61b91722e360981499b76479c623a5e8 100644
|
| --- a/crypto/rc4.c
|
| +++ b/crypto/rc4.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: rc4.c 364 2010-02-11 10:24:45Z mast $
|
| */
|
|
|
| #include "rc4.h"
|
|
|