mirror of
https://github.com/vxcontrol/MemoryModule.git
synced 2026-07-20 21:59:45 -04: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
|
||||
* 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
@@ -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
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user