diff options
author | Stef Walter <stef@thewalter.net> | 2008-11-28 16:43:52 +0000 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2008-11-28 16:43:52 +0000 |
commit | 787b58fb0995ae65d633701b4e149becfd8587e1 (patch) | |
tree | f9566d5604092fb59259e81551dd52ebf86910a9 | |
parent | 9d08acf67479608735955314015d92ca708a88d2 (diff) |
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | IconOverlayIdentifier.cpp | 4 | ||||
-rw-r--r-- | IconOverlayIdentifier.h | 4 | ||||
-rw-r--r-- | Statocrypt.cpp | 4 | ||||
-rw-r--r-- | Statocrypt.def | 4 | ||||
-rw-r--r-- | Statocrypt.rc | 2 | ||||
-rw-r--r-- | StdAfx.cpp | 4 | ||||
-rw-r--r-- | StdAfx.h | 4 |
8 files changed, 20 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..cde73ff --- /dev/null +++ b/ChangeLog @@ -0,0 +1,7 @@ +0.9 + - Use my real name 'Stef Walter' + See: http://memberwebs.com/nielsen/ + +0.8 + - Initial public release + diff --git a/IconOverlayIdentifier.cpp b/IconOverlayIdentifier.cpp index fe78492..109bba0 100644 --- a/IconOverlayIdentifier.cpp +++ b/IconOverlayIdentifier.cpp @@ -1,6 +1,6 @@ //
// AUTHOR
-// S. Nielsen
+// Stef Walter
//
// VERSION
// 0.8
@@ -17,7 +17,7 @@ // with the software or the use or other dealings in the software.
//
// SUPPORT
-// Send bug reports to: <nielsen@memberwebs.com>
+// Send bug reports to: <stef@memberwebs.com>
//
// IconOverlayIdentifier.cpp : Implementation of CIconOverlayIdentifier
diff --git a/IconOverlayIdentifier.h b/IconOverlayIdentifier.h index 0fb2b82..5c2fcab 100644 --- a/IconOverlayIdentifier.h +++ b/IconOverlayIdentifier.h @@ -1,6 +1,6 @@ //
// AUTHOR
-// S. Nielsen
+// Stef Walter
//
// VERSION
// 0.8
@@ -17,7 +17,7 @@ // with the software or the use or other dealings in the software.
//
// SUPPORT
-// Send bug reports to: <nielsen@memberwebs.com>
+// Send bug reports to: <stef@memberwebs.com>
//
// IconOverlayIdentifier.h : Declaration of the CIconOverlayIdentifier
diff --git a/Statocrypt.cpp b/Statocrypt.cpp index 902ae21..63721a8 100644 --- a/Statocrypt.cpp +++ b/Statocrypt.cpp @@ -1,6 +1,6 @@ //
// AUTHOR
-// S. Nielsen
+// Stef Walter
//
// VERSION
// 0.8
@@ -17,7 +17,7 @@ // with the software or the use or other dealings in the software.
//
// SUPPORT
-// Send bug reports to: <nielsen@memberwebs.com>
+// Send bug reports to: <stef@memberwebs.com>
//
// Statocrypt.cpp : Implementation of DLL Exports.
diff --git a/Statocrypt.def b/Statocrypt.def index 9a3f0ae..3e10428 100644 --- a/Statocrypt.def +++ b/Statocrypt.def @@ -1,6 +1,6 @@ ;
; AUTHOR
-; S. Nielsen
+; Stef Walter
;
; VERSION
; 0.8
@@ -17,7 +17,7 @@ ; with the software or the use or other dealings in the software.
;
; SUPPORT
-; Send bug reports to: <nielsen@memberwebs.com>
+; Send bug reports to: <stef@memberwebs.com>
;
; Statocrypt.def : Declares the module parameters.
diff --git a/Statocrypt.rc b/Statocrypt.rc index a4d9e4c..a689c90 100644 --- a/Statocrypt.rc +++ b/Statocrypt.rc @@ -75,7 +75,7 @@ BEGIN VALUE "FileDescription", "Statocrypt shell extension\0"
VALUE "FileVersion", "0, 8, 0, 1\0"
VALUE "InternalName", "Statocrypt\0"
- VALUE "LegalCopyright", "Copyright 2001, S Nielsen\0"
+ VALUE "LegalCopyright", "Copyright 2001, Stef Walter\0"
VALUE "LegalTrademarks", "\0"
VALUE "OLESelfRegister", "\0"
VALUE "OriginalFilename", "Statocrypt.dll\0"
@@ -1,6 +1,6 @@ //
// AUTHOR
-// S. Nielsen
+// Stef Walter
//
// VERSION
// 0.8
@@ -17,7 +17,7 @@ // with the software or the use or other dealings in the software.
//
// SUPPORT
-// Send bug reports to: <nielsen@memberwebs.com>
+// Send bug reports to: <stef@memberwebs.com>
//
// stdafx.cpp : source file that includes just the standard includes
@@ -1,6 +1,6 @@ //
// AUTHOR
-// S. Nielsen
+// Stef Walter
//
// VERSION
// 0.8
@@ -17,7 +17,7 @@ // with the software or the use or other dealings in the software.
//
// SUPPORT
-// Send bug reports to: <nielsen@memberwebs.com>
+// Send bug reports to: <stef@memberwebs.com>
//
// stdafx.h : include file for standard system include files,
|