summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>2001-12-20 15:30:02 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>2001-12-20 15:30:02 +0000
commitf2d0f4274bcb0e51ada2510f5f14190665f9ce80 (patch)
treea29131f0b1cb5954f94434bb9b5cd9828809a72b /lib/libc
parentafb5951f89a1476c1432dbd06dd4559ee39bcf82 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/locale/fix_grouping.c2
-rw-r--r--lib/libc/locale/localeconv.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/locale/fix_grouping.c b/lib/libc/locale/fix_grouping.c
index 1ee614a7ef8b..5c88e8750f9f 100644
--- a/lib/libc/locale/fix_grouping.c
+++ b/lib/libc/locale/fix_grouping.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/locale/localeconv.c b/lib/libc/locale/localeconv.c
index e113cbb99105..35ddc7968787 100644
--- a/lib/libc/locale/localeconv.c
+++ b/lib/libc/locale/localeconv.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2001 Alexey Zelkin
+ * Copyright (c) 2001 Alexey Zelkin <phantom@FreeBSD.org>
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*