diff options
author | phk <phk@FreeBSD.org> | 2002-03-25 13:52:45 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2002-03-25 13:52:45 +0000 |
commit | 811d04c86c619ad21910ba2de4a872baf6c0b456 (patch) | |
tree | 7f6ba11a403d30fbe1151507881d2c9d1ba895c0 /sys/kern | |
parent | 0078076cddf21d82a8b1241b2ad7c4973ea05f82 (diff) | |
download | FreeBSD-src-811d04c86c619ad21910ba2de4a872baf6c0b456.zip FreeBSD-src-811d04c86c619ad21910ba2de4a872baf6c0b456.tar.gz |
Modernize my email address.
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/imgact_gzip.c | 2 | ||||
-rw-r--r-- | sys/kern/inflate.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/imgact_gzip.c b/sys/kern/imgact_gzip.c index d0c98fe..57a5c1d 100644 --- a/sys/kern/imgact_gzip.c +++ b/sys/kern/imgact_gzip.c @@ -1,7 +1,7 @@ /* * ---------------------------------------------------------------------------- * "THE BEER-WARE LICENSE" (Revision 42): - * <phk@login.dkuug.dk> wrote this file. As long as you retain this notice you + * <phk@FreeBSD.org> wrote this file. As long as you retain this notice you * can do whatever you want with this stuff. If we meet some day, and you think * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- diff --git a/sys/kern/inflate.c b/sys/kern/inflate.c index 4e6ac66..2a16ba2 100644 --- a/sys/kern/inflate.c +++ b/sys/kern/inflate.c @@ -2,7 +2,7 @@ * Most parts of this file are not covered by: * ---------------------------------------------------------------------------- * "THE BEER-WARE LICENSE" (Revision 42): - * <phk@login.dknet.dk> wrote this file. As long as you retain this notice you + * <phk@FreeBSD.org> wrote this file. As long as you retain this notice you * can do whatever you want with this stuff. If we meet some day, and you think * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- |