diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-08-24 11:42:19 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-08-24 11:42:19 -0700 |
commit | 1cdfe7242f89a54d164b9d7e31b716839a17ba5b (patch) | |
tree | 9bdcd1093feabd579bc009522212c7209d6a187e /sysdeps/x86_64/multiarch/strcspn-c.c | |
parent | 73f27d5e722ece05a66c124406cc8ca4305f4cbd (diff) | |
download | glibc-1cdfe7242f89a54d164b9d7e31b716839a17ba5b.tar.gz glibc-1cdfe7242f89a54d164b9d7e31b716839a17ba5b.tar.xz glibc-1cdfe7242f89a54d164b9d7e31b716839a17ba5b.zip |
Add missing copyright year updated and pretty printing.
Diffstat (limited to 'sysdeps/x86_64/multiarch/strcspn-c.c')
-rw-r--r-- | sysdeps/x86_64/multiarch/strcspn-c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/multiarch/strcspn-c.c b/sysdeps/x86_64/multiarch/strcspn-c.c index 04aba46237..0b2ce76926 100644 --- a/sysdeps/x86_64/multiarch/strcspn-c.c +++ b/sysdeps/x86_64/multiarch/strcspn-c.c @@ -1,5 +1,5 @@ /* strcspn with SSE4.2 intrinsics - Copyright (C) 2009 Free Software Foundation, Inc. + Copyright (C) 2009, 2010 Free Software Foundation, Inc. Contributed by Intel Corporation. This file is part of the GNU C Library. |