From 1ece5ca28d10c1509daa8eb874d9c96a62b2d48b Mon Sep 17 00:00:00 2001 From: Joachim Bauch Date: Sun, 24 Oct 2010 00:39:24 +0200 Subject: [PATCH] updated year in copyright, updated notice about where to get code from --- MemoryModule.c | 4 ++-- MemoryModule.h | 4 ++-- doc/readme.txt | 14 +++----------- 3 files changed, 7 insertions(+), 15 deletions(-) diff --git a/MemoryModule.c b/MemoryModule.c index e918e9c..201b651 100644 --- a/MemoryModule.c +++ b/MemoryModule.c @@ -2,7 +2,7 @@ * Memory DLL loading code * Version 0.0.2 * - * Copyright (c) 2004-2005 by Joachim Bauch / mail@joachim-bauch.de + * Copyright (c) 2004-2010 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 @@ -19,7 +19,7 @@ * * The Initial Developer of the Original Code is Joachim Bauch. * - * Portions created by Joachim Bauch are Copyright (C) 2004-2005 + * Portions created by Joachim Bauch are Copyright (C) 2004-2010 * Joachim Bauch. All Rights Reserved. * */ diff --git a/MemoryModule.h b/MemoryModule.h index acece0d..67bd9de 100644 --- a/MemoryModule.h +++ b/MemoryModule.h @@ -2,7 +2,7 @@ * Memory DLL loading code * Version 0.0.2 * - * Copyright (c) 2004-2005 by Joachim Bauch / mail@joachim-bauch.de + * Copyright (c) 2004-2010 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 @@ -19,7 +19,7 @@ * * The Initial Developer of the Original Code is Joachim Bauch. * - * Portions created by Joachim Bauch are Copyright (C) 2004-2005 + * Portions created by Joachim Bauch are Copyright (C) 2004-2010 * Joachim Bauch. All Rights Reserved. * */ diff --git a/doc/readme.txt b/doc/readme.txt index a6cb906..fd141bd 100644 --- a/doc/readme.txt +++ b/doc/readme.txt @@ -519,16 +519,8 @@ The interface is very similar to the standard methods for loading of libraries:: Downloads ---------- -The latest development release can always be grabbed from my development subversion server at -http://fancycode.com/viewcvs/MemoryModule/trunk/ - -All released versions can be downloaded from the list below. - -Version 0.0.2 (MPL release) - http://www.joachim-bauch.de/tutorials/downloads/MemoryModule-0.0.2.zip - -Version 0.0.1 (first public release) - http://www.joachim-bauch.de/tutorials/downloads/MemoryModule-0.0.1.zip +The latest development release can always be grabbed from Github at +http://github.com/fancycode/MemoryModule/ Known issues @@ -551,4 +543,4 @@ Copyright ========== The MemoryModule library and this tutorial are -Copyright (c) 2004-2006 by Joachim Bauch. +Copyright (c) 2004-2010 by Joachim Bauch.