home · contact · privacy
License everything (GPL).
[plomrogue] / src / common / try_malloc.c
index 41d80c9db1402a07bae04636346a82617e6e28e4..053d4306e460b5f319a9ff5eee7804027b15a8b9 100644 (file)
@@ -1,4 +1,9 @@
-/* src/common/try_malloc.c */
+/* src/common/try_malloc.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 "try_malloc.h"
 #include <stdlib.h> /* for malloc */