mirror of
https://github.com/fancycode/MemoryModule
synced 2026-06-06 15:44:28 +00:00
updated year in copyright, updated notice about where to get code from
This commit is contained in:
+2
-2
@@ -2,7 +2,7 @@
|
|||||||
* Memory DLL loading code
|
* Memory DLL loading code
|
||||||
* Version 0.0.2
|
* 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
|
* http://www.joachim-bauch.de
|
||||||
*
|
*
|
||||||
* The contents of this file are subject to the Mozilla Public License Version
|
* 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.
|
* 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.
|
* Joachim Bauch. All Rights Reserved.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|||||||
+2
-2
@@ -2,7 +2,7 @@
|
|||||||
* Memory DLL loading code
|
* Memory DLL loading code
|
||||||
* Version 0.0.2
|
* 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
|
* http://www.joachim-bauch.de
|
||||||
*
|
*
|
||||||
* The contents of this file are subject to the Mozilla Public License Version
|
* 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.
|
* 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.
|
* Joachim Bauch. All Rights Reserved.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|||||||
+3
-11
@@ -519,16 +519,8 @@ The interface is very similar to the standard methods for loading of libraries::
|
|||||||
Downloads
|
Downloads
|
||||||
----------
|
----------
|
||||||
|
|
||||||
The latest development release can always be grabbed from my development subversion server at
|
The latest development release can always be grabbed from Github at
|
||||||
http://fancycode.com/viewcvs/MemoryModule/trunk/
|
http://github.com/fancycode/MemoryModule/
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
|
|
||||||
Known issues
|
Known issues
|
||||||
@@ -551,4 +543,4 @@ Copyright
|
|||||||
==========
|
==========
|
||||||
|
|
||||||
The MemoryModule library and this tutorial are
|
The MemoryModule library and this tutorial are
|
||||||
Copyright (c) 2004-2006 by Joachim Bauch.
|
Copyright (c) 2004-2010 by Joachim Bauch.
|
||||||
|
|||||||
Reference in New Issue
Block a user