Commit cea58224 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

Tigran has moved

Cc: Tigran Aivazian <aivazian.tigran@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 8594a21c
...@@ -54,4 +54,4 @@ The first 4 bytes should be 0x1badface. ...@@ -54,4 +54,4 @@ The first 4 bytes should be 0x1badface.
If you have any patches, questions or suggestions regarding this BFS If you have any patches, questions or suggestions regarding this BFS
implementation please contact the author: implementation please contact the author:
Tigran Aivazian <tigran@aivazian.fsnet.co.uk> Tigran Aivazian <aivazian.tigran@gmail.com>
...@@ -2483,7 +2483,7 @@ S: Maintained ...@@ -2483,7 +2483,7 @@ S: Maintained
F: drivers/net/ethernet/ec_bhf.c F: drivers/net/ethernet/ec_bhf.c
BFS FILE SYSTEM BFS FILE SYSTEM
M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk> M: "Tigran A. Aivazian" <aivazian.tigran@gmail.com>
S: Maintained S: Maintained
F: Documentation/filesystems/bfs.txt F: Documentation/filesystems/bfs.txt
F: fs/bfs/ F: fs/bfs/
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
* Author: Peter Oruba <peter.oruba@amd.com> * Author: Peter Oruba <peter.oruba@amd.com>
* *
* Based on work by: * Based on work by:
* Tigran Aivazian <tigran@aivazian.fsnet.co.uk> * Tigran Aivazian <aivazian.tigran@gmail.com>
* *
* early loader: * early loader:
* Copyright (C) 2013 Advanced Micro Devices, Inc. * Copyright (C) 2013 Advanced Micro Devices, Inc.
......
/* /*
* CPU Microcode Update Driver for Linux * CPU Microcode Update Driver for Linux
* *
* Copyright (C) 2000-2006 Tigran Aivazian <tigran@aivazian.fsnet.co.uk> * Copyright (C) 2000-2006 Tigran Aivazian <aivazian.tigran@gmail.com>
* 2006 Shaohua Li <shaohua.li@intel.com> * 2006 Shaohua Li <shaohua.li@intel.com>
* 2013-2016 Borislav Petkov <bp@alien8.de> * 2013-2016 Borislav Petkov <bp@alien8.de>
* *
......
/* /*
* Intel CPU Microcode Update Driver for Linux * Intel CPU Microcode Update Driver for Linux
* *
* Copyright (C) 2000-2006 Tigran Aivazian <tigran@aivazian.fsnet.co.uk> * Copyright (C) 2000-2006 Tigran Aivazian <aivazian.tigran@gmail.com>
* 2006 Shaohua Li <shaohua.li@intel.com> * 2006 Shaohua Li <shaohua.li@intel.com>
* *
* Intel CPU microcode early update for Linux * Intel CPU microcode early update for Linux
......
/* /*
* fs/bfs/inode.c * fs/bfs/inode.c
* BFS superblock and inode operations. * BFS superblock and inode operations.
* Copyright (C) 1999-2006 Tigran Aivazian <tigran@aivazian.fsnet.co.uk> * Copyright (C) 1999-2006 Tigran Aivazian <aivazian.tigran@gmail.com>
* From fs/minix, Copyright (C) 1991, 1992 Linus Torvalds. * From fs/minix, Copyright (C) 1991, 1992 Linus Torvalds.
* *
* Made endianness-clean by Andrew Stribblehill <ads@wompom.org>, 2005. * Made endianness-clean by Andrew Stribblehill <ads@wompom.org>, 2005.
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include <linux/uaccess.h> #include <linux/uaccess.h>
#include "bfs.h" #include "bfs.h"
MODULE_AUTHOR("Tigran Aivazian <tigran@aivazian.fsnet.co.uk>"); MODULE_AUTHOR("Tigran Aivazian <aivazian.tigran@gmail.com>");
MODULE_DESCRIPTION("SCO UnixWare BFS filesystem for Linux"); MODULE_DESCRIPTION("SCO UnixWare BFS filesystem for Linux");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment