Skip to content

Commit

Permalink
Update contact information
Browse files Browse the repository at this point in the history
Remove obsolete email addresses and add OpenBIOS mailing list
information.

Signed-off-by: Stefan Reinauer <[email protected]>
  • Loading branch information
reinauer committed Jun 8, 2017
1 parent 4ad4383 commit d89219a
Show file tree
Hide file tree
Showing 1,003 changed files with 1,428 additions and 1,435 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# This program is part of a free implementation of the IEEE 1275-1994
# Standard for Boot (Initialization Configuration) Firmware.
#
# Copyright (C) 2006-2009 coresystems GmbH <[email protected]>
# Copyright (C) 2006-2009 coresystems GmbH
#
# 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
Expand Down
3 changes: 1 addition & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ Common Public License (CPL) version 1.0
(see: http://www.opensource.org/licenses/cpl1.0.php)


For information please contact [email protected]

For information please contact the OpenBIOS Mailinglist <[email protected]>
4 changes: 2 additions & 2 deletions detok/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# This program is part of a free implementation of the IEEE 1275-1994
# Standard for Boot (Initialization Configuration) Firmware.
#
# Copyright (C) 2001-2010 Stefan Reinauer <[email protected]>
# Copyright (C) 2006-2009 coresystems GmbH <[email protected]>
# Copyright (C) 2001-2010 Stefan Reinauer
# Copyright (C) 2006-2009 coresystems GmbH
#
# 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
Expand Down
7 changes: 3 additions & 4 deletions detok/README
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Table of Contents:
$ detok -ov world.fc
Welcome to the OpenBIOS detokenizer v0.6.1
detok Copyright(c) 2001-2005 by Stefan Reinauer.
Written by Stefan Reinauer, <[email protected]>
Written by Stefan Reinauer
This program is free software; you may redistribute it under the terms of
the GNU General Public License. This program has absolutely no warranty.

Expand All @@ -75,6 +75,5 @@ Table of Contents:
4. Contact

Any ideas, bug reports, patches, contributions, discussion is
welcome.

Stefan Reinauer <[email protected]>
welcome. Please send email to the OpenBIOS mailing list at
[email protected]
2 changes: 1 addition & 1 deletion detok/addfcodes.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* This program is part of a free implementation of the IEEE 1275-1994
* Standard for Boot (Initialization Configuration) Firmware.
*
* Copyright (C) 2001-2010 Stefan Reinauer <[email protected]>
* Copyright (C) 2001-2010 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
Expand Down
2 changes: 1 addition & 1 deletion detok/addfcodes.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* This program is part of a free implementation of the IEEE 1275-1994
* Standard for Boot (Initialization Configuration) Firmware.
*
* Copyright (C) 2001-2010 Stefan Reinauer <[email protected]>
* Copyright (C) 2001-2010 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
Expand Down
2 changes: 1 addition & 1 deletion detok/decode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) 2001-2010 Stefan Reinauer <[email protected]>
* Copyright (C) 2001-2010 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
Expand Down
10 changes: 5 additions & 5 deletions detok/detok.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* This program is part of a free implementation of the IEEE 1275-1994
* Standard for Boot (Initialization Configuration) Firmware.
*
* Copyright (C) 2001-2010 Stefan Reinauer <[email protected]>
* Copyright (C) 2006 coresystems GmbH <[email protected]>
* Copyright (C) 2001-2010 Stefan Reinauer
* Copyright (C) 2006 coresystems GmbH
*
* 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
Expand Down Expand Up @@ -47,8 +47,8 @@

#define DETOK_VERSION "1.0.3"

#define CORE_COPYR "(C) Copyright 2001-2010 Stefan Reinauer.\n" \
"(C) Copyright 2006 coresystems GmbH <[email protected]>"
#define CORE_COPYR "(C) Copyright 2001-2010 Stefan Reinauer\n" \
"(C) Copyright 2006 coresystems GmbH"
#define IBM_COPYR "(C) Copyright 2005 IBM Corporation. All Rights Reserved."

bool verbose = FALSE;
Expand All @@ -67,7 +67,7 @@ static void print_copyright(bool is_error)
sprintf(buffr,
"Welcome to detok - FCode detokenizer v" DETOK_VERSION "\n"
CORE_COPYR "\n" IBM_COPYR "\n"
"Written by Stefan Reinauer <[email protected]>\n"
"Written by Stefan Reinauer\n"
"This program is free software; you may redistribute it "
"under the terms of\nthe GNU General Public License v2. "
"This program has absolutely no warranty.\n\n");
Expand Down
2 changes: 1 addition & 1 deletion detok/detok.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* This program is part of a free implementation of the IEEE 1275-1994
* Standard for Boot (Initialization Configuration) Firmware.
*
* Copyright (C) 2001-2010 Stefan Reinauer <[email protected]>
* Copyright (C) 2001-2010 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
Expand Down
2 changes: 1 addition & 1 deletion detok/dictionary.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) 2001-2010 Stefan Reinauer <[email protected]>
* Copyright (C) 2001-2010 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
Expand Down
2 changes: 1 addition & 1 deletion detok/pcihdr.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* This program is part of a free implementation of the IEEE 1275-1994
* Standard for Boot (Initialization Configuration) Firmware.
*
* Copyright (C) 2001-2010 Stefan Reinauer <[email protected]>
* Copyright (C) 2001-2010 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
Expand Down
2 changes: 1 addition & 1 deletion detok/printformats.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* This program is part of a free implementation of the IEEE 1275-1994
* Standard for Boot (Initialization Configuration) Firmware.
*
* Copyright (C) 2001-2010 Stefan Reinauer <[email protected]>
* Copyright (C) 2001-2010 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
Expand Down
2 changes: 1 addition & 1 deletion detok/stream.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) 2001-2010 Stefan Reinauer <[email protected]>
* Copyright (C) 2001-2010 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
Expand Down
2 changes: 1 addition & 1 deletion detok/stream.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) 2001-2010 Stefan Reinauer <[email protected]>
* Copyright (C) 2001-2010 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
Expand Down
4 changes: 2 additions & 2 deletions documentation/detok.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ <h3 style="margin-left: 40px;"><a class="mozTocH3" name="mozTocId621166"></a><a
<br>
</div>
<pre
style="font-family: courier new; margin-left: 40px; color: rgb(204, 0, 0);">\ Welcome to the OpenBIOS detokenizer v0.6.1<br>\ detok Copyright(c) 2001-2005 by Stefan Reinauer.<br>\ Written by Stefan Reinauer, &lt;[email protected]&gt;<br>\ This program is free software; you may redistribute it under the terms of<br>\ the GNU General Public License. This program has absolutely no warranty.<br>\ <br>\ (C) Copyright 2005 IBM Corporation. All Rights Reserved.<br>\ PCI Header identified<br>\ Offset to Data Structure = 0x001c (28)<br>\ PCI Data Structure identified<br>\ Data Structure Length = 0x0018 (24)<br>\ Vendor ID: 0x17d5<br>\ Device ID: 0x5417<br>\ Class Code: 0x020000 (Ethernet controller)<br>\ Image Revision: 0xf2ed<br>\ Code Type: 0x01 (Open Firmware)<br>\ Image Length: 0x0001 blocks (512 bytes)<br>\ Last PCI Image.<br>start1 ( 0x0f1 ) ( 16-bit offsets)<br> format: 0x08<br> checksum: 0x33d5 (Ok)<br> len: 0x009e ( 158 bytes)<br>named-token ( 0x0b6 ) hello/goodbye 0x800<br>b(:) ( 0x0b7 ) <br> b?branch ( 0x014 ) 0x0028 ( =dec 40)<br> b(") ( 0x012 ) ( len=0x1f [31 bytes] )<br> " Hello, you big beautiful world!"<br> type ( 0x090 ) <br> bbranch ( 0x013 ) 0x0030 ( =dec 48)<br> b(&gt;resolve) ( 0x0b2 ) <br> b(") ( 0x012 ) ( len=0x29 [41 bytes] )<br> " Goodbye, cruel world. Gggga-a-a-ackkkkk!"<br> type ( 0x090 ) <br> b(&gt;resolve) ( 0x0b2 ) <br>b(;) ( 0x0c2 ) <br>named-token ( 0x0b6 ) I-say-hello 0x801<br>b(:) ( 0x0b7 ) <br> -1 ( 0x0a4 ) <br> hello/goodbye ( 0x800 ) <br>b(;) ( 0x0c2 ) <br>named-token ( 0x0b6 ) You-say-goodbye 0x802<br>b(:) ( 0x0b7 ) <br> 0 ( 0x0a5 ) <br> hello/goodbye ( 0x800 ) <br>b(;) ( 0x0c2 ) <br>end0 ( 0x000 ) <br>\ Detokenization finished normally after 158 bytes.<br>\ PCI Image padded with 302 bytes of zero</pre>
style="font-family: courier new; margin-left: 40px; color: rgb(204, 0, 0);">\ Welcome to the OpenBIOS detokenizer v0.6.1<br>\ detok Copyright(c) 2001-2005 by Stefan Reinauer.<br>\ Written by Stefan Reinauer<br>\ This program is free software; you may redistribute it under the terms of<br>\ the GNU General Public License. This program has absolutely no warranty.<br>\ <br>\ (C) Copyright 2005 IBM Corporation. All Rights Reserved.<br>\ PCI Header identified<br>\ Offset to Data Structure = 0x001c (28)<br>\ PCI Data Structure identified<br>\ Data Structure Length = 0x0018 (24)<br>\ Vendor ID: 0x17d5<br>\ Device ID: 0x5417<br>\ Class Code: 0x020000 (Ethernet controller)<br>\ Image Revision: 0xf2ed<br>\ Code Type: 0x01 (Open Firmware)<br>\ Image Length: 0x0001 blocks (512 bytes)<br>\ Last PCI Image.<br>start1 ( 0x0f1 ) ( 16-bit offsets)<br> format: 0x08<br> checksum: 0x33d5 (Ok)<br> len: 0x009e ( 158 bytes)<br>named-token ( 0x0b6 ) hello/goodbye 0x800<br>b(:) ( 0x0b7 ) <br> b?branch ( 0x014 ) 0x0028 ( =dec 40)<br> b(") ( 0x012 ) ( len=0x1f [31 bytes] )<br> " Hello, you big beautiful world!"<br> type ( 0x090 ) <br> bbranch ( 0x013 ) 0x0030 ( =dec 48)<br> b(&gt;resolve) ( 0x0b2 ) <br> b(") ( 0x012 ) ( len=0x29 [41 bytes] )<br> " Goodbye, cruel world. Gggga-a-a-ackkkkk!"<br> type ( 0x090 ) <br> b(&gt;resolve) ( 0x0b2 ) <br>b(;) ( 0x0c2 ) <br>named-token ( 0x0b6 ) I-say-hello 0x801<br>b(:) ( 0x0b7 ) <br> -1 ( 0x0a4 ) <br> hello/goodbye ( 0x800 ) <br>b(;) ( 0x0c2 ) <br>named-token ( 0x0b6 ) You-say-goodbye 0x802<br>b(:) ( 0x0b7 ) <br> 0 ( 0x0a5 ) <br> hello/goodbye ( 0x800 ) <br>b(;) ( 0x0c2 ) <br>end0 ( 0x000 ) <br>\ Detokenization finished normally after 158 bytes.<br>\ PCI Image padded with 302 bytes of zero</pre>
<h3 style="margin-left: 40px;"><a class="mozTocH3" name="mozTocId409633"></a><a
name="with_offsets"></a>DeTokenizer output
with the "offsets" option selected:</h3>
Expand All @@ -152,7 +152,7 @@ <h3 style="margin-left: 40px;"><a class="mozTocH3" name="mozTocId460016"></a><a
<br>
</div>
<pre
style="font-family: courier new; margin-left: 40px; color: rgb(204, 0, 0);">\ Welcome to the OpenBIOS detokenizer v0.6.1<br>\ detok Copyright(c) 2001-2005 by Stefan Reinauer.<br>\ Written by Stefan Reinauer, &lt;[email protected]&gt;<br>\ This program is free software; you may redistribute it under the terms of<br>\ the GNU General Public License. This program has absolutely no warranty.<br>\ <br>\ (C) Copyright 2005 IBM Corporation. All Rights Reserved.<br>\ PCI Header identified<br>\ Offset to Data Structure = 0x001c (28)<br>\ PCI Data Structure identified<br>\ Data Structure Length = 0x0018 (24)<br>\ Vendor ID: 0x17d5<br>\ Device ID: 0x5417<br>\ Class Code: 0x020000 (Ethernet controller)<br>\ Image Revision: 0xf2ed<br>\ Code Type: 0x01 (Open Firmware)<br>\ Image Length: 0x0001 blocks (512 bytes)<br>\ Last PCI Image.<br> 0: start1 ( 0x0f1 ) ( 16-bit offsets)<br> 1: format: 0x08<br> 2: checksum: 0x33d5 (Ok)<br> 4: len: 0x009e ( 158 bytes)<br> 8: named-token ( 0x0b6 ) hello/goodbye 0x800<br> 25: b(:) ( 0x0b7 ) <br> 26: b?branch ( 0x014 ) 0x0028 ( =dec 40 dest = 67 )<br> 29: b(") ( 0x012 ) ( len=0x1f [31 bytes] )<br> " Hello, you big beautiful world!"<br> 62: type ( 0x090 ) <br> 63: bbranch ( 0x013 ) 0x0030 ( =dec 48 dest = 112 )<br> 66: b(&gt;resolve) ( 0x0b2 ) <br> 67: b(") ( 0x012 ) ( len=0x29 [41 bytes] )<br> " Goodbye, cruel world. Gggga-a-a-ackkkkk!"<br> 110: type ( 0x090 ) <br> 111: b(&gt;resolve) ( 0x0b2 ) <br> 112: b(;) ( 0x0c2 ) <br> 113: named-token ( 0x0b6 ) I-say-hello 0x801<br> 128: b(:) ( 0x0b7 ) <br> 129: -1 ( 0x0a4 ) <br> 130: hello/goodbye ( 0x800 ) <br> 132: b(;) ( 0x0c2 ) <br> 133: named-token ( 0x0b6 ) You-say-goodbye 0x802<br> 152: b(:) ( 0x0b7 ) <br> 153: 0 ( 0x0a5 ) <br> 154: hello/goodbye ( 0x800 ) <br> 156: b(;) ( 0x0c2 ) <br> 157: end0 ( 0x000 ) <br>\ Detokenization finished normally after 158 bytes.<br>\ PCI Image padded with 302 bytes of zero</pre>
style="font-family: courier new; margin-left: 40px; color: rgb(204, 0, 0);">\ Welcome to the OpenBIOS detokenizer v0.6.1<br>\ detok Copyright(c) 2001-2005 by Stefan Reinauer.<br>\ Written by Stefan Reinauer<br>\ This program is free software; you may redistribute it under the terms of<br>\ the GNU General Public License. This program has absolutely no warranty.<br>\ <br>\ (C) Copyright 2005 IBM Corporation. All Rights Reserved.<br>\ PCI Header identified<br>\ Offset to Data Structure = 0x001c (28)<br>\ PCI Data Structure identified<br>\ Data Structure Length = 0x0018 (24)<br>\ Vendor ID: 0x17d5<br>\ Device ID: 0x5417<br>\ Class Code: 0x020000 (Ethernet controller)<br>\ Image Revision: 0xf2ed<br>\ Code Type: 0x01 (Open Firmware)<br>\ Image Length: 0x0001 blocks (512 bytes)<br>\ Last PCI Image.<br> 0: start1 ( 0x0f1 ) ( 16-bit offsets)<br> 1: format: 0x08<br> 2: checksum: 0x33d5 (Ok)<br> 4: len: 0x009e ( 158 bytes)<br> 8: named-token ( 0x0b6 ) hello/goodbye 0x800<br> 25: b(:) ( 0x0b7 ) <br> 26: b?branch ( 0x014 ) 0x0028 ( =dec 40 dest = 67 )<br> 29: b(") ( 0x012 ) ( len=0x1f [31 bytes] )<br> " Hello, you big beautiful world!"<br> 62: type ( 0x090 ) <br> 63: bbranch ( 0x013 ) 0x0030 ( =dec 48 dest = 112 )<br> 66: b(&gt;resolve) ( 0x0b2 ) <br> 67: b(") ( 0x012 ) ( len=0x29 [41 bytes] )<br> " Goodbye, cruel world. Gggga-a-a-ackkkkk!"<br> 110: type ( 0x090 ) <br> 111: b(&gt;resolve) ( 0x0b2 ) <br> 112: b(;) ( 0x0c2 ) <br> 113: named-token ( 0x0b6 ) I-say-hello 0x801<br> 128: b(:) ( 0x0b7 ) <br> 129: -1 ( 0x0a4 ) <br> 130: hello/goodbye ( 0x800 ) <br> 132: b(;) ( 0x0c2 ) <br> 133: named-token ( 0x0b6 ) You-say-goodbye 0x802<br> 152: b(:) ( 0x0b7 ) <br> 153: 0 ( 0x0a5 ) <br> 154: hello/goodbye ( 0x800 ) <br> 156: b(;) ( 0x0c2 ) <br> 157: end0 ( 0x000 ) <br>\ Detokenization finished normally after 158 bytes.<br>\ PCI Image padded with 302 bytes of zero</pre>
<div style="margin-left: 80px;">There's another option called "line
numbers" but it only numbers the
lines of output.&nbsp; It's easy enough to describe, and so needs no
Expand Down
4 changes: 2 additions & 2 deletions romheaders/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# This program is part of a free implementation of the IEEE 1275-1994
# Standard for Boot (Initialization Configuration) Firmware.
#
# Copyright (C) 2002-2010 Stefan Reinauer <[email protected]>
# Copyright (C) 2009 coresystems GmbH <[email protected]>
# Copyright (C) 2002-2010 Stefan Reinauer
# Copyright (C) 2009 coresystems GmbH
#
# 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
Expand Down
4 changes: 2 additions & 2 deletions romheaders/romheaders.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* This program is part of a free implementation of the IEEE 1275-1994
* Standard for Boot (Initialization Configuration) Firmware.
*
* Copyright (C) 2001-2010 Stefan Reinauer <[email protected]>
* Copyright (C) 2006 coresystems GmbH <[email protected]>
* Copyright (C) 2001-2010 Stefan Reinauer
* Copyright (C) 2006 coresystems GmbH
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion shared/classcodes.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* This program is part of a free implementation of the IEEE 1275-1994
* Standard for Boot (Initialization Configuration) Firmware.
*
* Copyright (C) 2001-2005 Stefan Reinauer, <[email protected]>
* Copyright (C) 2001-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 as published by
Expand Down
4 changes: 2 additions & 2 deletions shared/pcihdr.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* This program is part of a free implementation of the IEEE 1275-1994
* Standard for Boot (Initialization Configuration) Firmware.
*
* Copyright (C) 2001-2005 Stefan Reinauer, <[email protected]>
* Copyright (C) 2006 coresystems GmbH <[email protected]>
* Copyright (C) 2001-2005 Stefan Reinauer
* Copyright (C) 2006 coresystems GmbH
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion shared/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* This program is part of a free implementation of the IEEE 1275-1994
* Standard for Boot (Initialization Configuration) Firmware.
*
* Copyright (C) 2001-2005 Stefan Reinauer, <[email protected]>
* Copyright (C) 2001-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 as published by
Expand Down
4 changes: 2 additions & 2 deletions testlogs/testlogs-ppc-aix/TokBrack/TokBrkErrTst_01.DeTok
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
\ Welcome to detok - OpenBIOS detokenizer v1.0.2
\ (C) Copyright 2001-2006 Stefan Reinauer.
\ (C) Copyright 2006 coresystems GmbH <[email protected]>
\ (C) Copyright 2006 coresystems GmbH
\ (C) Copyright 2005 IBM Corporation. All Rights Reserved.
\ Written by Stefan Reinauer, <[email protected]>
\ Written by Stefan Reinauer
\ This program is free software; you may redistribute it under the terms of
\ the GNU General Public License v2. This program has absolutely no warranty.
\
Expand Down
2 changes: 1 addition & 1 deletion testlogs/testlogs-ppc-aix/TokBrack/TokBrkErrTst_01.Log
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ toke -v -i TokBrkErrTst_01.fth

Welcome to toke - OpenBIOS tokenizer v1.0.2
(C) Copyright 2001-2006 Stefan Reinauer.
(C) Copyright 2006 coresystems GmbH <[email protected]>
(C) Copyright 2006 coresystems GmbH
(C) Copyright 2005 IBM Corporation. All Rights Reserved.
This program is free software; you may redistribute it under the terms of
the GNU General Public License v2. This program has absolutely no warranty.
Expand Down
4 changes: 2 additions & 2 deletions testlogs/testlogs-ppc-aix/TokBrack/TokBrkTst_01.DeTok
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
\ Welcome to detok - OpenBIOS detokenizer v1.0.2
\ (C) Copyright 2001-2006 Stefan Reinauer.
\ (C) Copyright 2006 coresystems GmbH <[email protected]>
\ (C) Copyright 2006 coresystems GmbH
\ (C) Copyright 2005 IBM Corporation. All Rights Reserved.
\ Written by Stefan Reinauer, <[email protected]>
\ Written by Stefan Reinauer
\ This program is free software; you may redistribute it under the terms of
\ the GNU General Public License v2. This program has absolutely no warranty.
\
Expand Down
2 changes: 1 addition & 1 deletion testlogs/testlogs-ppc-aix/TokBrack/TokBrkTst_01.Log
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ toke -v -i TokBrkTst_01.fth

Welcome to toke - OpenBIOS tokenizer v1.0.2
(C) Copyright 2001-2006 Stefan Reinauer.
(C) Copyright 2006 coresystems GmbH <[email protected]>
(C) Copyright 2006 coresystems GmbH
(C) Copyright 2005 IBM Corporation. All Rights Reserved.
This program is free software; you may redistribute it under the terms of
the GNU General Public License v2. This program has absolutely no warranty.
Expand Down
Loading

0 comments on commit d89219a

Please sign in to comment.