summaryrefslogtreecommitdiff
path: root/libc/sysdeps/powerpc/ffs.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/powerpc/ffs.c')
-rw-r--r--libc/sysdeps/powerpc/ffs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/powerpc/ffs.c b/libc/sysdeps/powerpc/ffs.c
index 43b822537..e0fee46b3 100644
--- a/libc/sysdeps/powerpc/ffs.c
+++ b/libc/sysdeps/powerpc/ffs.c
@@ -1,6 +1,6 @@
/* Find first set bit in a word, counted from least significant end.
For PowerPC.
- Copyright (C) 1991, 1992, 1997, 1998, 2004, 2005 Free Software Foundation, Inc.
+ Copyright (C) 1991-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Torbjorn Granlund (tege@sics.se).