OSDN Git Service

Correct project name references in w32api source files.
authorKeith Marshall <keith@users.osdn.me>
Mon, 15 Aug 2022 20:49:23 +0000 (21:49 +0100)
committerKeith Marshall <keith@users.osdn.me>
Mon, 15 Aug 2022 20:49:23 +0000 (21:49 +0100)
49 files changed:
w32api/ChangeLog
w32api/Makefile.in
w32api/README.w32api
w32api/configure.ac
w32api/include/commctrl.h
w32api/include/dbt.h
w32api/include/ddk/ntdddisk.h
w32api/include/ddk/ntddk.h
w32api/include/ddk/ntddstor.h
w32api/include/ddk/winddk.h
w32api/include/iptypes.h
w32api/include/legacy.h
w32api/include/nspapi.h
w32api/include/obsolete.h.in
w32api/include/prsht.h
w32api/include/sdkddkver.h
w32api/include/versionhelpers.h
w32api/include/w32api.h.in
w32api/include/winbase.h
w32api/include/wincon.h
w32api/include/wincrypt.h
w32api/include/windef.h
w32api/include/windows.h
w32api/include/winerror.h
w32api/include/wingdi.h
w32api/include/winioctl.h
w32api/include/winnetwk.h
w32api/include/winnls.h
w32api/include/winnt.h
w32api/include/winperf.h
w32api/include/winreg.h
w32api/include/winsock.h
w32api/include/winsock2.h
w32api/include/winspool.h
w32api/include/winsvc.h
w32api/include/winuser.h
w32api/include/winver.h
w32api/include/ws2spi.h
w32api/include/ws2tcpip.h
w32api/include/wsnetbs.h
w32api/include/wspiapi.h
w32api/include/wtypes.h
w32api/lib/availapi.c
w32api/lib/osvercmp.c
w32api/tests/Makefile.in
w32api/tests/atlocal.in
w32api/tests/headers.at
w32api/tests/testsuite.at.in
w32api/tests/winsock.at

index 26431c6..fc3dced 100644 (file)
@@ -1,3 +1,25 @@
+2022-08-15  Keith Marshall  <keith@users.osdn.me>
+
+       Correct project name references in w32api source files.
+
+       * README.w32api Makefile.in configure.ac include/commctrl.h
+       * include/dbt.h include/ddk/ntdddisk.h include/ddk/ntddk.h
+       * include/ddk/ntddstor.h include/ddk/winddk.h include/iptypes.h
+       * include/legacy.h include/nspapi.h include/obsolete.h.in
+       * include/prsht.h include/sdkddkver.h include/versionhelpers.h
+       * include/w32api.h.in include/winbase.h include/wincon.h
+       * include/wincrypt.h include/windef.h include/windows.h
+       * include/winerror.h include/wingdi.h include/winioctl.h
+       * include/winnetwk.h include/winnls.h include/winnt.h
+       * include/winperf.h include/winreg.h include/winsock.h
+       * include/winsock2.h include/winspool.h include/winsvc.h
+       * include/winuser.h include/winver.h include/ws2spi.h
+       * include/ws2tcpip.h include/wsnetbs.h include/wspiapi.h
+       * include/wtypes.h lib/availapi.c lib/osvercmp.c tests/Makefile.in
+       * tests/atlocal.in tests/headers.at tests/testsuite.at.in
+       * tests/winsock.at: Replace all references to defunct "MinGW.org"
+       project name; refer to "MinGW.OSDN" instead.
+
 2021-06-13  Keith Marshall  <keith@users.osdn.me>
 
        Implement pseudo-console legacy platform support.
index 6f80ef2..7aecd01 100644 (file)
@@ -1,13 +1,13 @@
 # @configure_input@
 # $Id$
 #
-# Makefile template for MinGW.org MS-Windows API Package
+# Makefile template for MinGW.OSDN MS-Windows API Package
 
 PACKAGE_TARNAME := @PACKAGE_TARNAME@
 PACKAGE_VERSION := @PACKAGE_VERSION@
 
-# Written by Keith Marshall <keithmarshall@users.sourceforge.net>
-# Copyright (C) 2014-2017, 2021, MinGW.org Project
+# Written by Keith Marshall <keith@users.osdn.me>
+# Copyright (C) 2014-2017, 2021, 2022, MinGW.OSDN Project
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
index f5b6950..79d5db0 100644 (file)
@@ -4,7 +4,7 @@
 
        Now maintained by MinGW Developers
         Send bug reports and questions to MinGW-users@lists.sourceforge.net
-       URL: http://www.mingw.org
+       URL: https://www.mingw.osdn.io
        Individual contributors can be found in the ChangeLog file.
 
 Unless otherwise stated in individual source files,
index c7c5315..9a20748 100644 (file)
@@ -1,12 +1,12 @@
 # configure.ac -*- Autoconf -*- vim: filetype=config
 #
 # Process this file with autoconf, to create a configure script for
-# the MinGW.org 32-bit MS-Windows API package.
+# the MinGW.OSDN 32-bit MS-Windows API package.
 #
 # $Id$
 #
 # Written by Keith Marshall <keithmarshall@users.sourceforge.net>
-# Copyright (C) 2015-2017, MinGW.org Project
+# Copyright (C) 2015-2017, 2022, MinGW.OSDN Project
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
index 22c4981..07f0f22 100644 (file)
@@ -7,7 +7,7 @@
  * $Id$
  *
  * Written by Anders Norlander <anorland@hem2.passagen.se>
- * Copyright (C) 1998-2006, 2008-2011, 2017, 2018, MinGW.org Project.
+ * Copyright (C) 1998-2006, 2008-2011, 2017, 2018, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 74cdc65..b67c5bf 100644 (file)
@@ -6,7 +6,7 @@
  * $Id$
  *
  * Written by Anders Norlander <anorland@hem2.passagen.se>
- * Copyright (C) 1998, 1999, 2002-2004, 2016, MinGW.org Project
+ * Copyright (C) 1998, 1999, 2002-2004, 2016, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 512f731..5cf72d1 100644 (file)
@@ -4,7 +4,7 @@
  * Driver Development Kit -- Disk IOCTL interface.
  *
  * Written by Casper S. Hornstrup  <chorns@users.sourceforge.net>
- * Copyright (C) 2002-2004, 2015, 2016, MinGW.org Project.
+ * Copyright (C) 2002-2004, 2015, 2016, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 96ad6f6..6deacb1 100644 (file)
@@ -10,7 +10,7 @@
  * $Id$
  *
  * Written by Casper S. Hornstrup  <chorns@users.sourceforge.net>
- * Copyright (C) 2002, 2004, 2006, 2015, MinGW.org Project.
+ * Copyright (C) 2002, 2004, 2006, 2015, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 724ad4f..aca6a45 100644 (file)
@@ -6,7 +6,7 @@
  * $Id$
  *
  * Written by Casper S. Hornstrup  <chorns@users.sourceforge.net>
- * Copyright (C) 2002, 2004, 2015, 2016, MinGW.org Project.
+ * Copyright (C) 2002, 2004, 2015, 2016, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 5858a4b..c5e16a9 100644 (file)
@@ -6,7 +6,8 @@
  * $Id$
  *
  * Written by Casper S. Hornstrup  <chorns@users.sourceforge.net>
- * Copyright (C) 2002-2004, 2006, 2008-2011, 2015, 2016, MinGW.org Project.
+ * Copyright (C) 2002-2004, 2006, 2008-2011, 2015, 2016, 2022,
+ *  MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 14257d7..d95f6dc 100644 (file)
@@ -7,7 +7,7 @@
  * $Id$
  *
  * Written by Corinna Vinschen <corinna@vinschen.de>
- * Copyright (C) 2000-2002, 2006, 2018, MinGW.org Project
+ * Copyright (C) 2000-2002, 2006, 2018, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index f0ec3e9..dc5a816 100644 (file)
@@ -8,7 +8,7 @@
  * $Id$
  *
  * Written by Keith Marshall <keith@users.osdn.me>
- * Copyright (C) 2021, MinGW.org Project
+ * Copyright (C) 2021, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 2055970..827e30e 100644 (file)
@@ -7,7 +7,7 @@
  * $Id$
  *
  * Written by Anders Norlander <anorland@hem2.passagen.se>
- * Copyright (C) 1998, 1999, 2002, 2004, 2017, 2019, MinGW.org Project
+ * Copyright (C) 1998, 1999, 2002, 2004, 2017, 2019, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index a69b561..778c922 100644 (file)
@@ -6,8 +6,8 @@
  *
  * $Id$
  *
- * Written by Keith Marshall <keithmarshall@users.sourceforge.net>
- * Copyright (C) 2016, MinGW.org Project
+ * Written by Keith Marshall <keith@users.osdn.me>
+ * Copyright (C) 2016, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 50c3f18..ec5b47e 100644 (file)
@@ -7,7 +7,7 @@
  * $Id$
  *
  * Written by Anders Norlander  <anorland@hem2.passagen.se>
- * Copyright (C) 1998, 1999, 2001-2004, 2010, 2018, MinGW.org Project.
+ * Copyright (C) 1998, 1999, 2001-2004, 2010, 2018, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index f33eef9..9991cd6 100644 (file)
@@ -7,7 +7,7 @@
  * $Id$
  *
  * Written by Earnie Boyd  <earnie@users.sourceforge.net>
- * Copyright (C) 2012, 2013, 2015, 2021, MinGW.org Project
+ * Copyright (C) 2012, 2013, 2015, 2021, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 833c8f1..f067cd9 100644 (file)
@@ -13,7 +13,7 @@
  * $Id$
  *
  * Written by Keith Marshall <keith@users.osdn.me>
- * Copyright (C) 2021, MinGW.org Project
+ * Copyright (C) 2021, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 2026a5d..7c02068 100644 (file)
@@ -7,7 +7,7 @@
  * $Id$
  *
  * Written by Earnie Boyd  <earnie@users.sourceforge.net>
- * Copyright (C) 2001-2011, 2015, 2016, MinGW.org Project
+ * Copyright (C) 2001-2011, 2015, 2016, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index ffd584a..52f1f95 100644 (file)
@@ -6,7 +6,7 @@
  * $Id$
  *
  * Written by Anders Norlander <anorland@hem2.passagen.se>
- * Copyright (C) 1998-2012, 2016, 2017, 2021, MinGW.org Project.
+ * Copyright (C) 1998-2012, 2016, 2017, 2021, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 71f3254..83b4ff4 100644 (file)
@@ -7,7 +7,7 @@
  *
  * Written by Anders Norlander  <anorland@hem2.passagen.se>
  * Copyright (C) 1998, 1999, 2002-2006, 2009, 2011, 2016, 2018, 2021,
- *   MinGW.org Project.
+ *  2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 48a16e7..9bfcc54 100644 (file)
@@ -7,7 +7,7 @@
  *
  * Written by Anders Norlander <anorland@hem2.passagen.se>
  * Copyright (C) 1998-2000, 2002-2004, 2006-2008, 2010, 2015, 2018,
- *   MinGW.org Project
+ *  2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 40e3a4f..005bc2f 100644 (file)
@@ -6,7 +6,7 @@
  * $Id$
  *
  * Written by Anders Norlander  <anorland@hem2.passagen.se>
- * Copyright (C) 1998-2002, 2006-2008, 2010, 2015, MinGW.org Project
+ * Copyright (C) 1998-2002, 2006-2008, 2010, 2015, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index c79b1eb..f71e71c 100644 (file)
@@ -6,7 +6,8 @@
  * $Id$
  *
  * Written by Anders Norlander <anorland@hem2.passagen.se>
- * Copyright (C) 1998-2003, 2006, 2007, 2016, 2017, 2019, MinGW.org Project
+ * Copyright (C) 1998-2003, 2006, 2007, 2016, 2017, 2019, 2022,
+ *  MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index aed1c52..17e53bc 100644 (file)
@@ -6,8 +6,8 @@
  * $Id$
  *
  * Written by Anders Norlander <anorland@hem2.passagen.se>
- * Copyright (C) 1998, 2000-2006, 2008, 2009, 2012, 2016-2018,
- *   MinGW.org Project
+ * Copyright (C) 1998, 2000-2006, 2008, 2009, 2012, 2016-2018, 2022,
+ *   MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index f9d7f51..02b22f7 100644 (file)
@@ -6,7 +6,7 @@
  * $Id$
  *
  * Written by Anders Norlander <anorland@hem2.passagen.se>
- * Copyright (C) 1998-2009, 2011, 2012, 2016, 2017, MinGW.org Project
+ * Copyright (C) 1998-2009, 2011, 2012, 2016, 2017, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 91864b1..d642f65 100644 (file)
@@ -7,7 +7,7 @@
  * $Id$
  *
  * Written by Anders Norlander  <anorland@hem2.passagen.se>
- * Copyright (C) 1999-2005, 2009-2011, 2015, MinGW.org Project.
+ * Copyright (C) 1999-2005, 2009-2011, 2015, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 40b48b5..db012e0 100644 (file)
@@ -6,7 +6,7 @@
  * $Id$
  *
  * Written by Anders Norlander <anorland@hem2.passagen.se>
- * Copyright (C) 1998, 2000-2002, 2005, 2006, 2021, MinGW.org Project
+ * Copyright (C) 1998, 2000-2002, 2005, 2006, 2021, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 16cb4f1..d465312 100644 (file)
@@ -6,7 +6,8 @@
  * $Id$
  *
  * Written by Anders Norlander <anorland@hem2.passagen.se>
- * Copyright (C) 1998-2000, 2002-2004, 2006, 2009, 2019, MinGW.org Project.
+ * Copyright (C) 1998-2000, 2002-2004, 2006, 2009, 2019, 2022,
+ *  MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index ef056af..b982a2c 100644 (file)
@@ -6,7 +6,7 @@
  * $Id$
  *
  * Written by Anders Norlander <anorland@hem2.passagen.se>
- * Copyright (C) 1998-2011, 2016, 2017, 2019, MinGW.org Project
+ * Copyright (C) 1998-2011, 2016, 2017, 2019, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
@@ -4250,7 +4250,7 @@ struct _TEB *NtCurrentTeb (void);
  * implementation, nor the following, actually exhibits any dependency
  * on any OS feature specific to these, or later versions.
  *
- * For this MinGW.org MemoryBarrier() implementation, we aim to rely,
+ * For this MinGW.OSDN MemoryBarrier() implementation, we aim to rely,
  * to the maximum practicable extent, on the intrinsic implementations
  * provided by the GCC compiler itself; thus, for those recent versions
  * of GCC, (those which implement the sequentially consistent model for
index 8a0de04..0a645bf 100644 (file)
@@ -6,7 +6,7 @@
  * $Id$
  *
  * Written by Anders Norlander <anorland@hem2.passagen.se>
- * Copyright (C) 1998, 1999, 2002, 2021, MinGW.org Project
+ * Copyright (C) 1998, 1999, 2002, 2021, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index b370d8b..018a9f9 100644 (file)
@@ -7,7 +7,8 @@
  * $Id$
  *
  * Written by Anders Norlander <anorland@hem2.passagen.se>
- * Copyright (C) 2002, 2006, 2008, 2012, 2013, 2016, 2017, MinGW.org Project
+ * Copyright (C) 2002, 2006, 2008, 2012, 2013, 2016, 2017, 2022,
+ *  MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 26dab07..46506eb 100644 (file)
@@ -9,7 +9,7 @@
  * $Id$
  *
  * Adaptation by Anders Norlander <anorland@hem2.passagen.se>
- * Copyright (C) 1998-2004, 2012, 2016, 2017, 2019, MinGW.org Project.
+ * Copyright (C) 1998-2004, 2012, 2016, 2017, 2019, 2022, MinGW.OSDN Project
  *
  * Portions Copyright (C) 1980, 1983, 1988, 1993
  * The Regents of the University of California.  All rights reserved.
@@ -55,7 +55,7 @@
 #if _WIN32_WINNT >= _WIN32_WINNT_NT4
 /* When the target operating system is WinNT4, or later, we prefer to support
  * the WinSock v2 API, by default; (this is consistent with the default choice
- * which was traditionally specified within MinGW.org's <windows.h>).
+ * which was traditionally specified within MinGW.OSDN's <windows.h>).
  */
 #include "winsock2.h"
 
index 3e365e4..3111c89 100644 (file)
@@ -10,7 +10,7 @@
  *
  * Contributed by the WINE Project.
  * Adaptation by Mumit Khan <khan@xraylith.wisc.edu>
- * Copyright (C) 1998-2005, 2011, 2016, 2017, 2019, MinGW.org Project
+ * Copyright (C) 1998-2005, 2011, 2016, 2017, 2019, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 728d08d..352e220 100644 (file)
@@ -6,7 +6,7 @@
  * $Id$
  *
  * Written by Anders Norlander <anorland@hem2.passagen.se>
- * Copyright (C) 1998-2000, 2002-2004, 2006, 2021, MinGW.org Project
+ * Copyright (C) 1998-2000, 2002-2004, 2006, 2021, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index f81f6f4..34dfff2 100644 (file)
@@ -6,7 +6,7 @@
  * $Id$
  *
  * Written by Anders Norlander <anorland@hem2.passagen.se>
- * Copyright (C) 1998, 1999, 2001-2003, 2006, 2020, MinGW.org Project
+ * Copyright (C) 1998, 1999, 2001-2003, 2006, 2020, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index f4f722a..96ee8f6 100644 (file)
@@ -7,7 +7,7 @@
  * $Id$
  *
  * Written by Anders Norlander <anorland@hem2.passagen.se>
- * Copyright (C) 1998-2012, 2016, 2017, MinGW.org Project
+ * Copyright (C) 1998-2012, 2016, 2017, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 853e91b..6fd4585 100644 (file)
@@ -8,7 +8,7 @@
  *
  * Written by Anders Norlander <anorland@hem2.passagen.se>
  * Copyright (C) 1998, 1999, 2002, 2006, 2009, 2012, 2015, 2016, 2018,
- *   MinGW.org Project
+ *  2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
@@ -32,8 +32,8 @@
  *
  */
 #ifndef _WINVER_H
-#define _WINVER_H
 #pragma GCC system_header
+#define _WINVER_H
 
 #define VS_FILE_INFO           RT_VERSION
 #define VS_VERSION_INFO                 1
index e35a8b2..52119e2 100644 (file)
@@ -6,7 +6,7 @@
  * $Id$
  *
  * Written by Casper S. Hornstrup <chorns@users.sourceforge.net>
- * Copyright (C) 2002-2004, 2006, 2017, MinGW.org Project
+ * Copyright (C) 2002-2004, 2006, 2017, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index dc408cd..9b91304 100644 (file)
@@ -7,7 +7,7 @@
  * $Id$
  *
  * Contributed by Danny Smith <dannysmith@users.sourceforge.net>
- * Copyright (C) 2001-2003, 2005-2008, 2020, MinGW.org Project
+ * Copyright (C) 2001-2003, 2005-2008, 2020, 2022, MinGW.OSDN Project
  *
  * Portions Copyright (c) 1980, 1983, 1988, 1993
  * The Regents of the University of California.  All rights reserved.
index c69f75e..325b24f 100644 (file)
@@ -6,7 +6,7 @@
  * $Id$
  *
  * Written by Kai Henningsen <kai-henningsen@users.sourceforge.net>
- * Copyright (C) 2002, 2017, 2019, MinGW.org Project
+ * Copyright (C) 2002, 2017, 2019, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 1f1b647..d192e60 100644 (file)
@@ -7,7 +7,7 @@
  * $Id$
  *
  * Written by Keith Marshall <keith@users.osdn.me>
- * Copyright (C) 2020, MinGW.org Project
+ * Copyright (C) 2020, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 9149e51..2272b53 100644 (file)
@@ -7,7 +7,7 @@
  * $Id$
  *
  * Written by Anders Norlander <anorland@hem2.passagen.se>
- * Copyright (C) 1998-2002, 2004, 2007, 2017, MinGW.org Project
+ * Copyright (C) 1998-2002, 2004, 2007, 2017, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index dafd790..3115e1f 100644 (file)
@@ -8,7 +8,7 @@
  * $Id$
  *
  * Written by Keith Marshall <keith@users.osdn.me>
- * Copyright (C) 2021, MinGW.org Project
+ * Copyright (C) 2021, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index a025a89..fce276f 100644 (file)
@@ -13,7 +13,7 @@
  * $Id$
  *
  * Written by Keith Marshall <keith@users.osdn.me>
- * Copyright (C) 2021, MinGW.org Project
+ * Copyright (C) 2021, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 3f39e4d..af7d2ac 100644 (file)
@@ -1,11 +1,11 @@
 # @configure_input@
 #
-# Makefile template for MinGW.org Win32 API testsuite
+# Makefile template for MinGW.OSDN Win32 API testsuite
 #
 # $Id$
 #
-# Written by Keith Marshall <keithmarshall@users.sourceforge.net>
-# Copyright (C) 2017, 2019, 2020, MinGW.org Project
+# Written by Keith Marshall <keith@users.osdn.me>
+# Copyright (C) 2017, 2019, 2020, 2022, MinGW.OSDN Project
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
index 3cb716d..04bd92d 100644 (file)
@@ -1,11 +1,11 @@
 # @configure_input@
 #
-# Autotest configuration template for MinGW.org Runtime Library Package
+# Autotest configuration template for MinGW.OSDN Runtime Library Package
 #
 # $Id$
 #
-# Written by Keith Marshall <keithmarshall@users.sourceforge.net>
-# Copyright (C) 2017, MinGW.org Project
+# Written by Keith Marshall <keith@users.osdn.me>
+# Copyright (C) 2017, 2022, MinGW.OSDN Project
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
index d17a92e..83ee60e 100644 (file)
@@ -7,8 +7,8 @@
 #
 # $Id$
 #
-# Written by Keith Marshall <keithmarshall@users.sourceforge.net>
-# Copyright (C) 2017, 2020, MinGW.org Project
+# Written by Keith Marshall <keith@users.osdn.me>
+# Copyright (C) 2017, 2020, 2022, MinGW.OSDN Project
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
index 0cd7992..894eddd 100644 (file)
@@ -7,8 +7,8 @@ m4_define([AT_PACKAGE_BUGREPORT],[@PACKAGE_BUGREPORT@])
 #
 # $Id$
 #
-# Written by Keith Marshall <keithmarshall@users.sourceforge.net>
-# Copyright (C) 2017, MinGW.org Project
+# Written by Keith Marshall <keith@users.osdn.me>
+# Copyright (C) 2017, 2022, MinGW.OSDN Project
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
index 9879f60..dbcbd8b 100644 (file)
@@ -6,8 +6,8 @@
 #
 # $Id$
 #
-# Written by Keith Marshall <keithmarshall@users.sourceforge.net>
-# Copyright (C) 2017, MinGW.org Project
+# Written by Keith Marshall <keith@users.osdn.me>
+# Copyright (C) 2017, 2022, MinGW.OSDN Project
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a