home · contact · privacy
License everything (GPL).
[plomrogue] / src / client / io.h
index 072a2174de0ea07077b3cc2809be2f741bdf540d..344a8eebb793950688f367d6f9b9d38f6d6a4412 100644 (file)
@@ -1,4 +1,8 @@
 /* src/client/io.h
+ *
+ * This file is part of PlomRogue. PlomRogue is licensed under the GPL version 3
+ * or any later version. For details on its copyright, license, and warranties,
+ * see the file NOTICE in the root directory of the PlomRogue source package.
  *
  * Communication of the client with the server (by reading and writing files)
  * and the user (by writing to the screen and reading keypresses).