diff options
author | Stef Walter <stef@thewalter.net> | 2008-11-28 16:40:55 +0000 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2008-11-28 16:40:55 +0000 |
commit | 5229c88d8930deb3e5280819b02c564dee2db1ab (patch) | |
tree | 3e70b60182ba90c6e43a4d666fac45426accbf7a /program | |
parent | a0df7df44858a113c549b2e88b5a4b3c1669ab05 (diff) |
Diffstat (limited to 'program')
-rw-r--r-- | program/MonitorDlg.cpp | 4 | ||||
-rw-r--r-- | program/MonitorDlg.h | 6 | ||||
-rw-r--r-- | program/Program.cpp | 4 | ||||
-rw-r--r-- | program/StdAfx.cpp | 4 | ||||
-rw-r--r-- | program/StdAfx.h | 4 |
5 files changed, 11 insertions, 11 deletions
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, |