forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
uio: Change mail address of Hans J. Koch
My old mail address doesn't exist anymore. This changes all occurrences to my new address. Signed-off-by: Hans J. Koch <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
* | ||
* Copyright(C) 2005, Benedikt Spranger <[email protected]> | ||
* Copyright(C) 2005, Thomas Gleixner <[email protected]> | ||
* Copyright(C) 2006, Hans J. Koch <hjk@linutronix.de> | ||
* Copyright(C) 2006, Hans J. Koch <hjk@hansjkoch.de> | ||
* Copyright(C) 2006, Greg Kroah-Hartman <[email protected]> | ||
* | ||
* Userspace IO | ||
|
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 @@ | ||
/* | ||
* UIO Hilscher CIF card driver | ||
* | ||
* (C) 2007 Hans J. Koch <hjk@linutronix.de> | ||
* (C) 2007 Hans J. Koch <hjk@hansjkoch.de> | ||
* Original code (C) 2005 Benedikt Spranger <[email protected]> | ||
* | ||
* Licensed under GPL version 2 only. | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* UIO driver for Hilscher NetX based fieldbus cards (cifX, comX). | ||
* See http://www.hilscher.com for details. | ||
* | ||
* (C) 2007 Hans J. Koch <hjk@linutronix.de> | ||
* (C) 2007 Hans J. Koch <hjk@hansjkoch.de> | ||
* (C) 2008 Manuel Traut <[email protected]> | ||
* | ||
* Licensed under GPL version 2 only. | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
* | ||
* Copyright(C) 2005, Benedikt Spranger <[email protected]> | ||
* Copyright(C) 2005, Thomas Gleixner <[email protected]> | ||
* Copyright(C) 2006, Hans J. Koch <hjk@linutronix.de> | ||
* Copyright(C) 2006, Hans J. Koch <hjk@hansjkoch.de> | ||
* Copyright(C) 2006, Greg Kroah-Hartman <[email protected]> | ||
* | ||
* Userspace IO driver. | ||
|