diff options
author | Steve Ellcey <sellcey@mips.com> | 2012-10-31 13:03:45 -0700 |
---|---|---|
committer | Steve Ellcey <sellcey@mips.com> | 2012-10-31 13:03:45 -0700 |
commit | 84097ebac3fe750617b900de3e14b2f11af6e75b (patch) | |
tree | e8f91f3ef32d93f1cac7c498010ef8d49a033883 | |
parent | d00233992064ae685ecb1965c43758d32a289c7a (diff) | |
download | glibc-84097ebac3fe750617b900de3e14b2f11af6e75b.tar.gz glibc-84097ebac3fe750617b900de3e14b2f11af6e75b.tar.xz glibc-84097ebac3fe750617b900de3e14b2f11af6e75b.zip |
Remove 'Contributed' line, glibc is not using them anymore.
-rw-r--r-- | ports/sysdeps/mips/memcpy.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ports/sysdeps/mips/memcpy.S b/ports/sysdeps/mips/memcpy.S index a84a35bf0a..abb07f9ee9 100644 --- a/ports/sysdeps/mips/memcpy.S +++ b/ports/sysdeps/mips/memcpy.S @@ -1,8 +1,6 @@ /* Copyright (C) 2012 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by MIPS Technologies, Inc. - The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either |