diff options
author | 2012-11-20 23:13:14 +0000 | |
---|---|---|
committer | 2012-11-21 08:16:00 +0000 | |
commit | 0f28d32059fa4119a119b6dde3716a0012ce6008 (patch) | |
tree | 2495d41cc80bc8b84516ab676311e8ab1972eee7 /ports/sysdeps/aarch64/fpu/s_trunc.c | |
parent | aarch64: Rename .x files to .c (diff) | |
download | glibc-0f28d32059fa4119a119b6dde3716a0012ce6008.tar.gz glibc-0f28d32059fa4119a119b6dde3716a0012ce6008.tar.bz2 glibc-0f28d32059fa4119a119b6dde3716a0012ce6008.zip |
aarch64: Use range in copyright years.
Diffstat (limited to 'ports/sysdeps/aarch64/fpu/s_trunc.c')
-rw-r--r-- | ports/sysdeps/aarch64/fpu/s_trunc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sysdeps/aarch64/fpu/s_trunc.c b/ports/sysdeps/aarch64/fpu/s_trunc.c index cd22762f7a..767cb9fb2f 100644 --- a/ports/sysdeps/aarch64/fpu/s_trunc.c +++ b/ports/sysdeps/aarch64/fpu/s_trunc.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2011, 2012 Free Software Foundation, Inc. +/* Copyright (C) 2011-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. |