From 787b58fb0995ae65d633701b4e149becfd8587e1 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 28 Nov 2008 16:43:52 +0000 Subject: Change to my real name --- ChangeLog | 7 +++++++ IconOverlayIdentifier.cpp | 4 ++-- IconOverlayIdentifier.h | 4 ++-- Statocrypt.cpp | 4 ++-- Statocrypt.def | 4 ++-- Statocrypt.rc | 2 +- StdAfx.cpp | 4 ++-- StdAfx.h | 4 ++-- 8 files changed, 20 insertions(+), 13 deletions(-) create mode 100644 ChangeLog 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: +// Send bug reports to: // // 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: +// Send bug reports to: // // 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: +// Send bug reports to: // // 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: +; Send bug reports to: ; ; 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" diff --git a/StdAfx.cpp b/StdAfx.cpp index e10bc99..a8e24b1 100644 --- a/StdAfx.cpp +++ b/StdAfx.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: +// Send bug reports to: // // stdafx.cpp : source file that includes just the standard includes diff --git a/StdAfx.h b/StdAfx.h index 42403cb..8ce7429 100644 --- a/StdAfx.h +++ b/StdAfx.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: +// Send bug reports to: // // stdafx.h : include file for standard system include files, -- cgit v1.2.3