This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 16/17] Update copyright date range.


On Fri, 16 Mar 2012, Paul Eggert wrote:

> diff --git a/time/mktime.c b/time/mktime.c
> index 3728cbb..28d75aa 100644
> --- a/time/mktime.c
> +++ b/time/mktime.c
> @@ -1,5 +1,5 @@
>  /* Convert a 'struct tm' to a time_t value.
> -   Copyright (C) 1993-1999, 2002-2007, 2008 Free Software Foundation, Inc.
> +   Copyright (C) 1993-1999, 2002-2012 Free Software Foundation, Inc.
>     This file is part of the GNU C Library.
>     Contributed by Paul Eggert <eggert@twinsun.com>.

We don't generally do this as its own commit.  Instead, the first commit 
to a file in 2012 is used to update the range along with whatever 
substantive change is being made - and we'll typically collapse the years 
to a single range when doing so (except that any missing years from before 
1991 can't be included in a range, e.g. dates of 1987, 1988, 1990, 2012 
would become 1987-1988, 1990-2012 rather than just 1987-2012).

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]