X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=ChazLog.m;h=bee3160dde734983c96dcf79ce27cb34860fd67a;hb=179538478d0db2e5f8f2b50ccb3ff889b474aa01;hp=1637e56f3e484bc0b11d5091284ed723b50c9d20;hpb=d27548f80fe411fda2ee69c74a24eab4292267e9;p=chaz%2Fthecheat diff --git a/ChazLog.m b/ChazLog.m index 1637e56..bee3160 100644 --- a/ChazLog.m +++ b/ChazLog.m @@ -1,10 +1,23 @@ -// -// ChazLog.m -// Niobium -// -// Created by NB McGarvey on 9/6/04. -// Copyright 2004 NB McGarvey. All rights reserved. -// + +// ********************************************************************** +// The Cheat - A universal game cheater for Mac OS X +// (C) 2003-2005 Chaz McGarvey (BrokenZipper) +// +// 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 +// the Free Software Foundation; either version 1, or (at your option) +// any later version. +// +// This program 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 this program; if not, write to the Free Software +// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// + #include "ChazLog.h" @@ -17,7 +30,7 @@ void static _ChazPrint( FILE *output, NSString *format, va_list args ); // Static Globals -BOOL static _gLogEnabled = NO; +BOOL static _gLogEnabled = YES; FILE static *_gLogFile = stdout; FILE static *_gDebugFile = NULL;