mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
memset: also update copyright years
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
6ab0fbfc84
commit
3884932b78
@ -1,3 +1,8 @@
|
||||
2012-04-08 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* sysdeps/i386/i686/memset_chk.S: Update copyright year.
|
||||
* sysdeps/x86_64/memset_chk.S: Likewise.
|
||||
|
||||
2012-04-08 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
[BZ #10153]
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Checking memset for i686.
|
||||
Copyright (C) 2004, 2005 Free Software Foundation, Inc.
|
||||
Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Checking memset for x86-64.
|
||||
Copyright (C) 2004, 2005 Free Software Foundation, Inc.
|
||||
Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
|
Loading…
Reference in New Issue
Block a user