From a00e548533eed5b1aead479e70a117eb05458a5f Mon Sep 17 00:00:00 2001 From: Ian C Date: Sun, 8 Jan 2012 22:37:21 +0000 Subject: Added rest of ED opcodes and GPL fixed headers. --- src/Noddybox.Emulation.EightBit/Binary.cs | 2 +- src/Noddybox.Emulation.EightBit/ICpu.cs | 2 +- src/Noddybox.Emulation.EightBit/IDevice.cs | 2 +- src/Noddybox.Emulation.EightBit/IMemory.cs | 2 +- src/Noddybox.Emulation.EightBit/Register16.cs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/Noddybox.Emulation.EightBit') diff --git a/src/Noddybox.Emulation.EightBit/Binary.cs b/src/Noddybox.Emulation.EightBit/Binary.cs index eb03a8c..1c267e6 100644 --- a/src/Noddybox.Emulation.EightBit/Binary.cs +++ b/src/Noddybox.Emulation.EightBit/Binary.cs @@ -11,7 +11,7 @@ // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Foobar. If not, see . +// along with Noddybox.Emulation. If not, see . // // Copyright (c) Ian Cowburn 2012 // diff --git a/src/Noddybox.Emulation.EightBit/ICpu.cs b/src/Noddybox.Emulation.EightBit/ICpu.cs index e06c624..9d1909c 100644 --- a/src/Noddybox.Emulation.EightBit/ICpu.cs +++ b/src/Noddybox.Emulation.EightBit/ICpu.cs @@ -11,7 +11,7 @@ // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Foobar. If not, see . +// along with Noddybox.Emulation. If not, see . // // Copyright (c) 2012 Ian Cowburn // diff --git a/src/Noddybox.Emulation.EightBit/IDevice.cs b/src/Noddybox.Emulation.EightBit/IDevice.cs index 9ed2a92..3473898 100644 --- a/src/Noddybox.Emulation.EightBit/IDevice.cs +++ b/src/Noddybox.Emulation.EightBit/IDevice.cs @@ -11,7 +11,7 @@ // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Foobar. If not, see . +// along with Noddybox.Emulation. If not, see . // // Copyright (c) 2012 Ian Cowburn // diff --git a/src/Noddybox.Emulation.EightBit/IMemory.cs b/src/Noddybox.Emulation.EightBit/IMemory.cs index 285a2aa..1d03ccd 100644 --- a/src/Noddybox.Emulation.EightBit/IMemory.cs +++ b/src/Noddybox.Emulation.EightBit/IMemory.cs @@ -11,7 +11,7 @@ // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Foobar. If not, see . +// along with Noddybox.Emulation. If not, see . // // Copyright (c) 2012 Ian Cowburn // diff --git a/src/Noddybox.Emulation.EightBit/Register16.cs b/src/Noddybox.Emulation.EightBit/Register16.cs index a64eaf4..10367cc 100644 --- a/src/Noddybox.Emulation.EightBit/Register16.cs +++ b/src/Noddybox.Emulation.EightBit/Register16.cs @@ -11,7 +11,7 @@ // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Foobar. If not, see . +// along with Noddybox.Emulation. If not, see . // // Copyright (c) 2012 Ian Cowburn // -- cgit v1.2.3