tpm: correct email address for tpm_infineon-driver
Update my email address. Signed-off-by: Marcel Selhorst <m.selhorst@sirrix.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
508b9f8efd
commit
7dcce1334f
2 changed files with 4 additions and 4 deletions
|
@ -4291,8 +4291,8 @@ P: Rajiv Andrade
|
||||||
M: srajiv@linux.vnet.ibm.com
|
M: srajiv@linux.vnet.ibm.com
|
||||||
W: http://tpmdd.sourceforge.net
|
W: http://tpmdd.sourceforge.net
|
||||||
P: Marcel Selhorst
|
P: Marcel Selhorst
|
||||||
M: tpm@selhorst.net
|
M: m.selhorst@sirrix.com
|
||||||
W: http://www.prosec.rub.de/tpm/
|
W: http://www.sirrix.com
|
||||||
L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
|
L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
|
||||||
S: Maintained
|
S: Maintained
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* SLD 9630 TT 1.1 and SLB 9635 TT 1.2 Trusted Platform Module
|
* SLD 9630 TT 1.1 and SLB 9635 TT 1.2 Trusted Platform Module
|
||||||
* Specifications at www.trustedcomputinggroup.org
|
* Specifications at www.trustedcomputinggroup.org
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005, Marcel Selhorst <selhorst@crypto.rub.de>
|
* Copyright (C) 2005, Marcel Selhorst <m.selhorst@sirrix.com>
|
||||||
* Sirrix AG - security technologies, http://www.sirrix.com and
|
* Sirrix AG - security technologies, http://www.sirrix.com and
|
||||||
* Applied Data Security Group, Ruhr-University Bochum, Germany
|
* Applied Data Security Group, Ruhr-University Bochum, Germany
|
||||||
* Project-Homepage: http://www.prosec.rub.de/tpm
|
* Project-Homepage: http://www.prosec.rub.de/tpm
|
||||||
|
@ -636,7 +636,7 @@ static void __exit cleanup_inf(void)
|
||||||
module_init(init_inf);
|
module_init(init_inf);
|
||||||
module_exit(cleanup_inf);
|
module_exit(cleanup_inf);
|
||||||
|
|
||||||
MODULE_AUTHOR("Marcel Selhorst <selhorst@crypto.rub.de>");
|
MODULE_AUTHOR("Marcel Selhorst <m.selhorst@sirrix.com>");
|
||||||
MODULE_DESCRIPTION("Driver for Infineon TPM SLD 9630 TT 1.1 / SLB 9635 TT 1.2");
|
MODULE_DESCRIPTION("Driver for Infineon TPM SLD 9630 TT 1.1 / SLB 9635 TT 1.2");
|
||||||
MODULE_VERSION("1.9");
|
MODULE_VERSION("1.9");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
|
|
Loading…
Reference in a new issue