Remove obsolete email addresses

Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
Stefan Reinauer
2017-06-08 19:28:38 +02:00
parent 3ebaaa2e22
commit 81cfd7c87b
34 changed files with 38 additions and 66 deletions

View File

@ -7,7 +7,7 @@
* Simple text console
*
* Copyright (C) 2002, 2003, 2004 Samuel Rydh (samuel@ibrium.se)
* Copyright (C) 2005 Stefan Reinauer <stepan@openbios.org>
* Copyright (C) 2005 Stefan Reinauer
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License

View File

@ -4,7 +4,7 @@
*
* Simple text console
*
* Copyright (C) 2005 Stefan Reinauer <stepan@openbios.org>
* Copyright (C) 2005 Stefan Reinauer
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License

View File

@ -3,7 +3,7 @@
*
* Simple text console
*
* Copyright (C) 2005 Stefan Reinauer <stepan@openbios.org>
* Copyright (C) 2005 Stefan Reinauer
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License

View File

@ -3,7 +3,7 @@
*
* block device emulation for unix hosts
*
* Copyright (C) 2004 Stefan Reinauer <stepan@openbios.org>
* Copyright (C) 2004 Stefan Reinauer
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License

View File

@ -1,7 +1,7 @@
#
# Makefile of QT user interface for OpenBIOS
#
# (C) 2004 Stefan Reinauer <stepan@openbios.org>
# (C) 2004 Stefan Reinauer
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License

View File

@ -93,7 +93,7 @@ void FrameBufferWidget::about()
QMessageBox::about( this, "About OpenBIOS",
" Welcome to OpenBIOS 1.01\n"
" IEEE 1275-1994 Open Firmware implementation\n\n"
"written by Stefan Reinauer <stepan@openbios.org>\n\n"
"written by Stefan Reinauer\n\n"
" http://www.openbios.org/\n");
}

View File

@ -1,6 +1,6 @@
/* tag: qt user interface fb class description
*
* Copyright (C) 2003-2004 Stefan Reinauer <stepan@openbios.org>
* Copyright (C) 2003-2004 Stefan Reinauer
*
* See the file "COPYING" for further information about
* the copyright and warranty status of this work.

View File

@ -1,6 +1,6 @@
# tag: qmake project file for OpenBIOS QT user interface
#
# Copyright (C) 2003-2004 Stefan Reinauer <stepan@openbios.org>
# Copyright (C) 2003-2004 Stefan Reinauer
#
# See the file "COPYING" for further information about
# the copyright and warranty status of this work.

View File

@ -211,7 +211,7 @@ int plugin_pci_init(void)
}
/* plugin meta information available for the plugin loader */
PLUGIN_AUTHOR ("Stefan Reinauer <stepan@openbios.org>")
PLUGIN_AUTHOR ("Stefan Reinauer <stefan.reinauer@coreboot.org>")
PLUGIN_DESCRIPTION ("Generic PCI Device Emulation")
PLUGIN_LICENSE ("GPL v2")

View File

@ -93,7 +93,7 @@ void FrameBufferWidget::about()
QMessageBox::about( this, "About OpenBIOS",
" Welcome to OpenBIOS 1.01\n"
" IEEE 1275-1994 Open Firmware implementation\n\n"
"written by Stefan Reinauer <stepan@openbios.org>\n\n"
"written by Stefan Reinauer\n\n"
" http://www.openbios.org/\n");
}

View File

@ -94,7 +94,7 @@ int plugin_qt_init(void)
return 0;
}
PLUGIN_AUTHOR("Stefan Reinauer <stepan@openbios.org>")
PLUGIN_AUTHOR("Stefan Reinauer <stefan.reinauer@coreboot.org>")
PLUGIN_DESCRIPTION("QT gui plugin emulating framebuffer device")
PLUGIN_LICENSE("GPL v2")
PLUGIN_DEPENDENCIES("pci")

View File

@ -2,7 +2,7 @@
* Xbox framebuffer - Video + Console
*
* Copyright (C) 2005 Ed Schouten <ed@fxq.nl>,
* Stefan Reinauer <stepan@openbios.org>
* Stefan Reinauer
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by

View File

@ -2,7 +2,7 @@
* OpenBIOS ESP driver
*
* Copyright (C) 2004 Jens Axboe <axboe@suse.de>
* Copyright (C) 2005 Stefan Reinauer <stepan@openbios.org>
* Copyright (C) 2005 Stefan Reinauer
*
* Credit goes to Hale Landis for his excellent ata demo software
* OF node handling and some fixes by Stefan Reinauer

View File

@ -2,7 +2,7 @@
* OpenBIOS polled ide driver
*
* Copyright (C) 2004 Jens Axboe <axboe@suse.de>
* Copyright (C) 2005 Stefan Reinauer <stepan@openbios.org>
* Copyright (C) 2005 Stefan Reinauer
*
* Credit goes to Hale Landis for his excellent ata demo software
* OF node handling and some fixes by Stefan Reinauer

View File

@ -1,7 +1,7 @@
/*
* OpenBIOS Sparc OBIO driver
*
* (C) 2004 Stefan Reinauer <stepan@openbios.org>
* (C) 2004 Stefan Reinauer
* (C) 2005 Ed Schouten <ed@fxq.nl>
*
* This program is free software; you can redistribute it and/or

View File

@ -4,7 +4,7 @@
* This driver is compliant to the
* PCI bus binding to IEEE 1275-1994 Rev 2.1
*
* (C) 2004 Stefan Reinauer <stepan@openbios.org>
* (C) 2004 Stefan Reinauer
* (C) 2005 Ed Schouten <ed@fxq.nl>
*
* Some parts from OpenHackWare-0.4, Copyright (c) 2004-2005 Jocelyn Mayer

View File

@ -1,7 +1,7 @@
/*
* OpenBIOS SBus driver
*
* (C) 2004 Stefan Reinauer <stepan@openbios.org>
* (C) 2004 Stefan Reinauer
* (C) 2005 Ed Schouten <ed@fxq.nl>
*
* This program is free software; you can redistribute it and/or

View File

@ -1,7 +1,7 @@
/*
* OpenBIOS native timer driver
*
* (C) 2004 Stefan Reinauer <stepan@openbios.org>
* (C) 2004 Stefan Reinauer
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License

View File

@ -18,5 +18,3 @@ H2 and
table.fs fcode evaluator
feval.fs (byte-load)
2003/11/12 Stefan Reinauer <stepan@openbios.org>

View File

@ -1,7 +1,7 @@
/*
* OpenBIOS driver prototypes
*
* (C) 2004 Stefan Reinauer <stepan@openbios.org>
* (C) 2004 Stefan Reinauer
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License

View File

@ -7,7 +7,7 @@
*
*
* Copyright (C) 2003, 2004 Samuel Rydh (samuel@ibrium.se)
* Stefan Reinauer (stepan@openbios.org)
* Stefan Reinauer
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License

View File

@ -3,7 +3,7 @@
*
* Simple text console
*
* Copyright (C) 2005 Stefan Reinauer <stepan@openbios.org>
* Copyright (C) 2005 Stefan Reinauer
* Copyright (C) 2013 Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
*
* This program is free software; you can redistribute it and/or

View File

@ -1,23 +1,10 @@
NOTE! NOTE! NOTE! NOTE! NOTE! NOTE! NOTE! NOTE! NOTE! NOTE! NOTE! NOTE!
/dev/bios is obsolete and no longer under development. Please adapt all
changes to the "flashrom" utility of LinuxBIOS. This utility can be found
at LinuxBIOSv2/utils/flashrom in the LinuxBIOS v2 repository. LinuxBIOS
is available at http://www.linuxbios.org/
I'm also looking for volunteers to port all features available in /dev/bios
to flashrom so /dev/bios can be dropped from the OpenBIOS tree. These features
include
- block information about flash chips
- block wise writing of flash chips
- lots of supported flash chips and vendors.
If you have questions, contact Stefan Reinauer <stepan@coresystems.de>
/dev/bios is obsolete and no longer under development.
Please use the flashrom utility instead: https://www.flashrom.org/
NOTE! NOTE! NOTE! NOTE! NOTE! NOTE! NOTE! NOTE! NOTE! NOTE! NOTE! NOTE!
ChangeLog for /dev/bios
** 2004/03/31 ********************************************************
@ -292,4 +279,3 @@ patches by prumpf@jcsbs.lanobis.de:
There was no ChangeLog for versions prior to 0.2.6
Stefan Reinauer, <stepan@openbios.org>

View File

@ -1,19 +1,7 @@
NOTE! NOTE! NOTE! NOTE! NOTE! NOTE! NOTE! NOTE! NOTE! NOTE! NOTE! NOTE!
/dev/bios is obsolete and no longer under development. Please adapt all
changes to the "flashrom" utility of LinuxBIOS. This utility can be found
at LinuxBIOSv2/utils/flashrom in the LinuxBIOS v2 repository. LinuxBIOS
is available at http://www.linuxbios.org/
I'm also looking for volunteers to port all features available in /dev/bios
to flashrom so /dev/bios can be dropped from the OpenBIOS tree. These features
include
- block information about flash chips
- block wise writing of flash chips
- lots of supported flash chips and vendors.
If you have questions, contact Stefan Reinauer <stepan@coresystems.de>
/dev/bios is obsolete and no longer under development.
Please use the flashrom utility instead: https://www.flashrom.org/
NOTE! NOTE! NOTE! NOTE! NOTE! NOTE! NOTE! NOTE! NOTE! NOTE! NOTE! NOTE!
@ -59,7 +47,7 @@ One word before you read ahead: This is still alpha software and
writing to your flash roms may destroy them. So if you notice anything
strange, don't even think about going on, but write some mail to:
Stefan Reinauer <stepan@openbios.org>
Stefan Reinauer <stefan.reinauer@coreboot.org>
Please note that I am not responsible in any way for what you
do with this code or for what this code does with your computer.
@ -252,5 +240,5 @@ If you want to help this project, send me
* any comments
* any ideas
Stefan Reinauer <stepan@openbios.org>
Stefan Reinauer <stefan.reinauer@coreboot.org>

View File

@ -7,7 +7,7 @@
* This program is part of a free implementation of the IEEE 1275-1994
* Standard for Boot (Initialization Configuration) Firmware.
*
* Copyright (C) 1998-2004 Stefan Reinauer, <stepan@openbios.org>
* Copyright (C) 1998-2004 Stefan Reinauer
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by

View File

@ -7,7 +7,7 @@
* This program is part of a free implementation of the IEEE 1275-1994
* Standard for Boot (Initialization Configuration) Firmware.
*
* Copyright (C) 1998-2004 Stefan Reinauer, <stepan@openbios.org>
* Copyright (C) 1998-2004 Stefan Reinauer
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -148,7 +148,7 @@ static __init int bios_init(void)
#ifdef MODULE
MODULE_PARM(write,"i");
MODULE_AUTHOR("Stefan Reinauer <stepan@openbios.org>");
MODULE_AUTHOR("Stefan Reinauer <stefan.reinauer@coreboot.org>");
#if LINUX_VERSION_CODE > KERNEL_VERSION(2,4,10)
MODULE_LICENSE("GPL");
#endif

View File

@ -7,7 +7,7 @@
* This program is part of a free implementation of the IEEE 1275-1994
* Standard for Boot (Initialization Configuration) Firmware.
*
* Copyright (C) 1998-2004 Stefan Reinauer, <stepan@openbios.org>
* Copyright (C) 1998-2004 Stefan Reinauer
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by

View File

@ -7,7 +7,7 @@
* This program is part of a free implementation of the IEEE 1275-1994
* Standard for Boot (Initialization Configuration) Firmware.
*
* Copyright (C) 1998-2004 Stefan Reinauer, <stepan@openbios.org>
* Copyright (C) 1998-2004 Stefan Reinauer
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by

View File

@ -7,7 +7,7 @@
* This program is part of a free implementation of the IEEE 1275-1994
* Standard for Boot (Initialization Configuration) Firmware.
*
* Copyright (C) 1998-2004 Stefan Reinauer, <stepan@openbios.org>
* Copyright (C) 1998-2004 Stefan Reinauer
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by

View File

@ -7,7 +7,7 @@
* This program is part of a free implementation of the IEEE 1275-1994
* Standard for Boot (Initialization Configuration) Firmware.
*
* Copyright (C) 1998-2004 Stefan Reinauer, <stepan@openbios.org>
* Copyright (C) 1998-2004 Stefan Reinauer
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by

View File

@ -7,7 +7,7 @@
* This program is part of a free implementation of the IEEE 1275-1994
* Standard for Boot (Initialization Configuration) Firmware.
*
* Copyright (C) 1998-2004 Stefan Reinauer, <stepan@openbios.org>
* Copyright (C) 1998-2004 Stefan Reinauer
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by

View File

@ -7,7 +7,7 @@
* This program is part of a free implementation of the IEEE 1275-1994
* Standard for Boot (Initialization Configuration) Firmware.
*
* Copyright (C) 1998-2004 Stefan Reinauer, <stepan@openbios.org>
* Copyright (C) 1998-2004 Stefan Reinauer
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by

View File

@ -7,7 +7,7 @@
* This program is part of a free implementation of the IEEE 1275-1994
* Standard for Boot (Initialization Configuration) Firmware.
*
* Copyright (C) 1998-2004 Stefan Reinauer, <stepan@openbios.org>
* Copyright (C) 1998-2004 Stefan Reinauer
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by

View File

@ -7,7 +7,7 @@
* This program is part of a free implementation of the IEEE 1275-1994
* Standard for Boot (Initialization Configuration) Firmware.
*
* Copyright (C) 1998-2004 Stefan Reinauer, <stepan@openbios.org>
* Copyright (C) 1998-2004 Stefan Reinauer
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by