Skip to content

Commit d89219a

Browse files
committed
Update contact information
Remove obsolete email addresses and add OpenBIOS mailing list information. Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
1 parent 4ad4383 commit d89219a

1,003 files changed

Lines changed: 1428 additions & 1435 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# This program is part of a free implementation of the IEEE 1275-1994
66
# Standard for Boot (Initialization Configuration) Firmware.
77
#
8-
# Copyright (C) 2006-2009 coresystems GmbH <info@coresystems.de>
8+
# Copyright (C) 2006-2009 coresystems GmbH
99
#
1010
# This program is free software; you can redistribute it and/or modify
1111
# it under the terms of the GNU General Public License as published by

README

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ Common Public License (CPL) version 1.0
1313
(see: http://www.opensource.org/licenses/cpl1.0.php)
1414

1515

16-
For information please contact info@coresystems.de
17-
16+
For information please contact the OpenBIOS Mailinglist <openbios@openbios.org>

detok/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# This program is part of a free implementation of the IEEE 1275-1994
66
# Standard for Boot (Initialization Configuration) Firmware.
77
#
8-
# Copyright (C) 2001-2010 Stefan Reinauer <stepan@openbios.org>
9-
# Copyright (C) 2006-2009 coresystems GmbH <info@coresystems.de>
8+
# Copyright (C) 2001-2010 Stefan Reinauer
9+
# Copyright (C) 2006-2009 coresystems GmbH
1010
#
1111
# This program is free software; you can redistribute it and/or modify
1212
# it under the terms of the GNU General Public License as published by

detok/README

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Table of Contents:
5252
$ detok -ov world.fc
5353
Welcome to the OpenBIOS detokenizer v0.6.1
5454
detok Copyright(c) 2001-2005 by Stefan Reinauer.
55-
Written by Stefan Reinauer, <stepan@openbios.org>
55+
Written by Stefan Reinauer
5656
This program is free software; you may redistribute it under the terms of
5757
the GNU General Public License. This program has absolutely no warranty.
5858

@@ -75,6 +75,5 @@ Table of Contents:
7575
4. Contact
7676

7777
Any ideas, bug reports, patches, contributions, discussion is
78-
welcome.
79-
80-
Stefan Reinauer <stepan@openbios.org>
78+
welcome. Please send email to the OpenBIOS mailing list at
79+
openbios@openbios.org

detok/addfcodes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* This program is part of a free implementation of the IEEE 1275-1994
66
* Standard for Boot (Initialization Configuration) Firmware.
77
*
8-
* Copyright (C) 2001-2010 Stefan Reinauer <stepan@openbios.org>
8+
* Copyright (C) 2001-2010 Stefan Reinauer
99
*
1010
* This program is free software; you can redistribute it and/or modify
1111
* it under the terms of the GNU General Public License as published by

detok/addfcodes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* This program is part of a free implementation of the IEEE 1275-1994
66
* Standard for Boot (Initialization Configuration) Firmware.
77
*
8-
* Copyright (C) 2001-2010 Stefan Reinauer <stepan@openbios.org>
8+
* Copyright (C) 2001-2010 Stefan Reinauer
99
*
1010
* This program is free software; you can redistribute it and/or modify
1111
* it under the terms of the GNU General Public License as published by

detok/decode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* This program is part of a free implementation of the IEEE 1275-1994
88
* Standard for Boot (Initialization Configuration) Firmware.
99
*
10-
* Copyright (C) 2001-2010 Stefan Reinauer <stepan@openbios.org>
10+
* Copyright (C) 2001-2010 Stefan Reinauer
1111
*
1212
* This program is free software; you can redistribute it and/or modify
1313
* it under the terms of the GNU General Public License as published by

detok/detok.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
* This program is part of a free implementation of the IEEE 1275-1994
88
* Standard for Boot (Initialization Configuration) Firmware.
99
*
10-
* Copyright (C) 2001-2010 Stefan Reinauer <stepan@openbios.org>
11-
* Copyright (C) 2006 coresystems GmbH <info@coresystems.de>
10+
* Copyright (C) 2001-2010 Stefan Reinauer
11+
* Copyright (C) 2006 coresystems GmbH
1212
*
1313
* This program is free software; you can redistribute it and/or modify
1414
* it under the terms of the GNU General Public License as published by
@@ -47,8 +47,8 @@
4747

4848
#define DETOK_VERSION "1.0.3"
4949

50-
#define CORE_COPYR "(C) Copyright 2001-2010 Stefan Reinauer.\n" \
51-
"(C) Copyright 2006 coresystems GmbH <info@coresystems.de>"
50+
#define CORE_COPYR "(C) Copyright 2001-2010 Stefan Reinauer\n" \
51+
"(C) Copyright 2006 coresystems GmbH"
5252
#define IBM_COPYR "(C) Copyright 2005 IBM Corporation. All Rights Reserved."
5353

5454
bool verbose = FALSE;
@@ -67,7 +67,7 @@ static void print_copyright(bool is_error)
6767
sprintf(buffr,
6868
"Welcome to detok - FCode detokenizer v" DETOK_VERSION "\n"
6969
CORE_COPYR "\n" IBM_COPYR "\n"
70-
"Written by Stefan Reinauer <stepan@openbios.org>\n"
70+
"Written by Stefan Reinauer\n"
7171
"This program is free software; you may redistribute it "
7272
"under the terms of\nthe GNU General Public License v2. "
7373
"This program has absolutely no warranty.\n\n");

detok/detok.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* This program is part of a free implementation of the IEEE 1275-1994
1111
* Standard for Boot (Initialization Configuration) Firmware.
1212
*
13-
* Copyright (C) 2001-2010 Stefan Reinauer <stepan@openbios.org>
13+
* Copyright (C) 2001-2010 Stefan Reinauer
1414
*
1515
* This program is free software; you can redistribute it and/or modify
1616
* it under the terms of the GNU General Public License as published by

detok/dictionary.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* This program is part of a free implementation of the IEEE 1275-1994
88
* Standard for Boot (Initialization Configuration) Firmware.
99
*
10-
* Copyright (C) 2001-2010 Stefan Reinauer <stepan@openbios.org>
10+
* Copyright (C) 2001-2010 Stefan Reinauer
1111
*
1212
* This program is free software; you can redistribute it and/or modify
1313
* it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)