Skip to content

Commit ce62f60

Browse files
committed
Bump year in copyright.
1 parent de7840a commit ce62f60

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.3
44
*
5-
* Copyright (c) 2004-2013 by Joachim Bauch / mail@joachim-bauch.de
5+
* Copyright (c) 2004-2014 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-2013
22+
* Portions created by Joachim Bauch are Copyright (C) 2004-2014
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.3
44
*
5-
* Copyright (c) 2004-2013 by Joachim Bauch / mail@joachim-bauch.de
5+
* Copyright (c) 2004-2014 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-2013
22+
* Portions created by Joachim Bauch are Copyright (C) 2004-2014
2323
* Joachim Bauch. All Rights Reserved.
2424
*
2525
*/

doc/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,4 +543,4 @@ Copyright
543543
==========
544544

545545
The MemoryModule library and this tutorial are
546-
Copyright (c) 2004-2013 by Joachim Bauch.
546+
Copyright (c) 2004-2014 by Joachim Bauch.

example/SampleDLL/SampleDLL.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ BEGIN
1010
VALUE "FileDescription", "SampleDLL"
1111
VALUE "FileVersion", "1.0"
1212
VALUE "InternalName", "SampleDLL"
13-
VALUE "LegalCopyright", "Copyright (c) 2013 Joachim Bauch"
13+
VALUE "LegalCopyright", "Copyright (c) 2004-2014 Joachim Bauch"
1414
VALUE "OriginalFilename", "SampleDLL.dll"
1515
VALUE "ProductName", "MemoryModule"
1616
VALUE "ProductVersion", "0.0.3"

0 commit comments

Comments
 (0)