aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2016-05-08 21:45:50 +0100
committerIan C <ianc@noddybox.co.uk>2016-05-08 21:45:50 +0100
commit01b51167301fe75415ea2d2a16f89e34204f3bfa (patch)
tree525b14cb585d1060dee935936540bc6fb1411630 /src
parentd3713129e61a8953a61b8f15f7be6a3110197ed5 (diff)
Changes for V1.2:V1.2
* Finished library support. * Finished SNES support * Fixed bad email in copyleft headers.
Diffstat (limited to 'src')
-rw-r--r--src/6502.c2
-rw-r--r--src/6502.h2
-rw-r--r--[-rwxr-xr-x]src/65c816.c2
-rw-r--r--src/65c816.h2
-rw-r--r--src/alias.c2
-rw-r--r--src/alias.h2
-rw-r--r--src/basetype.h2
-rw-r--r--src/casm.c4
-rw-r--r--src/cmd.h2
-rw-r--r--src/codepage.c2
-rw-r--r--src/codepage.h2
-rw-r--r--src/expr.c2
-rw-r--r--src/expr.h2
-rw-r--r--src/gbcpu.c2
-rw-r--r--src/gbcpu.h2
-rw-r--r--src/gbout.c2
-rw-r--r--src/gbout.h2
-rw-r--r--src/global.h2
-rw-r--r--src/label.c2
-rw-r--r--src/label.h2
-rw-r--r--src/libout.c4
-rw-r--r--src/libout.h2
-rw-r--r--src/listing.c2
-rw-r--r--src/listing.h2
-rw-r--r--src/macro.c2
-rw-r--r--src/macro.h2
-rw-r--r--src/output.c2
-rw-r--r--src/output.h2
-rw-r--r--[-rwxr-xr-x]src/parse.c2
-rw-r--r--src/parse.h2
-rw-r--r--src/rawout.c2
-rw-r--r--src/rawout.h2
-rw-r--r--src/snesout.c2
-rw-r--r--src/snesout.h2
-rw-r--r--src/specout.c2
-rw-r--r--src/specout.h2
-rw-r--r--src/stack.c2
-rw-r--r--src/stack.h2
-rw-r--r--src/state.c2
-rw-r--r--src/state.h2
-rw-r--r--src/t64out.c2
-rw-r--r--src/t64out.h2
-rw-r--r--src/util.c2
-rw-r--r--src/util.h2
-rw-r--r--src/varchar.c2
-rw-r--r--src/varchar.h2
-rw-r--r--src/z80.c2
-rw-r--r--src/z80.h2
-rw-r--r--src/zx81out.c2
-rw-r--r--src/zx81out.h2
50 files changed, 52 insertions, 52 deletions
diff --git a/src/6502.c b/src/6502.c
index 50ae07c..c6c0c33 100644
--- a/src/6502.c
+++ b/src/6502.c
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/6502.h b/src/6502.h
index df974b4..ccd92e8 100644
--- a/src/6502.h
+++ b/src/6502.h
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/65c816.c b/src/65c816.c
index 7469506..b9d5cd0 100755..100644
--- a/src/65c816.c
+++ b/src/65c816.c
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/65c816.h b/src/65c816.h
index be972ec..ffc1f09 100644
--- a/src/65c816.h
+++ b/src/65c816.h
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/alias.c b/src/alias.c
index 01017bd..cdfa7a8 100644
--- a/src/alias.c
+++ b/src/alias.c
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/alias.h b/src/alias.h
index 7f55d7c..2d66b73 100644
--- a/src/alias.h
+++ b/src/alias.h
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/basetype.h b/src/basetype.h
index 1cf4892..d791909 100644
--- a/src/basetype.h
+++ b/src/basetype.h
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/casm.c b/src/casm.c
index aadd8b3..5a23791 100644
--- a/src/casm.c
+++ b/src/casm.c
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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
@@ -58,7 +58,7 @@
*/
static const char *casm_usage =
-"Version 1.2 development\n"
+"Version 1.2\n"
"\n"
"This program is distributed in the hope that it will be useful,\n"
"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
diff --git a/src/cmd.h b/src/cmd.h
index b47b1b2..4f4015f 100644
--- a/src/cmd.h
+++ b/src/cmd.h
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/codepage.c b/src/codepage.c
index cecdf66..4ae9efe 100644
--- a/src/codepage.c
+++ b/src/codepage.c
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/codepage.h b/src/codepage.h
index 5da55cb..36c98d6 100644
--- a/src/codepage.h
+++ b/src/codepage.h
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/expr.c b/src/expr.c
index 77eae8f..c0fbfe1 100644
--- a/src/expr.c
+++ b/src/expr.c
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/expr.h b/src/expr.h
index 5c4545c..2ec42ba 100644
--- a/src/expr.h
+++ b/src/expr.h
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/gbcpu.c b/src/gbcpu.c
index 074bf82..8756c06 100644
--- a/src/gbcpu.c
+++ b/src/gbcpu.c
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/gbcpu.h b/src/gbcpu.h
index 68b0d7c..6fc8beb 100644
--- a/src/gbcpu.h
+++ b/src/gbcpu.h
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/gbout.c b/src/gbout.c
index 71547f9..542ff03 100644
--- a/src/gbout.c
+++ b/src/gbout.c
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/gbout.h b/src/gbout.h
index 9140844..1742cbd 100644
--- a/src/gbout.h
+++ b/src/gbout.h
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/global.h b/src/global.h
index 7591719..91930af 100644
--- a/src/global.h
+++ b/src/global.h
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/label.c b/src/label.c
index 5fdc83e..78a4793 100644
--- a/src/label.c
+++ b/src/label.c
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/label.h b/src/label.h
index 5b79d41..a190154 100644
--- a/src/label.h
+++ b/src/label.h
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/libout.c b/src/libout.c
index 9303a2a..5aed18c 100644
--- a/src/libout.c
+++ b/src/libout.c
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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
@@ -19,7 +19,7 @@
-------------------------------------------------------------------------
- Various output type handlers.
+ LIB binary file output
*/
#include <stdlib.h>
diff --git a/src/libout.h b/src/libout.h
index 851a168..40cfc87 100644
--- a/src/libout.h
+++ b/src/libout.h
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/listing.c b/src/listing.c
index 59c3491..13fcc2e 100644
--- a/src/listing.c
+++ b/src/listing.c
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/listing.h b/src/listing.h
index 38588f5..10ac70e 100644
--- a/src/listing.h
+++ b/src/listing.h
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/macro.c b/src/macro.c
index 3e0ce2b..c55fc16 100644
--- a/src/macro.c
+++ b/src/macro.c
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/macro.h b/src/macro.h
index ed4c688..9cc1ea6 100644
--- a/src/macro.h
+++ b/src/macro.h
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/output.c b/src/output.c
index 8a8d230..ac05216 100644
--- a/src/output.c
+++ b/src/output.c
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/output.h b/src/output.h
index 2ae3ea5..03131e4 100644
--- a/src/output.h
+++ b/src/output.h
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/parse.c b/src/parse.c
index 38d5f90..fe9a989 100755..100644
--- a/src/parse.c
+++ b/src/parse.c
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/parse.h b/src/parse.h
index ee1e37d..f8e5ab1 100644
--- a/src/parse.h
+++ b/src/parse.h
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/rawout.c b/src/rawout.c
index 3f75b50..6c8706c 100644
--- a/src/rawout.c
+++ b/src/rawout.c
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/rawout.h b/src/rawout.h
index 08fc42f..80f8161 100644
--- a/src/rawout.h
+++ b/src/rawout.h
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/snesout.c b/src/snesout.c
index c8b0bac..138dce2 100644
--- a/src/snesout.c
+++ b/src/snesout.c
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/snesout.h b/src/snesout.h
index ecc4c9e..fa65324 100644
--- a/src/snesout.h
+++ b/src/snesout.h
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/specout.c b/src/specout.c
index b29b6ba..dbb8684 100644
--- a/src/specout.c
+++ b/src/specout.c
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/specout.h b/src/specout.h
index 7520ed2..9ba8874 100644
--- a/src/specout.h
+++ b/src/specout.h
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/stack.c b/src/stack.c
index a59c2d5..96055d4 100644
--- a/src/stack.c
+++ b/src/stack.c
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/stack.h b/src/stack.h
index e84911f..17c142d 100644
--- a/src/stack.h
+++ b/src/stack.h
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/state.c b/src/state.c
index 83eea97..0e47a05 100644
--- a/src/state.c
+++ b/src/state.c
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/state.h b/src/state.h
index 2f4d856..100aaeb 100644
--- a/src/state.h
+++ b/src/state.h
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/t64out.c b/src/t64out.c
index 6aa82f2..18bfcba 100644
--- a/src/t64out.c
+++ b/src/t64out.c
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/t64out.h b/src/t64out.h
index b4c5103..ff7bc29 100644
--- a/src/t64out.h
+++ b/src/t64out.h
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/util.c b/src/util.c
index bf065ef..d7ac2b9 100644
--- a/src/util.c
+++ b/src/util.c
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/util.h b/src/util.h
index e00f68d..6f70a8d 100644
--- a/src/util.h
+++ b/src/util.h
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/varchar.c b/src/varchar.c
index 592ff74..608833d 100644
--- a/src/varchar.c
+++ b/src/varchar.c
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/varchar.h b/src/varchar.h
index 7dd15e3..da6b352 100644
--- a/src/varchar.h
+++ b/src/varchar.h
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/z80.c b/src/z80.c
index 5cb003c..290c0f0 100644
--- a/src/z80.c
+++ b/src/z80.c
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/z80.h b/src/z80.h
index 5e99e95..248d897 100644
--- a/src/z80.h
+++ b/src/z80.h
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/zx81out.c b/src/zx81out.c
index fe4d83c..8635e09 100644
--- a/src/zx81out.c
+++ b/src/zx81out.c
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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/src/zx81out.h b/src/zx81out.h
index e6f3190..f5429a8 100644
--- a/src/zx81out.h
+++ b/src/zx81out.h
@@ -2,7 +2,7 @@
casm - Simple, portable assembler
- Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk)
+ Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk)
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