Add PD copyright notice to misc folder files.



git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@31 4407c894-4637-0410-b4f5-ada5f102cad1
diff --git a/mingw-w64-crt/misc/alarm.c b/mingw-w64-crt/misc/alarm.c
index e7bb874..fd178e3 100755
--- a/mingw-w64-crt/misc/alarm.c
+++ b/mingw-w64-crt/misc/alarm.c
@@ -1,3 +1,8 @@
+/**

+ * This file has no copyright assigned and is placed in the Public Domain.

+ * This file is part of the w64 mingw-runtime package.

+ * No warranty is given; refer to the file DISCLAIMER within this package.

+ */

 unsigned int alarm(unsigned int seconds)

 {

   return 0;

diff --git a/mingw-w64-crt/misc/btowc.c b/mingw-w64-crt/misc/btowc.c
index e28028c..0ae3ceb 100755
--- a/mingw-w64-crt/misc/btowc.c
+++ b/mingw-w64-crt/misc/btowc.c
@@ -1,3 +1,8 @@
+/**

+ * This file has no copyright assigned and is placed in the Public Domain.

+ * This file is part of the w64 mingw-runtime package.

+ * No warranty is given; refer to the file DISCLAIMER within this package.

+ */

 #include "mb_wc_common.h"

 #include <wchar.h>

 #include <stdio.h>

diff --git a/mingw-w64-crt/misc/feclearexcept.c b/mingw-w64-crt/misc/feclearexcept.c
index 205475e..f2d79b5 100755
--- a/mingw-w64-crt/misc/feclearexcept.c
+++ b/mingw-w64-crt/misc/feclearexcept.c
@@ -1,3 +1,8 @@
+/**

+ * This file has no copyright assigned and is placed in the Public Domain.

+ * This file is part of the w64 mingw-runtime package.

+ * No warranty is given; refer to the file DISCLAIMER within this package.

+ */

 #include <fenv.h>

 

 /* 7.6.2.1

diff --git a/mingw-w64-crt/misc/fegetenv.c b/mingw-w64-crt/misc/fegetenv.c
index 425fd21..446373c 100755
--- a/mingw-w64-crt/misc/fegetenv.c
+++ b/mingw-w64-crt/misc/fegetenv.c
@@ -1,3 +1,8 @@
+/**

+ * This file has no copyright assigned and is placed in the Public Domain.

+ * This file is part of the w64 mingw-runtime package.

+ * No warranty is given; refer to the file DISCLAIMER within this package.

+ */

 #include <fenv.h>

 

 /* 7.6.4.1

diff --git a/mingw-w64-crt/misc/fegetexceptflag.c b/mingw-w64-crt/misc/fegetexceptflag.c
index f2c4673..77de873 100755
--- a/mingw-w64-crt/misc/fegetexceptflag.c
+++ b/mingw-w64-crt/misc/fegetexceptflag.c
@@ -1,3 +1,8 @@
+/**

+ * This file has no copyright assigned and is placed in the Public Domain.

+ * This file is part of the w64 mingw-runtime package.

+ * No warranty is given; refer to the file DISCLAIMER within this package.

+ */

 #include <fenv.h>

 

 

diff --git a/mingw-w64-crt/misc/fegetround.c b/mingw-w64-crt/misc/fegetround.c
index 3cc3c3d..b462b04 100755
--- a/mingw-w64-crt/misc/fegetround.c
+++ b/mingw-w64-crt/misc/fegetround.c
@@ -1,3 +1,8 @@
+/**

+ * This file has no copyright assigned and is placed in the Public Domain.

+ * This file is part of the w64 mingw-runtime package.

+ * No warranty is given; refer to the file DISCLAIMER within this package.

+ */

 #include <fenv.h>

 

 /* 7.6.3.1

diff --git a/mingw-w64-crt/misc/feholdexcept.c b/mingw-w64-crt/misc/feholdexcept.c
index 14b605f..d975362 100755
--- a/mingw-w64-crt/misc/feholdexcept.c
+++ b/mingw-w64-crt/misc/feholdexcept.c
@@ -1,3 +1,8 @@
+/**

+ * This file has no copyright assigned and is placed in the Public Domain.

+ * This file is part of the w64 mingw-runtime package.

+ * No warranty is given; refer to the file DISCLAIMER within this package.

+ */

 #include <fenv.h>

 

 /* 7.6.4.2

diff --git a/mingw-w64-crt/misc/feraiseexcept.c b/mingw-w64-crt/misc/feraiseexcept.c
index e9c72ec..91c1a30 100755
--- a/mingw-w64-crt/misc/feraiseexcept.c
+++ b/mingw-w64-crt/misc/feraiseexcept.c
@@ -1,3 +1,8 @@
+/**

+ * This file has no copyright assigned and is placed in the Public Domain.

+ * This file is part of the w64 mingw-runtime package.

+ * No warranty is given; refer to the file DISCLAIMER within this package.

+ */

 #include <fenv.h> 

 

 /* 7.6.2.3

diff --git a/mingw-w64-crt/misc/fesetenv.c b/mingw-w64-crt/misc/fesetenv.c
index 0aa0e6c..da20735 100755
--- a/mingw-w64-crt/misc/fesetenv.c
+++ b/mingw-w64-crt/misc/fesetenv.c
@@ -1,3 +1,8 @@
+/**

+ * This file has no copyright assigned and is placed in the Public Domain.

+ * This file is part of the w64 mingw-runtime package.

+ * No warranty is given; refer to the file DISCLAIMER within this package.

+ */

 #include <fenv.h>

 #include <float.h>

 

diff --git a/mingw-w64-crt/misc/fesetexceptflag.c b/mingw-w64-crt/misc/fesetexceptflag.c
index 0942c89..5a75dfb 100755
--- a/mingw-w64-crt/misc/fesetexceptflag.c
+++ b/mingw-w64-crt/misc/fesetexceptflag.c
@@ -1,3 +1,8 @@
+/**

+ * This file has no copyright assigned and is placed in the Public Domain.

+ * This file is part of the w64 mingw-runtime package.

+ * No warranty is given; refer to the file DISCLAIMER within this package.

+ */

 #include <fenv.h> 

 

 /* 7.6.2.4

diff --git a/mingw-w64-crt/misc/fesetround.c b/mingw-w64-crt/misc/fesetround.c
index e5939cb..a9889c1 100755
--- a/mingw-w64-crt/misc/fesetround.c
+++ b/mingw-w64-crt/misc/fesetround.c
@@ -1,3 +1,8 @@
+/**

+ * This file has no copyright assigned and is placed in the Public Domain.

+ * This file is part of the w64 mingw-runtime package.

+ * No warranty is given; refer to the file DISCLAIMER within this package.

+ */

 #include <fenv.h>

  /* 7.6.3.2

     The fesetround function establishes the rounding direction

diff --git a/mingw-w64-crt/misc/fetestexcept.c b/mingw-w64-crt/misc/fetestexcept.c
index 2f55d71..0bf2593 100755
--- a/mingw-w64-crt/misc/fetestexcept.c
+++ b/mingw-w64-crt/misc/fetestexcept.c
@@ -1,3 +1,8 @@
+/**

+ * This file has no copyright assigned and is placed in the Public Domain.

+ * This file is part of the w64 mingw-runtime package.

+ * No warranty is given; refer to the file DISCLAIMER within this package.

+ */

 #include <fenv.h> 

 /* 7.6.2.5 

    The fetestexcept function determines which of a specified subset of

diff --git a/mingw-w64-crt/misc/feupdateenv.c b/mingw-w64-crt/misc/feupdateenv.c
index 06625c6..e652ed0 100755
--- a/mingw-w64-crt/misc/feupdateenv.c
+++ b/mingw-w64-crt/misc/feupdateenv.c
@@ -1,3 +1,8 @@
+/**

+ * This file has no copyright assigned and is placed in the Public Domain.

+ * This file is part of the w64 mingw-runtime package.

+ * No warranty is given; refer to the file DISCLAIMER within this package.

+ */

 #include <fenv.h>

 

 /* 7.6.4.4

diff --git a/mingw-w64-crt/misc/fwide.c b/mingw-w64-crt/misc/fwide.c
index beaea71..8259969 100755
--- a/mingw-w64-crt/misc/fwide.c
+++ b/mingw-w64-crt/misc/fwide.c
@@ -1,3 +1,8 @@
+/**

+ * This file has no copyright assigned and is placed in the Public Domain.

+ * This file is part of the w64 mingw-runtime package.

+ * No warranty is given; refer to the file DISCLAIMER within this package.

+ */

 #include	<wchar.h>

 #include	<stdio.h>

 

diff --git a/mingw-w64-crt/misc/getlogin.c b/mingw-w64-crt/misc/getlogin.c
index 1ddee51..5cedec4 100755
--- a/mingw-w64-crt/misc/getlogin.c
+++ b/mingw-w64-crt/misc/getlogin.c
@@ -1,3 +1,8 @@
+/**

+ * This file has no copyright assigned and is placed in the Public Domain.

+ * This file is part of the w64 mingw-runtime package.

+ * No warranty is given; refer to the file DISCLAIMER within this package.

+ */

 #include <stddef.h>

 #include <errno.h>

 #include <unistd.h>

diff --git a/mingw-w64-crt/misc/gettimeofday.c b/mingw-w64-crt/misc/gettimeofday.c
index 73f24ef..95a2308 100755
--- a/mingw-w64-crt/misc/gettimeofday.c
+++ b/mingw-w64-crt/misc/gettimeofday.c
@@ -1,3 +1,8 @@
+/**

+ * This file has no copyright assigned and is placed in the Public Domain.

+ * This file is part of the w64 mingw-runtime package.

+ * No warranty is given; refer to the file DISCLAIMER within this package.

+ */

 #include <time.h>

 #include <sys/time.h>

 #include <sys/timeb.h>

diff --git a/mingw-w64-crt/misc/imaxabs.c b/mingw-w64-crt/misc/imaxabs.c
index f980402..15cfc9d 100755
--- a/mingw-w64-crt/misc/imaxabs.c
+++ b/mingw-w64-crt/misc/imaxabs.c
@@ -1,3 +1,8 @@
+/**

+ * This file has no copyright assigned and is placed in the Public Domain.

+ * This file is part of the w64 mingw-runtime package.

+ * No warranty is given; refer to the file DISCLAIMER within this package.

+ */

 /*

     This source code was extracted from the Q8 package created and

     placed in the PUBLIC DOMAIN by Doug Gwyn <gwyn@arl.mil>

diff --git a/mingw-w64-crt/misc/imaxdiv.c b/mingw-w64-crt/misc/imaxdiv.c
index 7df7717..b66e702 100755
--- a/mingw-w64-crt/misc/imaxdiv.c
+++ b/mingw-w64-crt/misc/imaxdiv.c
@@ -1,3 +1,8 @@
+/**

+ * This file has no copyright assigned and is placed in the Public Domain.

+ * This file is part of the w64 mingw-runtime package.

+ * No warranty is given; refer to the file DISCLAIMER within this package.

+ */

 /*

     This source code was extracted from the Q8 package created and

     placed in the PUBLIC DOMAIN by Doug Gwyn <gwyn@arl.mil>

diff --git a/mingw-w64-crt/misc/mb_wc_common.h b/mingw-w64-crt/misc/mb_wc_common.h
index bdd4809..3c90e68 100755
--- a/mingw-w64-crt/misc/mb_wc_common.h
+++ b/mingw-w64-crt/misc/mb_wc_common.h
@@ -1,3 +1,8 @@
+/**

+ * This file has no copyright assigned and is placed in the Public Domain.

+ * This file is part of the w64 mingw-runtime package.

+ * No warranty is given; refer to the file DISCLAIMER within this package.

+ */

 #include <locale.h>

 #include <string.h>

 #include <stdlib.h>

diff --git a/mingw-w64-crt/misc/mbrtowc.c b/mingw-w64-crt/misc/mbrtowc.c
index 1ae1d18..6010143 100755
--- a/mingw-w64-crt/misc/mbrtowc.c
+++ b/mingw-w64-crt/misc/mbrtowc.c
@@ -1,3 +1,8 @@
+/**

+ * This file has no copyright assigned and is placed in the Public Domain.

+ * This file is part of the w64 mingw-runtime package.

+ * No warranty is given; refer to the file DISCLAIMER within this package.

+ */

 #include "mb_wc_common.h"

 #include <wchar.h>

 #include <stdlib.h>

diff --git a/mingw-w64-crt/misc/mbsinit.c b/mingw-w64-crt/misc/mbsinit.c
index c8e649a..8161028 100755
--- a/mingw-w64-crt/misc/mbsinit.c
+++ b/mingw-w64-crt/misc/mbsinit.c
@@ -1,3 +1,8 @@
+/**

+ * This file has no copyright assigned and is placed in the Public Domain.

+ * This file is part of the w64 mingw-runtime package.

+ * No warranty is given; refer to the file DISCLAIMER within this package.

+ */

 /*	This source code was extracted from the Q8 package created and placed

     in the PUBLIC DOMAIN by Doug Gwyn <gwyn@arl.mil>

     last edit:	1999/11/05	gwyn@arl.mil

diff --git a/mingw-w64-crt/misc/mingw-aligned-malloc.c b/mingw-w64-crt/misc/mingw-aligned-malloc.c
index 5a1cc94..d97baec 100755
--- a/mingw-w64-crt/misc/mingw-aligned-malloc.c
+++ b/mingw-w64-crt/misc/mingw-aligned-malloc.c
@@ -1,3 +1,8 @@
+/**

+ * This file has no copyright assigned and is placed in the Public Domain.

+ * This file is part of the w64 mingw-runtime package.

+ * No warranty is given; refer to the file DISCLAIMER within this package.

+ */

 /*

   __mingw_aligned_malloc and friends, implemented using Microsoft's public

   interfaces and with the help of the algorithm description provided

diff --git a/mingw-w64-crt/misc/mingw-fseek.c b/mingw-w64-crt/misc/mingw-fseek.c
index fb2abc6..061af1e 100755
--- a/mingw-w64-crt/misc/mingw-fseek.c
+++ b/mingw-w64-crt/misc/mingw-fseek.c
@@ -1,3 +1,8 @@
+/**

+ * This file has no copyright assigned and is placed in the Public Domain.

+ * This file is part of the w64 mingw-runtime package.

+ * No warranty is given; refer to the file DISCLAIMER within this package.

+ */

 #include <windows.h>

 #include <stdio.h>

 #include <io.h>

diff --git a/mingw-w64-crt/misc/seterrno.c b/mingw-w64-crt/misc/seterrno.c
index dbd1e52..f850f69 100755
--- a/mingw-w64-crt/misc/seterrno.c
+++ b/mingw-w64-crt/misc/seterrno.c
@@ -1,3 +1,8 @@
+/**
+ * This file has no copyright assigned and is placed in the Public Domain.
+ * This file is part of the w64 mingw-runtime package.
+ * No warranty is given; refer to the file DISCLAIMER within this package.
+ */
 #include <errno.h>
 
 errno_t __cdecl _set_errno (int _Value)
diff --git a/mingw-w64-crt/misc/sleep.c b/mingw-w64-crt/misc/sleep.c
index 7fec666..d4fec71 100755
--- a/mingw-w64-crt/misc/sleep.c
+++ b/mingw-w64-crt/misc/sleep.c
@@ -1,3 +1,8 @@
+/**
+ * This file has no copyright assigned and is placed in the Public Domain.
+ * This file is part of the w64 mingw-runtime package.
+ * No warranty is given; refer to the file DISCLAIMER within this package.
+ */
 #include <signal.h>
 #include <time.h>
 #include <unistd.h>
diff --git a/mingw-w64-crt/misc/strtoimax.c b/mingw-w64-crt/misc/strtoimax.c
index 7cc799a..044ee2a 100755
--- a/mingw-w64-crt/misc/strtoimax.c
+++ b/mingw-w64-crt/misc/strtoimax.c
@@ -1,3 +1,8 @@
+/**

+ * This file has no copyright assigned and is placed in the Public Domain.

+ * This file is part of the w64 mingw-runtime package.

+ * No warranty is given; refer to the file DISCLAIMER within this package.

+ */

 /*

     This source code was extracted from the Q8 package created and

     placed in the PUBLIC DOMAIN by Doug Gwyn <gwyn@arl.mil>

diff --git a/mingw-w64-crt/misc/strtold.c b/mingw-w64-crt/misc/strtold.c
index 67c2207..a570785 100755
--- a/mingw-w64-crt/misc/strtold.c
+++ b/mingw-w64-crt/misc/strtold.c
@@ -1,3 +1,8 @@
+/**

+ * This file has no copyright assigned and is placed in the Public Domain.

+ * This file is part of the w64 mingw-runtime package.

+ * No warranty is given; refer to the file DISCLAIMER within this package.

+ */

 #include "math/cephes_emath.h"

 #if NE == 10

 

diff --git a/mingw-w64-crt/misc/strtoumax.c b/mingw-w64-crt/misc/strtoumax.c
index e3fd1e5..2925aaa 100755
--- a/mingw-w64-crt/misc/strtoumax.c
+++ b/mingw-w64-crt/misc/strtoumax.c
@@ -1,3 +1,8 @@
+/**

+ * This file has no copyright assigned and is placed in the Public Domain.

+ * This file is part of the w64 mingw-runtime package.

+ * No warranty is given; refer to the file DISCLAIMER within this package.

+ */

 /*

     This source code was extracted from the Q8 package created and

     placed in the PUBLIC DOMAIN by Doug Gwyn <gwyn@arl.mil>

diff --git a/mingw-w64-crt/misc/wassert.c b/mingw-w64-crt/misc/wassert.c
index d4b8d79..86e1cd6 100755
--- a/mingw-w64-crt/misc/wassert.c
+++ b/mingw-w64-crt/misc/wassert.c
@@ -1,3 +1,8 @@
+/**
+ * This file has no copyright assigned and is placed in the Public Domain.
+ * This file is part of the w64 mingw-runtime package.
+ * No warranty is given; refer to the file DISCLAIMER within this package.
+ */
 #include <windows.h>
 #include <stdio.h>
 #include <stdlib.h>
diff --git a/mingw-w64-crt/misc/wcrtomb.c b/mingw-w64-crt/misc/wcrtomb.c
index 078fa48..6aeded4 100755
--- a/mingw-w64-crt/misc/wcrtomb.c
+++ b/mingw-w64-crt/misc/wcrtomb.c
@@ -1,3 +1,8 @@
+/**

+ * This file has no copyright assigned and is placed in the Public Domain.

+ * This file is part of the w64 mingw-runtime package.

+ * No warranty is given; refer to the file DISCLAIMER within this package.

+ */

 #include "mb_wc_common.h"

 #include <wchar.h>

 #include <stdlib.h>

diff --git a/mingw-w64-crt/misc/wcstoimax.c b/mingw-w64-crt/misc/wcstoimax.c
index 2ee3a36..d2f0386 100755
--- a/mingw-w64-crt/misc/wcstoimax.c
+++ b/mingw-w64-crt/misc/wcstoimax.c
@@ -1,3 +1,8 @@
+/**

+ * This file has no copyright assigned and is placed in the Public Domain.

+ * This file is part of the w64 mingw-runtime package.

+ * No warranty is given; refer to the file DISCLAIMER within this package.

+ */

 /*

     This source code was extracted from the Q8 package created and

     placed in the PUBLIC DOMAIN by Doug Gwyn <gwyn@arl.mil>

diff --git a/mingw-w64-crt/misc/wcstold.c b/mingw-w64-crt/misc/wcstold.c
index 2160aaf..fdc984f 100755
--- a/mingw-w64-crt/misc/wcstold.c
+++ b/mingw-w64-crt/misc/wcstold.c
@@ -1,3 +1,8 @@
+/**

+ * This file has no copyright assigned and is placed in the Public Domain.

+ * This file is part of the w64 mingw-runtime package.

+ * No warranty is given; refer to the file DISCLAIMER within this package.

+ */

 /*  Wide char wrapper for strtold

  *  Revision history:

  *  6 Nov 2002	Initial version.

diff --git a/mingw-w64-crt/misc/wcstoumax.c b/mingw-w64-crt/misc/wcstoumax.c
index fba66fc..0aa3c10 100755
--- a/mingw-w64-crt/misc/wcstoumax.c
+++ b/mingw-w64-crt/misc/wcstoumax.c
@@ -1,3 +1,8 @@
+/**

+ * This file has no copyright assigned and is placed in the Public Domain.

+ * This file is part of the w64 mingw-runtime package.

+ * No warranty is given; refer to the file DISCLAIMER within this package.

+ */

 /*

     This source code was extracted from the Q8 package created and

     placed in the PUBLIC DOMAIN by Doug Gwyn <gwyn@arl.mil>

diff --git a/mingw-w64-crt/misc/wctob.c b/mingw-w64-crt/misc/wctob.c
index f6dc5c7..92e8569 100755
--- a/mingw-w64-crt/misc/wctob.c
+++ b/mingw-w64-crt/misc/wctob.c
@@ -1,3 +1,8 @@
+/**

+ * This file has no copyright assigned and is placed in the Public Domain.

+ * This file is part of the w64 mingw-runtime package.

+ * No warranty is given; refer to the file DISCLAIMER within this package.

+ */

 #include "mb_wc_common.h"

 #include <wchar.h>

 #include <stdio.h>

diff --git a/mingw-w64-crt/misc/wctrans.c b/mingw-w64-crt/misc/wctrans.c
index 12e33f1..242c971 100755
--- a/mingw-w64-crt/misc/wctrans.c
+++ b/mingw-w64-crt/misc/wctrans.c
@@ -1,3 +1,8 @@
+/**

+ * This file has no copyright assigned and is placed in the Public Domain.

+ * This file is part of the w64 mingw-runtime package.

+ * No warranty is given; refer to the file DISCLAIMER within this package.

+ */

 /*

    wctrans.c 

    7.25.3.2 Extensible wide-character case mapping functions

diff --git a/mingw-w64-crt/misc/wctype.c b/mingw-w64-crt/misc/wctype.c
index 20bff60..52bee9b 100755
--- a/mingw-w64-crt/misc/wctype.c
+++ b/mingw-w64-crt/misc/wctype.c
@@ -1,3 +1,8 @@
+/**

+ * This file has no copyright assigned and is placed in the Public Domain.

+ * This file is part of the w64 mingw-runtime package.

+ * No warranty is given; refer to the file DISCLAIMER within this package.

+ */

 /*

   wctype.c

   7.25.2.2.2 The wctype function

diff --git a/mingw-w64-crt/misc/wmemchr.c b/mingw-w64-crt/misc/wmemchr.c
index 75767a9..7fa6d7a 100755
--- a/mingw-w64-crt/misc/wmemchr.c
+++ b/mingw-w64-crt/misc/wmemchr.c
@@ -1,3 +1,8 @@
+/**

+ * This file has no copyright assigned and is placed in the Public Domain.

+ * This file is part of the w64 mingw-runtime package.

+ * No warranty is given; refer to the file DISCLAIMER within this package.

+ */

 #include	<wchar.h>

 

 #if 0

diff --git a/mingw-w64-crt/misc/wmemcmp.c b/mingw-w64-crt/misc/wmemcmp.c
index 833d813..750545d 100755
--- a/mingw-w64-crt/misc/wmemcmp.c
+++ b/mingw-w64-crt/misc/wmemcmp.c
@@ -1,3 +1,8 @@
+/**

+ * This file has no copyright assigned and is placed in the Public Domain.

+ * This file is part of the w64 mingw-runtime package.

+ * No warranty is given; refer to the file DISCLAIMER within this package.

+ */

 /*	This source code was extracted from the Q8 package created and placed

     in the PUBLIC DOMAIN by Doug Gwyn <gwyn@arl.mil>

     last edit:	1999/11/05	gwyn@arl.mil

diff --git a/mingw-w64-crt/misc/wmemcpy.c b/mingw-w64-crt/misc/wmemcpy.c
index c27e878..531f768 100755
--- a/mingw-w64-crt/misc/wmemcpy.c
+++ b/mingw-w64-crt/misc/wmemcpy.c
@@ -1,3 +1,8 @@
+/**

+ * This file has no copyright assigned and is placed in the Public Domain.

+ * This file is part of the w64 mingw-runtime package.

+ * No warranty is given; refer to the file DISCLAIMER within this package.

+ */

 #include	<wchar.h>

 

 

diff --git a/mingw-w64-crt/misc/wmemmove.c b/mingw-w64-crt/misc/wmemmove.c
index 9461802..4edc06b 100755
--- a/mingw-w64-crt/misc/wmemmove.c
+++ b/mingw-w64-crt/misc/wmemmove.c
@@ -1,3 +1,8 @@
+/**

+ * This file has no copyright assigned and is placed in the Public Domain.

+ * This file is part of the w64 mingw-runtime package.

+ * No warranty is given; refer to the file DISCLAIMER within this package.

+ */

 #include	<errno.h>

 #include	<stdio.h>

 #include	<stdlib.h>

diff --git a/mingw-w64-crt/misc/wmemset.c b/mingw-w64-crt/misc/wmemset.c
index 2fa697f..36f658b 100755
--- a/mingw-w64-crt/misc/wmemset.c
+++ b/mingw-w64-crt/misc/wmemset.c
@@ -1,3 +1,8 @@
+/**

+ * This file has no copyright assigned and is placed in the Public Domain.

+ * This file is part of the w64 mingw-runtime package.

+ * No warranty is given; refer to the file DISCLAIMER within this package.

+ */

 #include	<wchar.h>

 

 #if 0