summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2008-11-28 16:40:55 +0000
committerStef Walter <stef@thewalter.net>2008-11-28 16:40:55 +0000
commit5229c88d8930deb3e5280819b02c564dee2db1ab (patch)
tree3e70b60182ba90c6e43a4d666fac45426accbf7a
parenta0df7df44858a113c549b2e88b5a4b3c1669ab05 (diff)
Update with my real nameHEADmaster
-rw-r--r--ChangeLog7
-rw-r--r--common/mystring.h4
-rw-r--r--common/persistwinpos.h4
-rw-r--r--common/regsettings.h4
-rw-r--r--common/trayicon.h4
-rw-r--r--hook/hook.c4
-rw-r--r--hook/hook.h4
-rw-r--r--program/MonitorDlg.cpp4
-rw-r--r--program/MonitorDlg.h6
-rw-r--r--program/Program.cpp4
-rw-r--r--program/StdAfx.cpp4
-rw-r--r--program/StdAfx.h4
12 files changed, 30 insertions, 23 deletions
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: <nielsen@memberwebs.com>
+// Send bug reports to: <stef@memberwebs.com>
//
// 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: <nielsen@memberwebs.com>
+// Send bug reports to: <stef@memberwebs.com>
//
#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: <nielsen@memberwebs.com>
+// Send bug reports to: <stef@memberwebs.com>
//
#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: <nielsen@memberwebs.com>
+// Send bug reports to: <stef@memberwebs.com>
//
#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: <nielsen@memberwebs.com>
+// Send bug reports to: <stef@memberwebs.com>
//
#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: <nielsen@memberwebs.com>
+// Send bug reports to: <stef@memberwebs.com>
//
#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: <nielsen@memberwebs.com>
+// Send bug reports to: <stef@memberwebs.com>
//
#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: <nielsen@memberwebs.com>
+// Send bug reports to: <stef@memberwebs.com>
//
#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: <nielsen@memberwebs.com>
+// Send bug reports to: <stef@memberwebs.com>
//
#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: <nielsen@memberwebs.com>
+// Send bug reports to: <stef@memberwebs.com>
//
// 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: <nielsen@memberwebs.com>
+// Send bug reports to: <stef@memberwebs.com>
//
// stdafx.h : include file for standard system include files,