home · contact · privacy
Server/py: Fix writing out TT_CORPSE_ID commands to early to save file.
[plomrogue] / src / server / rrand.c
index 8f8830fdd4d1501bdd66e7c2ed92117f138c256f..034b0e892a56cb3aad3297fe57b72de64a8c87d1 100644 (file)
@@ -1,4 +1,9 @@
-/* src/server/rrand.c */
+/* src/server/rrand.c
+ *
+ * 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.
+ */
 
 #include "rrand.h"
 #include <stdint.h> /* uint16_t */