| Index: crypto/sha1.h
|
| diff --git a/crypto/sha1.h b/crypto/sha1.h
|
| index 374b58f98b862c261fdcceb93c9d19d7fb23a3c5..c94ed3938c7f2e430513f6d9e9082715a9c817cf 100644
|
| --- a/crypto/sha1.h
|
| +++ b/crypto/sha1.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: sha1.h 364 2010-02-11 10:24:45Z mast $
|
| */
|
|
|
| #ifndef _SHA1_H_
|
|
|