From 9888020ba13f5f3a3ab93d1e18853786516ca04e Mon Sep 17 00:00:00 2001 From: mpohoreski Date: Sat, 18 Dec 2010 14:54:48 +0000 Subject: [PATCH] 2.6.2.21 Fixed: Missing GPL / copyright on some debugger files, updated year. --- AppleWin/source/Debugger/Debugger_Console.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AppleWin/source/Debugger/Debugger_Console.cpp b/AppleWin/source/Debugger/Debugger_Console.cpp index f92034ab..e11e052b 100644 --- a/AppleWin/source/Debugger/Debugger_Console.cpp +++ b/AppleWin/source/Debugger/Debugger_Console.cpp @@ -4,7 +4,7 @@ AppleWin : An Apple //e emulator for Windows Copyright (C) 1994-1996, Michael O'Brien Copyright (C) 1999-2001, Oliver Schmidt Copyright (C) 2002-2005, Tom Charlesworth -Copyright (C) 2006-2007, Tom Charlesworth, Michael Pohoreski +Copyright (C) 2006-2010, Tom Charlesworth, Michael Pohoreski AppleWin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -21,9 +21,9 @@ along with AppleWin; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* Description: Debugger +/* Description: Debugger Console support * - * Author: Copyright (C) 2006, Michael Pohoreski + * Author: Copyright (C) 2006 - 2010 Michael Pohoreski */ #include "StdAfx.h"