Skip to content

Commit 76f2e7b

Browse files
author
Stefan Reinauer
committed
update headers
git-svn-id: svn://coreboot.org/openbios/trunk/fcode-utils-devel@758 f158a5a8-5612-0410-a976-696ce0be7e32
1 parent 8f5fbd6 commit 76f2e7b

49 files changed

Lines changed: 67 additions & 68 deletions

Some content is hidden

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

detok/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#
22
# OpenBIOS - free your system!
3-
# ( Utilities )
3+
# ( FCode detokenizer )
44
#
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-2006 Stefan Reinauer <stepan@openbios.org>
8+
# Copyright (C) 2001-2010 Stefan Reinauer <stepan@openbios.org>
99
# Copyright (C) 2006-2009 coresystems GmbH <info@coresystems.de>
1010
#
1111
# This program is free software; you can redistribute it and/or modify

detok/addfcodes.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
22
* OpenBIOS - free your system!
3-
* ( FCode tokenizer )
3+
* ( FCode detokenizer )
44
*
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-2005 Stefan Reinauer, <stepan@openbios.org>
8+
* Copyright (C) 2001-2010 Stefan Reinauer <stepan@openbios.org>
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
#ifndef _DETOK_VSFCODES_H
2-
#define _DETOK_VSFCODES_H
3-
41
/*
52
* OpenBIOS - free your system!
6-
* ( FCode tokenizer )
3+
* ( FCode detokenizer )
74
*
85
* This program is part of a free implementation of the IEEE 1275-1994
96
* Standard for Boot (Initialization Configuration) Firmware.
107
*
11-
* Copyright (C) 2001-2005 Stefan Reinauer, <stepan@openbios.org>
8+
* Copyright (C) 2001-2010 Stefan Reinauer <stepan@openbios.org>
129
*
1310
* This program is free software; you can redistribute it and/or modify
1411
* it under the terms of the GNU General Public License as published by
@@ -35,6 +32,9 @@
3532
*
3633
**************************************************************************** */
3734

35+
#ifndef _DETOK_VSFCODES_H
36+
#define _DETOK_VSFCODES_H
37+
3838
#include "types.h"
3939

4040
/* ************************************************************************** *

detok/decode.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/*
22
* OpenBIOS - free your system!
3-
* ( detokenizer )
3+
* ( FCode detokenizer )
44
*
55
* decode.c - contains output wrappers for fcode words.
66
*
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-2005 Stefan Reinauer, <stepan@openbios.org>
10+
* Copyright (C) 2001-2010 Stefan Reinauer <stepan@openbios.org>
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/*
22
* OpenBIOS - free your system!
3-
* ( detokenizer )
3+
* ( FCode detokenizer )
44
*
55
* detok.c parameter parsing and main detokenizer loop.
66
*
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-2006 Stefan Reinauer, <stepan@openbios.org>
10+
* Copyright (C) 2001-2010 Stefan Reinauer <stepan@openbios.org>
1111
* Copyright (C) 2006 coresystems GmbH <info@coresystems.de>
1212
*
1313
* This program is free software; you can redistribute it and/or modify

detok/detok.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33

44
/*
55
* OpenBIOS - free your system!
6-
* ( detokenizer )
6+
* ( FCode detokenizer )
77
*
88
* detok.h - detokenizer base macros.
99
*
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-2005 Stefan Reinauer, <stepan@openbios.org>
13+
* Copyright (C) 2001-2010 Stefan Reinauer <stepan@openbios.org>
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/*
22
* OpenBIOS - free your system!
3-
* ( detokenizer )
3+
* ( FCode detokenizer )
44
*
55
* dictionary.c - dictionary initialization and functions.
66
*
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-2005 Stefan Reinauer, <stepan@openbios.org>
10+
* Copyright (C) 2001-2010 Stefan Reinauer <stepan@openbios.org>
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/pcihdr.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
22
* OpenBIOS - free your system!
3-
* ( FCode tokenizer )
3+
* ( FCode detokenizer )
44
*
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-2005 Stefan Reinauer, <stepan@openbios.org>
8+
* Copyright (C) 2001-2010 Stefan Reinauer <stepan@openbios.org>
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/printformats.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
22
* OpenBIOS - free your system!
3-
* ( FCode tokenizer )
3+
* ( FCode detokenizer )
44
*
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-2005 Stefan Reinauer, <stepan@openbios.org>
8+
* Copyright (C) 2001-2010 Stefan Reinauer <stepan@openbios.org>
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/stream.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/*
22
* OpenBIOS - free your system!
3-
* ( detokenizer )
3+
* ( FCode detokenizer )
44
*
55
* stream.c - FCode program bytecode streaming from file.
66
*
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-2005 Stefan Reinauer, <stepan@openbios.org>
10+
* Copyright (C) 2001-2010 Stefan Reinauer <stepan@openbios.org>
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)