home · contact · privacy
License everything (GPL).
[plomrogue] / build / compiler_flags
index f80d291b370d2763a6b2aebaf7dd3805c40d83fc..59fcb18a27c8b08c7cb5ffc2c2605b7fd4589166 100644 (file)
@@ -1 +1,5 @@
+# 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.
+
 CFLAGS='-std=c11 -pedantic-errors -Wall -Werror -Wextra -Wformat-security -g'