diff options
Diffstat (limited to 'scaf/compiler')
-rw-r--r-- | scaf/compiler/kernel.scaf | 2 | ||||
-rw-r--r-- | scaf/compiler/optim.rules | 2 | ||||
-rwxr-xr-x | scaf/compiler/scafc.pl | 2 | ||||
-rw-r--r-- | scaf/compiler/scafmacro.s | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/scaf/compiler/kernel.scaf b/scaf/compiler/kernel.scaf index 0bc2788..868e502 100644 --- a/scaf/compiler/kernel.scaf +++ b/scaf/compiler/kernel.scaf @@ -1,5 +1,5 @@ ( Pure Data Packet - scaforth kernel. ) -( Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org> ) +( Copyright (c) by Tom Schouten <tom@zwizwa.be> ) ( ) ( 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 ) diff --git a/scaf/compiler/optim.rules b/scaf/compiler/optim.rules index 282caf4..04fd0f1 100644 --- a/scaf/compiler/optim.rules +++ b/scaf/compiler/optim.rules @@ -1,5 +1,5 @@ # Pure Data Packet - scaf optimization rules. -# Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org> +# Copyright (c) by Tom Schouten <tom@zwizwa.be> # # 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 diff --git a/scaf/compiler/scafc.pl b/scaf/compiler/scafc.pl index ee6b969..918acee 100755 --- a/scaf/compiler/scafc.pl +++ b/scaf/compiler/scafc.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl # Pure Data Packet - scafc: scaf compiler. -# Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org> +# Copyright (c) by Tom Schouten <tom@zwizwa.be> # # 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 diff --git a/scaf/compiler/scafmacro.s b/scaf/compiler/scafmacro.s index 04e6537..a37fb65 100644 --- a/scaf/compiler/scafmacro.s +++ b/scaf/compiler/scafmacro.s @@ -1,5 +1,5 @@ # Pure Data Packet - scaf assembler macros. - # Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org> + # Copyright (c) by Tom Schouten <tom@zwizwa.be> # # 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 |