From dead9024c73e16a141b1381ba6e8432d44d2d567 Mon Sep 17 00:00:00 2001 From: Ian C Date: Fri, 6 Jan 2012 21:50:30 +0000 Subject: Added some shifted ED opcodes and added GPL headers to all files. --- src/Noddybox.Emulation.EightBit/Binary.cs | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'src/Noddybox.Emulation.EightBit/Binary.cs') diff --git a/src/Noddybox.Emulation.EightBit/Binary.cs b/src/Noddybox.Emulation.EightBit/Binary.cs index 59d2752..eb03a8c 100644 --- a/src/Noddybox.Emulation.EightBit/Binary.cs +++ b/src/Noddybox.Emulation.EightBit/Binary.cs @@ -1,4 +1,21 @@ -using System; +// This file is part of the Noddybox.Emulation C# suite. +// +// Noddybox.Emulation is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// Noddybox.Emulation is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// 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 . +// +// Copyright (c) Ian Cowburn 2012 +// +using System; namespace Noddybox.Emulation.EightBit { -- cgit v1.2.3