]> pd.if.org Git - pdclib/blobdiff - platform/win32/functions/_PDCLIB/_tls_used.c
Cosmetic comment fixes.
[pdclib] / platform / win32 / functions / _PDCLIB / _tls_used.c
index e13168ba29fb3fd7f7573338ad17026349afd4b4..6ee5ad62ec008f4255fa742b2670605331d216e1 100644 (file)
@@ -1,3 +1,9 @@
+/* _tls_used
+
+   This file is part of the Public Domain C Library (PDCLib).
+   Permission is granted to use, modify, and / or redistribute at will.
+*/
+
 #ifndef REGTEST
 #include <stddef.h>
 #include <stdint.h>
@@ -52,4 +58,4 @@ int main( void )
     return TEST_RESULTS;
 }
 
-#endif
\ No newline at end of file
+#endif