From 1734e4a4e3ce942bcfcecfb627cfa20805ad3ba9 Mon Sep 17 00:00:00 2001 From: PsychoMario Date: Fri, 1 Jun 2012 12:00:29 +0100 Subject: [PATCH] Changed comments --- MemoryModule/MemoryModule.c | 25 ------------------------- MemoryModule/MemoryModule.h | 26 -------------------------- 2 files changed, 51 deletions(-) diff --git a/MemoryModule/MemoryModule.c b/MemoryModule/MemoryModule.c index c23d5bd..a371e41 100644 --- a/MemoryModule/MemoryModule.c +++ b/MemoryModule/MemoryModule.c @@ -1,28 +1,3 @@ -/* - * Memory DLL loading code - * Version 0.0.3 - * - * Copyright (c) 2004-2012 by Joachim Bauch / mail@joachim-bauch.de - * http://www.joachim-bauch.de - * - * The contents of this file are subject to the Mozilla Public License Version - * 1.1 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ - * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the - * License. - * - * The Original Code is MemoryModule.c - * - * The Initial Developer of the Original Code is Joachim Bauch. - * - * Portions created by Joachim Bauch are Copyright (C) 2004-2012 - * Joachim Bauch. All Rights Reserved. - * - */ #include "MemoryModule.h" #ifndef __GNUC__ // disable warnings about pointer <-> DWORD conversions diff --git a/MemoryModule/MemoryModule.h b/MemoryModule/MemoryModule.h index ee89dd3..6f9a519 100644 --- a/MemoryModule/MemoryModule.h +++ b/MemoryModule/MemoryModule.h @@ -1,29 +1,3 @@ -/* - * Memory DLL loading code - * Version 0.0.3 - * - * Copyright (c) 2004-2012 by Joachim Bauch / mail@joachim-bauch.de - * http://www.joachim-bauch.de - * - * The contents of this file are subject to the Mozilla Public License Version - * 1.1 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ - * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the - * License. - * - * The Original Code is MemoryModule.h - * - * The Initial Developer of the Original Code is Joachim Bauch. - * - * Portions created by Joachim Bauch are Copyright (C) 2004-2012 - * Joachim Bauch. All Rights Reserved. - * - */ - #ifndef __MEMORY_MODULE_HEADER #define __MEMORY_MODULE_HEADER # define DLLIMPORT __declspec (dllexport)