Updated all files to GPL version 3.
[xboard.git] / winboard / wsockerr.c
index f83ef71..7c964eb 100644 (file)
@@ -1,3 +1,25 @@
+/*\r
+ * wsockerr.c\r
+ *\r
+ * Copyright 2009 Free Software Foundation, Inc.\r
+ * ------------------------------------------------------------------------\r
+ *\r
+ * GNU XBoard is free software: you can redistribute it and/or modify\r
+ * it under the terms of the GNU General Public License as published by\r
+ * the Free Software Foundation, either version 3 of the License, or (at\r
+ * your option) any later version.\r
+ *\r
+ * GNU XBoard is distributed in the hope that it will be useful, but\r
+ * WITHOUT ANY WARRANTY; without even the implied warranty of\r
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\r
+ * General Public License for more details.\r
+ *\r
+ * You should have received a copy of the GNU General Public License\r
+ * along with this program. If not, see http://www.gnu.org/licenses/.  *\r
+ *\r
+ *------------------------------------------------------------------------\r
+ ** See the file ChangeLog for a revision history.  */\r
+\r
 /* Windows sockets error map */\r
 /* These messages ought to be in the Windows message catalog! */\r
 \r
@@ -5,7 +27,7 @@
 #include <winsock.h>\r
 #include "wsockerr.h"\r
 \r
-ErrorMap errmap[] = \r
+ErrorMap errmap[] =\r
 { {WSAEINTR, "Interrupted system call"},\r
   {WSAEBADF, "Bad file number"},\r
   {WSAEACCES, "Permission denied"},\r