From 6fe1a8fd4735ce006d69cf8bb23df8f7adea7b41 Mon Sep 17 00:00:00 2001 From: Ian C Date: Thu, 12 Oct 2006 16:38:57 +0000 Subject: Changed the copyright messages -- will be retagged V1.0 --- README | 4 ++++ arm9/README | 4 ++++ arm9/include/framebuffer.h | 2 +- arm9/include/gui.h | 2 +- arm9/include/keyboard.h | 2 +- arm9/include/tapes.h | 2 +- arm9/include/z80_private.h | 2 +- arm9/include/zx81.h | 2 +- arm9/source/framebuffer.c | 2 +- arm9/source/gui.c | 2 +- arm9/source/keyboard.c | 2 +- arm9/source/main.c | 2 +- arm9/source/tapes.c | 2 +- arm9/source/zx81.c | 2 +- include/framebuffer.h | 2 +- include/gui.h | 2 +- include/keyboard.h | 2 +- include/tapes.h | 2 +- include/z80_private.h | 2 +- include/zx81.h | 2 +- source/framebuffer.c | 2 +- source/gui.c | 2 +- source/keyboard.c | 2 +- source/main.c | 2 +- source/tapes.c | 2 +- source/zx81.c | 2 +- 26 files changed, 32 insertions(+), 24 deletions(-) diff --git a/README b/README index c723c18..2ec8460 100644 --- a/README +++ b/README @@ -1,3 +1,7 @@ + DS81 + Copyright 2006 Ian Cowburn + ianc@noddybox.co.uk + The code to DS81 is released under the GNU General Public License. See COPYING for details. diff --git a/arm9/README b/arm9/README index c723c18..2ec8460 100644 --- a/arm9/README +++ b/arm9/README @@ -1,3 +1,7 @@ + DS81 + Copyright 2006 Ian Cowburn + ianc@noddybox.co.uk + The code to DS81 is released under the GNU General Public License. See COPYING for details. diff --git a/arm9/include/framebuffer.h b/arm9/include/framebuffer.h index c6d087f..2fd7bc3 100644 --- a/arm9/include/framebuffer.h +++ b/arm9/include/framebuffer.h @@ -1,7 +1,7 @@ /* ds81 - Nintendo DS ZX81 emulator. - Copyright (C) 2006 Ian Cowburn + Copyright (C) 2006 Ian Cowburn This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/arm9/include/gui.h b/arm9/include/gui.h index b9363ca..93557dc 100644 --- a/arm9/include/gui.h +++ b/arm9/include/gui.h @@ -1,7 +1,7 @@ /* ds81 - Nintendo DS ZX81 emulator. - Copyright (C) 2006 Ian Cowburn + Copyright (C) 2006 Ian Cowburn This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/arm9/include/keyboard.h b/arm9/include/keyboard.h index 862007c..c3fab5b 100644 --- a/arm9/include/keyboard.h +++ b/arm9/include/keyboard.h @@ -1,7 +1,7 @@ /* ds81 - Nintendo ZX81 emulator. - Copyright (C) 2006 Ian Cowburn + Copyright (C) 2006 Ian Cowburn This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/arm9/include/tapes.h b/arm9/include/tapes.h index 5170f17..c31df9a 100644 --- a/arm9/include/tapes.h +++ b/arm9/include/tapes.h @@ -1,7 +1,7 @@ /* ds81 - Nintendo DS ZX81 emulator. - Copyright (C) 2006 Ian Cowburn + Copyright (C) 2006 Ian Cowburn This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/arm9/include/z80_private.h b/arm9/include/z80_private.h index be45e56..dc4f6b9 100644 --- a/arm9/include/z80_private.h +++ b/arm9/include/z80_private.h @@ -2,7 +2,7 @@ z80 - Z80 emulation - Copyright (C) 2006 Ian Cowburn (ianc@noddybox.demon.co.uk) + Copyright (C) 2006 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/arm9/include/zx81.h b/arm9/include/zx81.h index 3d73955..1f63f50 100644 --- a/arm9/include/zx81.h +++ b/arm9/include/zx81.h @@ -2,7 +2,7 @@ ds81 - Nintendo DS ZX81 emulator - Copyright (C) 2006 Ian Cowburn (ianc@noddybox.demon.co.uk) + Copyright (C) 2006 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/arm9/source/framebuffer.c b/arm9/source/framebuffer.c index 22a4e12..4a4b03d 100644 --- a/arm9/source/framebuffer.c +++ b/arm9/source/framebuffer.c @@ -1,7 +1,7 @@ /* ds81 - Nintendo DS ZX81 emulator. - Copyright (C) 2006 Ian Cowburn + Copyright (C) 2006 Ian Cowburn This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/arm9/source/gui.c b/arm9/source/gui.c index 45b0817..91c7f8d 100644 --- a/arm9/source/gui.c +++ b/arm9/source/gui.c @@ -1,7 +1,7 @@ /* ds81 - Nintendo DS ZX81 emulator. - Copyright (C) 2006 Ian Cowburn + Copyright (C) 2006 Ian Cowburn This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/arm9/source/keyboard.c b/arm9/source/keyboard.c index c58aaae..8db8d34 100644 --- a/arm9/source/keyboard.c +++ b/arm9/source/keyboard.c @@ -1,7 +1,7 @@ /* ds81 - Nintendo DS ZX81 emulator. - Copyright (C) 2006 Ian Cowburn + Copyright (C) 2006 Ian Cowburn This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/arm9/source/main.c b/arm9/source/main.c index b5459fc..1da90c2 100644 --- a/arm9/source/main.c +++ b/arm9/source/main.c @@ -1,7 +1,7 @@ /* ds81 - Nintendo DS ZX81 emulator. - Copyright (C) 2006 Ian Cowburn + Copyright (C) 2006 Ian Cowburn This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/arm9/source/tapes.c b/arm9/source/tapes.c index 7d01e82..86da796 100644 --- a/arm9/source/tapes.c +++ b/arm9/source/tapes.c @@ -1,7 +1,7 @@ /* ds81 - Nintendo DS ZX81 emulator. - Copyright (C) 2006 Ian Cowburn + Copyright (C) 2006 Ian Cowburn This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/arm9/source/zx81.c b/arm9/source/zx81.c index 2b81e2b..0b7e729 100644 --- a/arm9/source/zx81.c +++ b/arm9/source/zx81.c @@ -1,7 +1,7 @@ /* ds81 - Nintendo DS ZX81 emulator - Copyright (C) 2006 Ian Cowburn (ianc@noddybox.demon.co.uk) + Copyright (C) 2006 Ian Cowburn 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/include/framebuffer.h b/include/framebuffer.h index c6d087f..2fd7bc3 100644 --- a/include/framebuffer.h +++ b/include/framebuffer.h @@ -1,7 +1,7 @@ /* ds81 - Nintendo DS ZX81 emulator. - Copyright (C) 2006 Ian Cowburn + Copyright (C) 2006 Ian Cowburn This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/include/gui.h b/include/gui.h index b9363ca..93557dc 100644 --- a/include/gui.h +++ b/include/gui.h @@ -1,7 +1,7 @@ /* ds81 - Nintendo DS ZX81 emulator. - Copyright (C) 2006 Ian Cowburn + Copyright (C) 2006 Ian Cowburn This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/include/keyboard.h b/include/keyboard.h index 862007c..c3fab5b 100644 --- a/include/keyboard.h +++ b/include/keyboard.h @@ -1,7 +1,7 @@ /* ds81 - Nintendo ZX81 emulator. - Copyright (C) 2006 Ian Cowburn + Copyright (C) 2006 Ian Cowburn This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/include/tapes.h b/include/tapes.h index 5170f17..c31df9a 100644 --- a/include/tapes.h +++ b/include/tapes.h @@ -1,7 +1,7 @@ /* ds81 - Nintendo DS ZX81 emulator. - Copyright (C) 2006 Ian Cowburn + Copyright (C) 2006 Ian Cowburn This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/include/z80_private.h b/include/z80_private.h index be45e56..dc4f6b9 100644 --- a/include/z80_private.h +++ b/include/z80_private.h @@ -2,7 +2,7 @@ z80 - Z80 emulation - Copyright (C) 2006 Ian Cowburn (ianc@noddybox.demon.co.uk) + Copyright (C) 2006 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/include/zx81.h b/include/zx81.h index 3d73955..1f63f50 100644 --- a/include/zx81.h +++ b/include/zx81.h @@ -2,7 +2,7 @@ ds81 - Nintendo DS ZX81 emulator - Copyright (C) 2006 Ian Cowburn (ianc@noddybox.demon.co.uk) + Copyright (C) 2006 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/source/framebuffer.c b/source/framebuffer.c index 22a4e12..4a4b03d 100644 --- a/source/framebuffer.c +++ b/source/framebuffer.c @@ -1,7 +1,7 @@ /* ds81 - Nintendo DS ZX81 emulator. - Copyright (C) 2006 Ian Cowburn + Copyright (C) 2006 Ian Cowburn This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/gui.c b/source/gui.c index 45b0817..91c7f8d 100644 --- a/source/gui.c +++ b/source/gui.c @@ -1,7 +1,7 @@ /* ds81 - Nintendo DS ZX81 emulator. - Copyright (C) 2006 Ian Cowburn + Copyright (C) 2006 Ian Cowburn This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/keyboard.c b/source/keyboard.c index c58aaae..8db8d34 100644 --- a/source/keyboard.c +++ b/source/keyboard.c @@ -1,7 +1,7 @@ /* ds81 - Nintendo DS ZX81 emulator. - Copyright (C) 2006 Ian Cowburn + Copyright (C) 2006 Ian Cowburn This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/main.c b/source/main.c index b5459fc..1da90c2 100644 --- a/source/main.c +++ b/source/main.c @@ -1,7 +1,7 @@ /* ds81 - Nintendo DS ZX81 emulator. - Copyright (C) 2006 Ian Cowburn + Copyright (C) 2006 Ian Cowburn This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/tapes.c b/source/tapes.c index 7d01e82..86da796 100644 --- a/source/tapes.c +++ b/source/tapes.c @@ -1,7 +1,7 @@ /* ds81 - Nintendo DS ZX81 emulator. - Copyright (C) 2006 Ian Cowburn + Copyright (C) 2006 Ian Cowburn This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/zx81.c b/source/zx81.c index 2b81e2b..0b7e729 100644 --- a/source/zx81.c +++ b/source/zx81.c @@ -1,7 +1,7 @@ /* ds81 - Nintendo DS ZX81 emulator - Copyright (C) 2006 Ian Cowburn (ianc@noddybox.demon.co.uk) + Copyright (C) 2006 Ian Cowburn 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 -- cgit v1.2.3