This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] memset: also update copyright years
- From: "Carlos O'Donell" <carlos at systemhalted dot org>
- To: Mike Frysinger <vapier at gentoo dot org>
- Cc: libc-alpha at sourceware dot org
- Date: Sun, 8 Apr 2012 14:25:57 -0400
- Subject: Re: [PATCH] memset: also update copyright years
- References: <1333909291-7629-1-git-send-email-vapier@gentoo.org>
On Sun, Apr 8, 2012 at 2:21 PM, Mike Frysinger <vapier@gentoo.org> wrote:
> diff --git a/sysdeps/i386/i686/memset_chk.S b/sysdeps/i386/i686/memset_chk.S
> index f2e7fd7..12a679d 100644
> --- a/sysdeps/i386/i686/memset_chk.S
> +++ b/sysdeps/i386/i686/memset_chk.S
> @@ -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.
In the future please collapse these into 2004-2012.
Cheers,
Carlos.