home · contact · privacy
Add GPL notices to all source files.
[plomrogue] / client / io.py
index 7927f507a6ebb87e986d2c99456af8b24dbe7a31..df6f2f81c8bb6f925dc113b5a3a3722c91f91254 100644 (file)
@@ -1,5 +1,11 @@
+# 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.
+
+
 from client.config.io import io
 
+
 def send(string):
     io["file_out"].write(string + "\n")
     io["file_out"].flush()