Bump year in copyright.

This commit is contained in:
Joachim Bauch
2015-02-27 00:22:03 +01:00
parent 3422b5791c
commit b889c72727
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.4 * Version 0.0.4
* *
* Copyright (c) 2004-2014 by Joachim Bauch / mail@joachim-bauch.de * Copyright (c) 2004-2015 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-2014 * Portions created by Joachim Bauch are Copyright (C) 2004-2015
* 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.4 * Version 0.0.4
* *
* Copyright (c) 2004-2014 by Joachim Bauch / mail@joachim-bauch.de * Copyright (c) 2004-2015 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-2014 * Portions created by Joachim Bauch are Copyright (C) 2004-2015
* 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-2014 by Joachim Bauch. Copyright (c) 2004-2015 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) 2004-2014 Joachim Bauch" VALUE "LegalCopyright", "Copyright (c) 2004-2015 Joachim Bauch"
VALUE "OriginalFilename", "SampleDLL.dll" VALUE "OriginalFilename", "SampleDLL.dll"
VALUE "ProductName", "MemoryModule" VALUE "ProductName", "MemoryModule"
VALUE "ProductVersion", "0.0.4" VALUE "ProductVersion", "0.0.4"