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 /hook | |
parent | a0df7df44858a113c549b2e88b5a4b3c1669ab05 (diff) |
Diffstat (limited to 'hook')
-rw-r--r-- | hook/hook.c | 4 | ||||
-rw-r--r-- | hook/hook.h | 4 |
2 files changed, 4 insertions, 4 deletions
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 |