From 5229c88d8930deb3e5280819b02c564dee2db1ab Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 28 Nov 2008 16:40:55 +0000 Subject: Update with my real name --- ChangeLog | 7 +++++++ common/mystring.h | 4 ++-- common/persistwinpos.h | 4 ++-- common/regsettings.h | 4 ++-- common/trayicon.h | 4 ++-- hook/hook.c | 4 ++-- hook/hook.h | 4 ++-- program/MonitorDlg.cpp | 4 ++-- program/MonitorDlg.h | 6 +++--- program/Program.cpp | 4 ++-- program/StdAfx.cpp | 4 ++-- program/StdAfx.h | 4 ++-- 12 files changed, 30 insertions(+), 23 deletions(-) create mode 100644 ChangeLog diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..c4a930d --- /dev/null +++ b/ChangeLog @@ -0,0 +1,7 @@ +1.1 + - Use my real name 'Stef Walter' + See: http://memberwebs.com/nielsen/ + +1.0 + - Initial public release + diff --git a/common/mystring.h b/common/mystring.h index 1f8025c..dcba9a4 100644 --- a/common/mystring.h +++ b/common/mystring.h @@ -1,6 +1,6 @@ // // AUTHOR -// N. Nielsen +// Stef Walter // // LICENSE // This software is in the public domain. @@ -14,7 +14,7 @@ // with the software or the use or other dealings in the software. // // SUPPORT -// Send bug reports to: +// Send bug reports to: // // MyString.h diff --git a/common/persistwinpos.h b/common/persistwinpos.h index b2c6d98..8fcef06 100644 --- a/common/persistwinpos.h +++ b/common/persistwinpos.h @@ -1,6 +1,6 @@ // // AUTHOR -// N. Nielsen +// Stef Walter // // LICENSE // This software is in the public domain. @@ -14,7 +14,7 @@ // with the software or the use or other dealings in the software. // // SUPPORT -// Send bug reports to: +// Send bug reports to: // #ifndef __PERSISTPOSWINDOW_H__ diff --git a/common/regsettings.h b/common/regsettings.h index 6f2c8ba..8798048 100644 --- a/common/regsettings.h +++ b/common/regsettings.h @@ -1,6 +1,6 @@ // // AUTHOR -// N. Nielsen +// Stef Walter // // LICENSE // This software is in the public domain. @@ -14,7 +14,7 @@ // with the software or the use or other dealings in the software. // // SUPPORT -// Send bug reports to: +// Send bug reports to: // #ifndef __REGSETTINGS_H__ diff --git a/common/trayicon.h b/common/trayicon.h index 8d01998..5984284 100644 --- a/common/trayicon.h +++ b/common/trayicon.h @@ -1,6 +1,6 @@ // // AUTHOR -// N. Nielsen +// Stef Walter // // LICENSE // This software is in the public domain. @@ -14,7 +14,7 @@ // with the software or the use or other dealings in the software. // // SUPPORT -// Send bug reports to: +// Send bug reports to: // #ifndef __TRAYICON_H__ diff --git a/hook/hook.c b/hook/hook.c index 0a8f456..9af7ced 100644 --- a/hook/hook.c +++ b/hook/hook.c @@ -1,6 +1,6 @@ // // AUTHOR -// N. Nielsen +// Stef Walter // // LICENSE // This software is in the public domain. @@ -14,7 +14,7 @@ // with the software or the use or other dealings in the software. // // SUPPORT -// Send bug reports to: +// Send bug reports to: // #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers diff --git a/hook/hook.h b/hook/hook.h index b2fd4e1..18237f1 100644 --- a/hook/hook.h +++ b/hook/hook.h @@ -1,6 +1,6 @@ // // AUTHOR -// N. Nielsen +// Stef Walter // // LICENSE // This software is in the public domain. @@ -14,7 +14,7 @@ // with the software or the use or other dealings in the software. // // SUPPORT -// Send bug reports to: +// Send bug reports to: // #ifdef __cplusplus diff --git a/program/MonitorDlg.cpp b/program/MonitorDlg.cpp index 3ffc53f..4d78b65 100644 --- a/program/MonitorDlg.cpp +++ b/program/MonitorDlg.cpp @@ -1,6 +1,6 @@ // // AUTHOR -// N. Nielsen +// Stef Walter // // LICENSE // This software is in the public domain. @@ -14,7 +14,7 @@ // with the software or the use or other dealings in the software. // // SUPPORT -// Send bug reports to: +// Send bug reports to: // #include "stdafx.h" diff --git a/program/MonitorDlg.h b/program/MonitorDlg.h index ebbae76..4a4c3e7 100644 --- a/program/MonitorDlg.h +++ b/program/MonitorDlg.h @@ -1,6 +1,6 @@ // // AUTHOR -// N. Nielsen +// Stef Walter // // LICENSE // This software is in the public domain. @@ -14,7 +14,7 @@ // with the software or the use or other dealings in the software. // // SUPPORT -// Send bug reports to: +// Send bug reports to: // #ifndef __MONITORDLG_H_ @@ -90,4 +90,4 @@ protected: int m_nIndex; }; -#endif //__MONITORDLG_H_ \ No newline at end of file +#endif //__MONITORDLG_H_ diff --git a/program/Program.cpp b/program/Program.cpp index 584e138..eac29d7 100644 --- a/program/Program.cpp +++ b/program/Program.cpp @@ -1,6 +1,6 @@ // // AUTHOR -// N. Nielsen +// Stef Walter // // LICENSE // This software is in the public domain. @@ -14,7 +14,7 @@ // with the software or the use or other dealings in the software. // // SUPPORT -// Send bug reports to: +// Send bug reports to: // #include "stdafx.h" diff --git a/program/StdAfx.cpp b/program/StdAfx.cpp index dba6c2c..fe06d6f 100644 --- a/program/StdAfx.cpp +++ b/program/StdAfx.cpp @@ -1,6 +1,6 @@ // // AUTHOR -// N. Nielsen +// Stef Walter // // LICENSE // This software is in the public domain. @@ -14,7 +14,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/program/StdAfx.h b/program/StdAfx.h index 59d9c5f..ce4516a 100644 --- a/program/StdAfx.h +++ b/program/StdAfx.h @@ -1,6 +1,6 @@ // // AUTHOR -// N. Nielsen +// Stef Walter // // LICENSE // This software is in the public domain. @@ -14,7 +14,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