Skip to content

Commit 1ece5ca

Browse files
committed
updated year in copyright, updated notice about where to get code from
1 parent a486d33 commit 1ece5ca

File tree

3 files changed

+7
-15
lines changed

3 files changed

+7
-15
lines changed

MemoryModule.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Memory DLL loading code
33
* Version 0.0.2
44
*
5-
* Copyright (c) 2004-2005 by Joachim Bauch / mail@joachim-bauch.de
5+
* Copyright (c) 2004-2010 by Joachim Bauch / mail@joachim-bauch.de
66
* http://www.joachim-bauch.de
77
*
88
* The contents of this file are subject to the Mozilla Public License Version
@@ -19,7 +19,7 @@
1919
*
2020
* The Initial Developer of the Original Code is Joachim Bauch.
2121
*
22-
* Portions created by Joachim Bauch are Copyright (C) 2004-2005
22+
* Portions created by Joachim Bauch are Copyright (C) 2004-2010
2323
* Joachim Bauch. All Rights Reserved.
2424
*
2525
*/

MemoryModule.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Memory DLL loading code
33
* Version 0.0.2
44
*
5-
* Copyright (c) 2004-2005 by Joachim Bauch / mail@joachim-bauch.de
5+
* Copyright (c) 2004-2010 by Joachim Bauch / mail@joachim-bauch.de
66
* http://www.joachim-bauch.de
77
*
88
* The contents of this file are subject to the Mozilla Public License Version
@@ -19,7 +19,7 @@
1919
*
2020
* The Initial Developer of the Original Code is Joachim Bauch.
2121
*
22-
* Portions created by Joachim Bauch are Copyright (C) 2004-2005
22+
* Portions created by Joachim Bauch are Copyright (C) 2004-2010
2323
* Joachim Bauch. All Rights Reserved.
2424
*
2525
*/

doc/readme.txt

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -519,16 +519,8 @@ The interface is very similar to the standard methods for loading of libraries::
519519
Downloads
520520
----------
521521

522-
The latest development release can always be grabbed from my development subversion server at
523-
http://fancycode.com/viewcvs/MemoryModule/trunk/
524-
525-
All released versions can be downloaded from the list below.
526-
527-
Version 0.0.2 (MPL release)
528-
http://www.joachim-bauch.de/tutorials/downloads/MemoryModule-0.0.2.zip
529-
530-
Version 0.0.1 (first public release)
531-
http://www.joachim-bauch.de/tutorials/downloads/MemoryModule-0.0.1.zip
522+
The latest development release can always be grabbed from Github at
523+
http://github.com/fancycode/MemoryModule/
532524

533525

534526
Known issues
@@ -551,4 +543,4 @@ Copyright
551543
==========
552544

553545
The MemoryModule library and this tutorial are
554-
Copyright (c) 2004-2006 by Joachim Bauch.
546+
Copyright (c) 2004-2010 by Joachim Bauch.

0 commit comments

Comments
 (0)