diff options
-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 4e62311e58fd..b1fea3248cbe 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 47f0c6bad5fe..a21b0dc1b9fa 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 57b43646b476..99c7aba521f4 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 d519b1b6c23b..6b35abaadc06 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. * |