[OpenBIOS] [commit] r758 - in trunk/fcode-utils-devel: detok romheaders toke

repository service svn at openbios.org
Mon Apr 26 17:57:22 CEST 2010


Author: stepan
Date: Mon Apr 26 17:57:21 2010
New Revision: 758
URL: http://tracker.coreboot.org/trac/openbios/changeset/758

Log:
update headers

Modified:
   trunk/fcode-utils-devel/detok/Makefile
   trunk/fcode-utils-devel/detok/addfcodes.c
   trunk/fcode-utils-devel/detok/addfcodes.h
   trunk/fcode-utils-devel/detok/decode.c
   trunk/fcode-utils-devel/detok/detok.c
   trunk/fcode-utils-devel/detok/detok.h
   trunk/fcode-utils-devel/detok/dictionary.c
   trunk/fcode-utils-devel/detok/pcihdr.c
   trunk/fcode-utils-devel/detok/printformats.c
   trunk/fcode-utils-devel/detok/stream.c
   trunk/fcode-utils-devel/detok/stream.h
   trunk/fcode-utils-devel/romheaders/Makefile
   trunk/fcode-utils-devel/romheaders/romheaders.c
   trunk/fcode-utils-devel/toke/conditl.c
   trunk/fcode-utils-devel/toke/conditl.h
   trunk/fcode-utils-devel/toke/devnode.c
   trunk/fcode-utils-devel/toke/devnode.h
   trunk/fcode-utils-devel/toke/dictionary.c
   trunk/fcode-utils-devel/toke/dictionary.h
   trunk/fcode-utils-devel/toke/emit.h
   trunk/fcode-utils-devel/toke/errhandler.c
   trunk/fcode-utils-devel/toke/errhandler.h
   trunk/fcode-utils-devel/toke/flowcontrol.c
   trunk/fcode-utils-devel/toke/flowcontrol.h
   trunk/fcode-utils-devel/toke/macros.c
   trunk/fcode-utils-devel/toke/macros.h
   trunk/fcode-utils-devel/toke/nextfcode.c
   trunk/fcode-utils-devel/toke/nextfcode.h
   trunk/fcode-utils-devel/toke/parselocals.c
   trunk/fcode-utils-devel/toke/parselocals.h
   trunk/fcode-utils-devel/toke/scanner.c
   trunk/fcode-utils-devel/toke/scanner.h
   trunk/fcode-utils-devel/toke/stack.c
   trunk/fcode-utils-devel/toke/stack.h
   trunk/fcode-utils-devel/toke/stream.c
   trunk/fcode-utils-devel/toke/stream.h
   trunk/fcode-utils-devel/toke/strsubvocab.c
   trunk/fcode-utils-devel/toke/strsubvocab.h
   trunk/fcode-utils-devel/toke/ticvocab.c
   trunk/fcode-utils-devel/toke/ticvocab.h
   trunk/fcode-utils-devel/toke/toke.c
   trunk/fcode-utils-devel/toke/toke.h
   trunk/fcode-utils-devel/toke/tokzesc.c
   trunk/fcode-utils-devel/toke/tokzesc.h
   trunk/fcode-utils-devel/toke/tracesyms.c
   trunk/fcode-utils-devel/toke/tracesyms.h
   trunk/fcode-utils-devel/toke/usersymbols.c
   trunk/fcode-utils-devel/toke/usersymbols.h
   trunk/fcode-utils-devel/toke/vocabfuncts.h

Modified: trunk/fcode-utils-devel/detok/Makefile
==============================================================================
--- trunk/fcode-utils-devel/detok/Makefile	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/detok/Makefile	Mon Apr 26 17:57:21 2010	(r758)
@@ -1,11 +1,11 @@
 #
 #                     OpenBIOS - free your system!
-#                             ( Utilities )
+#                        ( FCode detokenizer )
 #
 #  This program is part of a free implementation of the IEEE 1275-1994
 #  Standard for Boot (Initialization Configuration) Firmware.
 #
-#  Copyright (C) 2001-2006  Stefan Reinauer <stepan at openbios.org>
+#  Copyright (C) 2001-2010  Stefan Reinauer <stepan at openbios.org>
 #  Copyright (C) 2006-2009 coresystems GmbH <info at coresystems.de>
 #
 #  This program is free software; you can redistribute it and/or modify

Modified: trunk/fcode-utils-devel/detok/addfcodes.c
==============================================================================
--- trunk/fcode-utils-devel/detok/addfcodes.c	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/detok/addfcodes.c	Mon Apr 26 17:57:21 2010	(r758)
@@ -1,11 +1,11 @@
 /*
  *                     OpenBIOS - free your system!
- *                         ( FCode tokenizer )
+ *                        ( FCode detokenizer )
  *
  *  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, <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 Stefan Reinauer <stepan at openbios.org>
  *
  *  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

Modified: trunk/fcode-utils-devel/detok/addfcodes.h
==============================================================================
--- trunk/fcode-utils-devel/detok/addfcodes.h	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/detok/addfcodes.h	Mon Apr 26 17:57:21 2010	(r758)
@@ -1,14 +1,11 @@
-#ifndef _DETOK_VSFCODES_H
-#define _DETOK_VSFCODES_H
-
 /*
  *                     OpenBIOS - free your system!
- *                         ( FCode tokenizer )
+ *                        ( FCode detokenizer )
  *
  *  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, <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 Stefan Reinauer <stepan at openbios.org>
  *
  *  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
@@ -35,6 +32,9 @@
  *
  **************************************************************************** */
 
+#ifndef _DETOK_VSFCODES_H
+#define _DETOK_VSFCODES_H
+
 #include "types.h"
 
 /* ************************************************************************** *

Modified: trunk/fcode-utils-devel/detok/decode.c
==============================================================================
--- trunk/fcode-utils-devel/detok/decode.c	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/detok/decode.c	Mon Apr 26 17:57:21 2010	(r758)
@@ -1,13 +1,13 @@
 /*
  *                     OpenBIOS - free your system! 
- *                            ( detokenizer )
+ *                        ( FCode detokenizer )
  *                          
  *  decode.c - contains output wrappers for fcode words.  
  *  
  *  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, <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 Stefan Reinauer <stepan at openbios.org>
  *
  *  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

Modified: trunk/fcode-utils-devel/detok/detok.c
==============================================================================
--- trunk/fcode-utils-devel/detok/detok.c	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/detok/detok.c	Mon Apr 26 17:57:21 2010	(r758)
@@ -1,13 +1,13 @@
 /*
  *                     OpenBIOS - free your system! 
- *                            ( detokenizer )
+ *                        ( FCode detokenizer )
  *                          
  *  detok.c parameter parsing and main detokenizer loop.  
  *  
  *  This program is part of a free implementation of the IEEE 1275-1994 
  *  Standard for Boot (Initialization Configuration) Firmware.
  *
- *  Copyright (C) 2001-2006 Stefan Reinauer, <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 Stefan Reinauer <stepan at openbios.org>
  *  Copyright (C) 2006 coresystems GmbH <info at coresystems.de>
  *
  *  This program is free software; you can redistribute it and/or modify

Modified: trunk/fcode-utils-devel/detok/detok.h
==============================================================================
--- trunk/fcode-utils-devel/detok/detok.h	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/detok/detok.h	Mon Apr 26 17:57:21 2010	(r758)
@@ -3,14 +3,14 @@
 
 /*
  *                     OpenBIOS - free your system! 
- *                            ( detokenizer )
+ *                        ( FCode detokenizer )
  *                          
  *  detok.h - detokenizer base macros.  
  *  
  *  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, <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 Stefan Reinauer <stepan at openbios.org>
  *
  *  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

Modified: trunk/fcode-utils-devel/detok/dictionary.c
==============================================================================
--- trunk/fcode-utils-devel/detok/dictionary.c	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/detok/dictionary.c	Mon Apr 26 17:57:21 2010	(r758)
@@ -1,13 +1,13 @@
 /*
  *                     OpenBIOS - free your system!
- *                           ( detokenizer )
+ *                        ( FCode detokenizer )
  *
  *  dictionary.c - dictionary initialization and functions.
  *
  *  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, <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 Stefan Reinauer <stepan at openbios.org>
  *
  *  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

Modified: trunk/fcode-utils-devel/detok/pcihdr.c
==============================================================================
--- trunk/fcode-utils-devel/detok/pcihdr.c	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/detok/pcihdr.c	Mon Apr 26 17:57:21 2010	(r758)
@@ -1,11 +1,11 @@
 /*
  *                     OpenBIOS - free your system!
- *                         ( FCode tokenizer )
+ *                        ( FCode detokenizer )
  *
  *  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, <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 Stefan Reinauer <stepan at openbios.org>
  *
  *  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

Modified: trunk/fcode-utils-devel/detok/printformats.c
==============================================================================
--- trunk/fcode-utils-devel/detok/printformats.c	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/detok/printformats.c	Mon Apr 26 17:57:21 2010	(r758)
@@ -1,11 +1,11 @@
 /*
  *                     OpenBIOS - free your system!
- *                         ( FCode tokenizer )
+ *                        ( FCode detokenizer )
  *
  *  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, <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 Stefan Reinauer <stepan at openbios.org>
  *
  *  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

Modified: trunk/fcode-utils-devel/detok/stream.c
==============================================================================
--- trunk/fcode-utils-devel/detok/stream.c	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/detok/stream.c	Mon Apr 26 17:57:21 2010	(r758)
@@ -1,13 +1,13 @@
 /*
  *                     OpenBIOS - free your system! 
- *                            ( detokenizer )
+ *                        ( FCode detokenizer )
  *                          
  *  stream.c - FCode program bytecode streaming from file.
  *  
  *  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, <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 Stefan Reinauer <stepan at openbios.org>
  *
  *  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

Modified: trunk/fcode-utils-devel/detok/stream.h
==============================================================================
--- trunk/fcode-utils-devel/detok/stream.h	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/detok/stream.h	Mon Apr 26 17:57:21 2010	(r758)
@@ -1,16 +1,13 @@
-#ifndef _UTILS_DETOK_STREAM_H
-#define _UTILS_DETOK_STREAM_H
-
 /*
  *                     OpenBIOS - free your system! 
- *                            ( detokenizer )
+ *                        ( FCode detokenizer )
  *                          
  *  stream.h - prototypes for fcode streaming functions. 
  *  
  *  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, <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 Stefan Reinauer <stepan at openbios.org>
  *
  *  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
@@ -33,6 +30,9 @@
  *      Modifications Author:  David L. Paktor    dlpaktor at us.ibm.com
  **************************************************************************** */
 
+#ifndef _UTILS_DETOK_STREAM_H
+#define _UTILS_DETOK_STREAM_H
+
 #include "types.h"
 
 /*  Prototypes for functions exported from  stream.c     */

Modified: trunk/fcode-utils-devel/romheaders/Makefile
==============================================================================
--- trunk/fcode-utils-devel/romheaders/Makefile	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/romheaders/Makefile	Mon Apr 26 17:57:21 2010	(r758)
@@ -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) 2002 Stefan Reinauer, <stepan at openbios.org>
+#  Copyright (C) 2002-2010 Stefan Reinauer <stepan at openbios.org>
 #  Copyright (C) 2009 coresystems GmbH <info at coresystems.de>
 #
 #  This program is free software; you can redistribute it and/or modify

Modified: trunk/fcode-utils-devel/romheaders/romheaders.c
==============================================================================
--- trunk/fcode-utils-devel/romheaders/romheaders.c	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/romheaders/romheaders.c	Mon Apr 26 17:57:21 2010	(r758)
@@ -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, <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 Stefan Reinauer <stepan at openbios.org>
  *  Copyright (C) 2006 coresystems GmbH <info at coresystems.de>
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -240,5 +240,4 @@
 
 	return 0;
 }
-	
-	
+

Modified: trunk/fcode-utils-devel/toke/conditl.c
==============================================================================
--- trunk/fcode-utils-devel/toke/conditl.c	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/toke/conditl.c	Mon Apr 26 17:57:21 2010	(r758)
@@ -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, <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 Stefan Reinauer <stepan at openbios.org>
  *
  *  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

Modified: trunk/fcode-utils-devel/toke/conditl.h
==============================================================================
--- trunk/fcode-utils-devel/toke/conditl.h	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/toke/conditl.h	Mon Apr 26 17:57:21 2010	(r758)
@@ -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, <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 Stefan Reinauer <stepan at openbios.org>
  *
  *  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

Modified: trunk/fcode-utils-devel/toke/devnode.c
==============================================================================
--- trunk/fcode-utils-devel/toke/devnode.c	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/toke/devnode.c	Mon Apr 26 17:57:21 2010	(r758)
@@ -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, <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 Stefan Reinauer <stepan at openbios.org>
  *
  *  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

Modified: trunk/fcode-utils-devel/toke/devnode.h
==============================================================================
--- trunk/fcode-utils-devel/toke/devnode.h	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/toke/devnode.h	Mon Apr 26 17:57:21 2010	(r758)
@@ -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, <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 Stefan Reinauer <stepan at openbios.org>
  *
  *  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

Modified: trunk/fcode-utils-devel/toke/dictionary.c
==============================================================================
--- trunk/fcode-utils-devel/toke/dictionary.c	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/toke/dictionary.c	Mon Apr 26 17:57:21 2010	(r758)
@@ -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-2005 Stefan Reinauer, <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 Stefan Reinauer <stepan at openbios.org>
  *
  *  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

Modified: trunk/fcode-utils-devel/toke/dictionary.h
==============================================================================
--- trunk/fcode-utils-devel/toke/dictionary.h	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/toke/dictionary.h	Mon Apr 26 17:57:21 2010	(r758)
@@ -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-2005 Stefan Reinauer, <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 Stefan Reinauer <stepan at openbios.org>
  *
  *  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

Modified: trunk/fcode-utils-devel/toke/emit.h
==============================================================================
--- trunk/fcode-utils-devel/toke/emit.h	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/toke/emit.h	Mon Apr 26 17:57:21 2010	(r758)
@@ -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-2005 Stefan Reinauer, <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 Stefan Reinauer <stepan at openbios.org>
  *
  *  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

Modified: trunk/fcode-utils-devel/toke/errhandler.c
==============================================================================
--- trunk/fcode-utils-devel/toke/errhandler.c	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/toke/errhandler.c	Mon Apr 26 17:57:21 2010	(r758)
@@ -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, <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 Stefan Reinauer <stepan at openbios.org>
  *
  *  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

Modified: trunk/fcode-utils-devel/toke/errhandler.h
==============================================================================
--- trunk/fcode-utils-devel/toke/errhandler.h	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/toke/errhandler.h	Mon Apr 26 17:57:21 2010	(r758)
@@ -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, <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 Stefan Reinauer <stepan at openbios.org>
  *
  *  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

Modified: trunk/fcode-utils-devel/toke/flowcontrol.c
==============================================================================
--- trunk/fcode-utils-devel/toke/flowcontrol.c	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/toke/flowcontrol.c	Mon Apr 26 17:57:21 2010	(r758)
@@ -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, <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 Stefan Reinauer <stepan at openbios.org>
  *
  *  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

Modified: trunk/fcode-utils-devel/toke/flowcontrol.h
==============================================================================
--- trunk/fcode-utils-devel/toke/flowcontrol.h	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/toke/flowcontrol.h	Mon Apr 26 17:57:21 2010	(r758)
@@ -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, <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 Stefan Reinauer <stepan at openbios.org>
  *
  *  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

Modified: trunk/fcode-utils-devel/toke/macros.c
==============================================================================
--- trunk/fcode-utils-devel/toke/macros.c	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/toke/macros.c	Mon Apr 26 17:57:21 2010	(r758)
@@ -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-2005 by Stefan Reinauer <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 by Stefan Reinauer <stepan at openbios.org>
  *
  *  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

Modified: trunk/fcode-utils-devel/toke/macros.h
==============================================================================
--- trunk/fcode-utils-devel/toke/macros.h	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/toke/macros.h	Mon Apr 26 17:57:21 2010	(r758)
@@ -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, <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 Stefan Reinauer <stepan at openbios.org>
  *
  *  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

Modified: trunk/fcode-utils-devel/toke/nextfcode.c
==============================================================================
--- trunk/fcode-utils-devel/toke/nextfcode.c	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/toke/nextfcode.c	Mon Apr 26 17:57:21 2010	(r758)
@@ -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, <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 Stefan Reinauer <stepan at openbios.org>
  *
  *  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

Modified: trunk/fcode-utils-devel/toke/nextfcode.h
==============================================================================
--- trunk/fcode-utils-devel/toke/nextfcode.h	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/toke/nextfcode.h	Mon Apr 26 17:57:21 2010	(r758)
@@ -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, <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 Stefan Reinauer <stepan at openbios.org>
  *
  *  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

Modified: trunk/fcode-utils-devel/toke/parselocals.c
==============================================================================
--- trunk/fcode-utils-devel/toke/parselocals.c	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/toke/parselocals.c	Mon Apr 26 17:57:21 2010	(r758)
@@ -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, <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 Stefan Reinauer <stepan at openbios.org>
  *
  *  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

Modified: trunk/fcode-utils-devel/toke/parselocals.h
==============================================================================
--- trunk/fcode-utils-devel/toke/parselocals.h	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/toke/parselocals.h	Mon Apr 26 17:57:21 2010	(r758)
@@ -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, <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 Stefan Reinauer <stepan at openbios.org>
  *
  *  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

Modified: trunk/fcode-utils-devel/toke/scanner.c
==============================================================================
--- trunk/fcode-utils-devel/toke/scanner.c	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/toke/scanner.c	Mon Apr 26 17:57:21 2010	(r758)
@@ -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-2005 by Stefan Reinauer <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 by Stefan Reinauer <stepan at openbios.org>
  *
  *  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

Modified: trunk/fcode-utils-devel/toke/scanner.h
==============================================================================
--- trunk/fcode-utils-devel/toke/scanner.h	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/toke/scanner.h	Mon Apr 26 17:57:21 2010	(r758)
@@ -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, <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 Stefan Reinauer <stepan at openbios.org>
  *
  *  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

Modified: trunk/fcode-utils-devel/toke/stack.c
==============================================================================
--- trunk/fcode-utils-devel/toke/stack.c	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/toke/stack.c	Mon Apr 26 17:57:21 2010	(r758)
@@ -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-2005 by Stefan Reinauer <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 by Stefan Reinauer <stepan at openbios.org>
  *
  *  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

Modified: trunk/fcode-utils-devel/toke/stack.h
==============================================================================
--- trunk/fcode-utils-devel/toke/stack.h	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/toke/stack.h	Mon Apr 26 17:57:21 2010	(r758)
@@ -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-2005 Stefan Reinauer, <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 Stefan Reinauer <stepan at openbios.org>
  *
  *  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

Modified: trunk/fcode-utils-devel/toke/stream.c
==============================================================================
--- trunk/fcode-utils-devel/toke/stream.c	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/toke/stream.c	Mon Apr 26 17:57:21 2010	(r758)
@@ -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-2005 by Stefan Reinauer <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 by Stefan Reinauer <stepan at openbios.org>
  *
  *  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

Modified: trunk/fcode-utils-devel/toke/stream.h
==============================================================================
--- trunk/fcode-utils-devel/toke/stream.h	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/toke/stream.h	Mon Apr 26 17:57:21 2010	(r758)
@@ -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-2005 Stefan Reinauer, <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 Stefan Reinauer <stepan at openbios.org>
  *
  *  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

Modified: trunk/fcode-utils-devel/toke/strsubvocab.c
==============================================================================
--- trunk/fcode-utils-devel/toke/strsubvocab.c	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/toke/strsubvocab.c	Mon Apr 26 17:57:21 2010	(r758)
@@ -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, <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 Stefan Reinauer <stepan at openbios.org>
  *
  *  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

Modified: trunk/fcode-utils-devel/toke/strsubvocab.h
==============================================================================
--- trunk/fcode-utils-devel/toke/strsubvocab.h	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/toke/strsubvocab.h	Mon Apr 26 17:57:21 2010	(r758)
@@ -9,7 +9,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, <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 Stefan Reinauer <stepan at openbios.org>
  *
  *  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

Modified: trunk/fcode-utils-devel/toke/ticvocab.c
==============================================================================
--- trunk/fcode-utils-devel/toke/ticvocab.c	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/toke/ticvocab.c	Mon Apr 26 17:57:21 2010	(r758)
@@ -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, <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 Stefan Reinauer <stepan at openbios.org>
  *
  *  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

Modified: trunk/fcode-utils-devel/toke/ticvocab.h
==============================================================================
--- trunk/fcode-utils-devel/toke/ticvocab.h	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/toke/ticvocab.h	Mon Apr 26 17:57:21 2010	(r758)
@@ -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, <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 Stefan Reinauer <stepan at openbios.org>
  *
  *  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

Modified: trunk/fcode-utils-devel/toke/toke.c
==============================================================================
--- trunk/fcode-utils-devel/toke/toke.c	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/toke/toke.c	Mon Apr 26 17:57:21 2010	(r758)
@@ -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-2006 by Stefan Reinauer <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 by Stefan Reinauer <stepan at openbios.org>
  *
  *  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

Modified: trunk/fcode-utils-devel/toke/toke.h
==============================================================================
--- trunk/fcode-utils-devel/toke/toke.h	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/toke/toke.h	Mon Apr 26 17:57:21 2010	(r758)
@@ -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-2005 Stefan Reinauer, <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 Stefan Reinauer <stepan at openbios.org>
  *
  *  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

Modified: trunk/fcode-utils-devel/toke/tokzesc.c
==============================================================================
--- trunk/fcode-utils-devel/toke/tokzesc.c	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/toke/tokzesc.c	Mon Apr 26 17:57:21 2010	(r758)
@@ -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, <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 Stefan Reinauer <stepan at openbios.org>
  *
  *  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

Modified: trunk/fcode-utils-devel/toke/tokzesc.h
==============================================================================
--- trunk/fcode-utils-devel/toke/tokzesc.h	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/toke/tokzesc.h	Mon Apr 26 17:57:21 2010	(r758)
@@ -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, <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 Stefan Reinauer <stepan at openbios.org>
  *
  *  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

Modified: trunk/fcode-utils-devel/toke/tracesyms.c
==============================================================================
--- trunk/fcode-utils-devel/toke/tracesyms.c	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/toke/tracesyms.c	Mon Apr 26 17:57:21 2010	(r758)
@@ -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, <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 Stefan Reinauer <stepan at openbios.org>
  *
  *  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

Modified: trunk/fcode-utils-devel/toke/tracesyms.h
==============================================================================
--- trunk/fcode-utils-devel/toke/tracesyms.h	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/toke/tracesyms.h	Mon Apr 26 17:57:21 2010	(r758)
@@ -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, <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 Stefan Reinauer <stepan at openbios.org>
  *
  *  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

Modified: trunk/fcode-utils-devel/toke/usersymbols.c
==============================================================================
--- trunk/fcode-utils-devel/toke/usersymbols.c	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/toke/usersymbols.c	Mon Apr 26 17:57:21 2010	(r758)
@@ -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, <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 Stefan Reinauer <stepan at openbios.org>
  *
  *  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

Modified: trunk/fcode-utils-devel/toke/usersymbols.h
==============================================================================
--- trunk/fcode-utils-devel/toke/usersymbols.h	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/toke/usersymbols.h	Mon Apr 26 17:57:21 2010	(r758)
@@ -9,7 +9,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, <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 Stefan Reinauer <stepan at openbios.org>
  *
  *  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

Modified: trunk/fcode-utils-devel/toke/vocabfuncts.h
==============================================================================
--- trunk/fcode-utils-devel/toke/vocabfuncts.h	Mon Apr 26 17:43:25 2010	(r757)
+++ trunk/fcode-utils-devel/toke/vocabfuncts.h	Mon Apr 26 17:57:21 2010	(r758)
@@ -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, <stepan at openbios.org>
+ *  Copyright (C) 2001-2010 Stefan Reinauer <stepan at openbios.org>
  *
  *  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



More information about the OpenBIOS mailing list