- Sync the common mingw stuff with mingw-w64 HEAD
[reactos.git] / reactos / lib / 3rdparty / mingw / CRT_fp8.c
index 789e71c..49f8a1b 100644 (file)
@@ -1,3 +1,9 @@
+/**
+ * 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.
+ */
+
 extern void (*_imp___fpreset)(void) ;
 void _fpreset (void)
 { (*_imp___fpreset)(); }