Bump year in copyright.

This commit is contained in:
Joachim Bauch
2014-09-21 14:09:31 +02:00
parent de7840af70
commit ce62f60a6e
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
* Memory DLL loading code * Memory DLL loading code
* Version 0.0.3 * Version 0.0.3
* *
* Copyright (c) 2004-2013 by Joachim Bauch / mail@joachim-bauch.de * Copyright (c) 2004-2014 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-2013 * Portions created by Joachim Bauch are Copyright (C) 2004-2014
* Joachim Bauch. All Rights Reserved. * Joachim Bauch. All Rights Reserved.
* *
*/ */
+2 -2
View File
@@ -2,7 +2,7 @@
* Memory DLL loading code * Memory DLL loading code
* Version 0.0.3 * Version 0.0.3
* *
* Copyright (c) 2004-2013 by Joachim Bauch / mail@joachim-bauch.de * Copyright (c) 2004-2014 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-2013 * Portions created by Joachim Bauch are Copyright (C) 2004-2014
* Joachim Bauch. All Rights Reserved. * Joachim Bauch. All Rights Reserved.
* *
*/ */
+1 -1
View File
@@ -543,4 +543,4 @@ Copyright
========== ==========
The MemoryModule library and this tutorial are The MemoryModule library and this tutorial are
Copyright (c) 2004-2013 by Joachim Bauch. Copyright (c) 2004-2014 by Joachim Bauch.
+1 -1
View File
@@ -10,7 +10,7 @@ BEGIN
VALUE "FileDescription", "SampleDLL" VALUE "FileDescription", "SampleDLL"
VALUE "FileVersion", "1.0" VALUE "FileVersion", "1.0"
VALUE "InternalName", "SampleDLL" VALUE "InternalName", "SampleDLL"
VALUE "LegalCopyright", "Copyright (c) 2013 Joachim Bauch" VALUE "LegalCopyright", "Copyright (c) 2004-2014 Joachim Bauch"
VALUE "OriginalFilename", "SampleDLL.dll" VALUE "OriginalFilename", "SampleDLL.dll"
VALUE "ProductName", "MemoryModule" VALUE "ProductName", "MemoryModule"
VALUE "ProductVersion", "0.0.3" VALUE "ProductVersion", "0.0.3"