updated year in copyright, updated notice about where to get code from

This commit is contained in:
Joachim Bauch
2010-10-24 00:39:24 +02:00
parent a486d330f2
commit 1ece5ca28d
3 changed files with 7 additions and 15 deletions
+2 -2
View File
@@ -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.
*
*/
+2 -2
View File
@@ -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.
*
*/
+3 -11
View File
@@ -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.