forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PATCH] update Tigran's email addresses
As Adrian pointed out recently, there were still a couple of places where I should have fixed my email address. Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information
Tigran Aivazian
authored and
Linus Torvalds
committed
Dec 13, 2006
1 parent
1de2412
commit 6968826
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* Intel CPU Microcode Update Driver for Linux | ||
* | ||
* Copyright (C) 2000-2004 Tigran Aivazian | ||
* Copyright (C) 2000-2006 Tigran Aivazian <[email protected]> | ||
* 2006 Shaohua Li <[email protected]> | ||
* | ||
* This driver allows to upgrade microcode on Intel processors | ||
|
@@ -92,7 +92,7 @@ | |
#include <asm/processor.h> | ||
|
||
MODULE_DESCRIPTION("Intel CPU (IA-32) Microcode Update Driver"); | ||
MODULE_AUTHOR("Tigran Aivazian <tigran@veritas.com>"); | ||
MODULE_AUTHOR("Tigran Aivazian <tigran@aivazian.fsnet.co.uk>"); | ||
MODULE_LICENSE("GPL"); | ||
|
||
#define MICROCODE_VERSION "1.14a" | ||
|
@@ -752,7 +752,7 @@ static int __init microcode_init (void) | |
register_hotcpu_notifier(&mc_cpu_notifier); | ||
|
||
printk(KERN_INFO | ||
"IA-32 Microcode Update Driver: v" MICROCODE_VERSION " <tigran@veritas.com>\n"); | ||
"IA-32 Microcode Update Driver: v" MICROCODE_VERSION " <tigran@aivazian.fsnet.co.uk>\n"); | ||
return 0; | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* fs/bfs/inode.c | ||
* BFS superblock and inode operations. | ||
* Copyright (C) 1999,2000 Tigran Aivazian <tigran@veritas.com> | ||
* Copyright (C) 1999-2006 Tigran Aivazian <tigran@aivazian.fsnet.co.uk> | ||
* From fs/minix, Copyright (C) 1991, 1992 Linus Torvalds. | ||
* | ||
* Made endianness-clean by Andrew Stribblehill <[email protected]>, 2005. | ||
|
@@ -18,7 +18,7 @@ | |
#include <asm/uaccess.h> | ||
#include "bfs.h" | ||
|
||
MODULE_AUTHOR("Tigran A. Aivazian <tigran@veritas.com>"); | ||
MODULE_AUTHOR("Tigran Aivazian <tigran@aivazian.fsnet.co.uk>"); | ||
MODULE_DESCRIPTION("SCO UnixWare BFS filesystem for Linux"); | ||
MODULE_LICENSE("GPL"); | ||
|
||
|