diff options
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 |