File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
* Memory DLL loading code
3
3
* Version 0.0.3
4
4
*
5
- * Copyright (c) 2004-2013 by Joachim Bauch / mail@joachim-bauch.de
5
+ * Copyright (c) 2004-2014 by Joachim Bauch / mail@joachim-bauch.de
6
6
* http://www.joachim-bauch.de
7
7
*
8
8
* The contents of this file are subject to the Mozilla Public License Version
19
19
*
20
20
* The Initial Developer of the Original Code is Joachim Bauch.
21
21
*
22
- * Portions created by Joachim Bauch are Copyright (C) 2004-2013
22
+ * Portions created by Joachim Bauch are Copyright (C) 2004-2014
23
23
* Joachim Bauch. All Rights Reserved.
24
24
*
25
25
*/
Original file line number Diff line number Diff line change 2
2
* Memory DLL loading code
3
3
* Version 0.0.3
4
4
*
5
- * Copyright (c) 2004-2013 by Joachim Bauch / mail@joachim-bauch.de
5
+ * Copyright (c) 2004-2014 by Joachim Bauch / mail@joachim-bauch.de
6
6
* http://www.joachim-bauch.de
7
7
*
8
8
* The contents of this file are subject to the Mozilla Public License Version
19
19
*
20
20
* The Initial Developer of the Original Code is Joachim Bauch.
21
21
*
22
- * Portions created by Joachim Bauch are Copyright (C) 2004-2013
22
+ * Portions created by Joachim Bauch are Copyright (C) 2004-2014
23
23
* Joachim Bauch. All Rights Reserved.
24
24
*
25
25
*/
Original file line number Diff line number Diff line change @@ -543,4 +543,4 @@ Copyright
543
543
==========
544
544
545
545
The MemoryModule library and this tutorial are
546
- Copyright (c) 2004-2013 by Joachim Bauch.
546
+ Copyright (c) 2004-2014 by Joachim Bauch.
Original file line number Diff line number Diff line change 10
10
VALUE "FileDescription", "SampleDLL"
11
11
VALUE "FileVersion", "1.0"
12
12
VALUE "InternalName", "SampleDLL"
13
- VALUE "LegalCopyright", "Copyright (c) 2013 Joachim Bauch"
13
+ VALUE "LegalCopyright", "Copyright (c) 2004-2014 Joachim Bauch"
14
14
VALUE "OriginalFilename", "SampleDLL.dll"
15
15
VALUE "ProductName", "MemoryModule"
16
16
VALUE "ProductVersion", "0.0.3"
You can’t perform that action at this time.
0 commit comments