From 3c94eba695c5ce6233295a22c70e01426004f48e Mon Sep 17 00:00:00 2001 From: Keith Marshall Date: Tue, 12 Apr 2016 15:36:20 +0100 Subject: [PATCH] Update several incorrectly attributed header files. --- mingwrt/ChangeLog | 13 +++++++++++++ mingwrt/include/direct.h | 2 +- mingwrt/include/io.h | 2 +- mingwrt/include/locale.h | 2 +- mingwrt/include/math.h | 2 +- mingwrt/include/process.h | 2 +- mingwrt/include/stdio.h | 2 +- mingwrt/include/stdlib.h | 2 +- mingwrt/include/string.h | 2 +- mingwrt/include/sys/stat.h | 2 +- mingwrt/include/sys/types.h | 2 +- mingwrt/include/time.h | 2 +- mingwrt/include/wchar.h | 3 ++- 13 files changed, 26 insertions(+), 12 deletions(-) diff --git a/mingwrt/ChangeLog b/mingwrt/ChangeLog index 8b996f6..eed2c0b 100644 --- a/mingwrt/ChangeLog +++ b/mingwrt/ChangeLog @@ -1,3 +1,16 @@ +2016-04-12 Keith Marshall + + Update several incorrectly attributed header files. + + * include/direct.h include/io.h include/locale.h include/math.h + * include/process.h include/stdio.h include/stdlib.h include/string.h + * include/sys/stat.h include/sys/types.h include/time.h: Identify the + original author as Colin Peters; Rob Savoye merely imported them into + the original CVS repository, when he created it. + + * include/wchar.h: Likewise, imported by Rob Savoye, but the original + source file is unattributed. + 2016-04-11 Keith Marshall Eliminate all references to non-standard __NO_ISOCEXT macro. diff --git a/mingwrt/include/direct.h b/mingwrt/include/direct.h index 3954033..b533da2 100644 --- a/mingwrt/include/direct.h +++ b/mingwrt/include/direct.h @@ -6,7 +6,7 @@ * * $Id$ * - * Written by Rob Savoye + * Written by Colin Peters * Copyright (C) 1997, 1999-2001, 2003, 2004, 2007, 2016, MinGW.org Project. * * diff --git a/mingwrt/include/io.h b/mingwrt/include/io.h index a93fb6e..7ab6499 100644 --- a/mingwrt/include/io.h +++ b/mingwrt/include/io.h @@ -5,7 +5,7 @@ * * $Id$ * - * Written by Rob Savoye + * Written by Colin Peters * Copyright (C) 1997-2004, 2007, 2009, 2010, 2014-2016, MinGW.org Project. * * diff --git a/mingwrt/include/locale.h b/mingwrt/include/locale.h index b756a19..454aefc 100644 --- a/mingwrt/include/locale.h +++ b/mingwrt/include/locale.h @@ -6,7 +6,7 @@ * * $Id$ * - * Written by Rob Savoye + * Written by Colin Peters * Copyright (C) 1997, 1999-2001, 2003, 2004, 2007, 2016, MinGW.org Project. * * diff --git a/mingwrt/include/math.h b/mingwrt/include/math.h index d5f2ab9..af94513 100644 --- a/mingwrt/include/math.h +++ b/mingwrt/include/math.h @@ -6,7 +6,7 @@ * * $Id$ * - * Written by Rob Savoye + * Written by Colin Peters * Copyright (C) 1997-2009, 2014-2016, MinGW.org Project. * * diff --git a/mingwrt/include/process.h b/mingwrt/include/process.h index 93dd9cd..cda2e41 100644 --- a/mingwrt/include/process.h +++ b/mingwrt/include/process.h @@ -5,7 +5,7 @@ * * $Id$ * - * Written by Rob Savoye + * Written by Colin Peters * Copyright (C) 1997-2001, 2003-2004, 2007-2008, 2016, MinGW.org Project. * * diff --git a/mingwrt/include/stdio.h b/mingwrt/include/stdio.h index 71306b7..eca9448 100644 --- a/mingwrt/include/stdio.h +++ b/mingwrt/include/stdio.h @@ -6,7 +6,7 @@ * * $Id$ * - * Written by Rob Savoye + * Written by Colin Peters * Copyright (C) 1997-2005, 2007-2010, 2014-2016, MinGW.org Project. * * diff --git a/mingwrt/include/stdlib.h b/mingwrt/include/stdlib.h index 79a7ec3..5908e63 100644 --- a/mingwrt/include/stdlib.h +++ b/mingwrt/include/stdlib.h @@ -6,7 +6,7 @@ * * $Id$ * - * Written by Rob Savoye + * Written by Colin Peters * Copyright (C) 1997-2009, 2011, 2014-2016, MinGW.org Project. * * diff --git a/mingwrt/include/string.h b/mingwrt/include/string.h index e97e4d6..c10c23f 100644 --- a/mingwrt/include/string.h +++ b/mingwrt/include/string.h @@ -5,7 +5,7 @@ * * $Id$ * - * Written by Rob Savoye + * Written by Colin Peters * Copyright (C) 1997-2000, 2002-2004, 2007, 2009, 2015, 2016, * MinGW.org Project. * diff --git a/mingwrt/include/sys/stat.h b/mingwrt/include/sys/stat.h index 30c18a2..94c9b7c 100644 --- a/mingwrt/include/sys/stat.h +++ b/mingwrt/include/sys/stat.h @@ -6,7 +6,7 @@ * * $Id$ * - * Written by Rob Savoye + * Written by Colin Peters * Copyright (C) 1997-2001, 2003-2005, 2007, 2016, MinGW.org Project. * * diff --git a/mingwrt/include/sys/types.h b/mingwrt/include/sys/types.h index 1dbf59d..3a00343 100644 --- a/mingwrt/include/sys/types.h +++ b/mingwrt/include/sys/types.h @@ -5,7 +5,7 @@ * * $Id$ * - * Written by Rob Savoye + * Written by Colin Peters * Copyright (C) 1997-1999, 2001, 2003, 2004, 2008, 2011, 2014-2016, * MinGW.org Project. * diff --git a/mingwrt/include/time.h b/mingwrt/include/time.h index aba0a13..ea90870 100644 --- a/mingwrt/include/time.h +++ b/mingwrt/include/time.h @@ -5,7 +5,7 @@ * * $Id$ * - * Written by Rob Savoye + * Written by Colin Peters * Copyright (C) 1997-2007, 2011, 2015, 2016, MinGW.org Project. * * diff --git a/mingwrt/include/wchar.h b/mingwrt/include/wchar.h index 2e19b96..da61e4e 100644 --- a/mingwrt/include/wchar.h +++ b/mingwrt/include/wchar.h @@ -6,7 +6,8 @@ * * $Id$ * - * Written by Rob Savoye + * Unattributed original source. + * Adapted by Rob Savoye * Copyright (C) 1997, 1999-2009, 2011, 2015, 2016, MinGW.org Project. * * -- 2.11.0