diff options
author | phantom <phantom@FreeBSD.org> | 2001-12-11 16:00:47 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2001-12-11 16:00:47 +0000 |
commit | 43b8ed47bd5c248f1ad6563b728a1d6630d8a47e (patch) | |
tree | 578220684976b846fa1c4cd15c638421de166df9 | |
parent | f3ed7361342301c866a8d105912aa6f104ffc8b4 (diff) | |
download | FreeBSD-src-43b8ed47bd5c248f1ad6563b728a1d6630d8a47e.zip FreeBSD-src-43b8ed47bd5c248f1ad6563b728a1d6630d8a47e.tar.gz |
Add my e-mail to copyrights
-rw-r--r-- | include/langinfo.h | 2 | ||||
-rw-r--r-- | include/monetary.h | 2 | ||||
-rw-r--r-- | lib/libc/stdlib/strfmon.c | 2 | ||||
-rw-r--r-- | lib/libc/stdtime/timelocal.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/include/langinfo.h b/include/langinfo.h index 4e62311..b1fea32 100644 --- a/include/langinfo.h +++ b/include/langinfo.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2001 Alexey Zelkin + * Copyright (c) 2001 Alexey Zelkin <phantom@FreeBSD.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/monetary.h b/include/monetary.h index 47f0c6b..a21b0dc 100644 --- a/include/monetary.h +++ b/include/monetary.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2001 Alexey Zelkin + * Copyright (c) 2001 Alexey Zelkin <phantom@FreeBSD.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libc/stdlib/strfmon.c b/lib/libc/stdlib/strfmon.c index 57b4364..99c7aba 100644 --- a/lib/libc/stdlib/strfmon.c +++ b/lib/libc/stdlib/strfmon.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2001 Alexey Zelkin + * Copyright (c) 2001 Alexey Zelkin <phantom@FreeBSD.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libc/stdtime/timelocal.c b/lib/libc/stdtime/timelocal.c index d519b1b..6b35aba 100644 --- a/lib/libc/stdtime/timelocal.c +++ b/lib/libc/stdtime/timelocal.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2001 Alexey Zelkin + * Copyright (c) 2001 Alexey Zelkin <phantom@FreeBSD.org> * Copyright (c) 1997 FreeBSD Inc. * All rights reserved. * |