Fix the use of "Firewall" which should instead be "Example".
Remove extra space.
/**
* FLL - Level 3
*
- * Project: Firewall
+ * Project: Example
* API Version: 0.7
* Licenses: lgpl-2.1-or-later
*
/**
* FLL - Level 3
*
- * Project: Firewall
+ * Project: Example
* API Version: 0.7
* Licenses: lgpl-2.1-or-later
*
#include <fll/level_2/print.h>
#include <fll/level_2/program.h>
-// Firewall includes.
+// Example includes.
#include <program/example/main/common/define.h>
#include <program/example/main/common/enumeration.h>
#include <program/example/main/common/print.h>
build_sources_program main/main.c
build_sources_headers main/common.h main/common/define.h main/common/enumeration.h main/common/print.h main/common/string.h main/common/type.h
-build_sources_headers main/print/data.h main/print/debug.h main/print/error.h main/print/message.h main/print/verbose.h main/print/warning.h
+build_sources_headers main/print/data.h main/print/debug.h main/print/error.h main/print/message.h main/print/verbose.h main/print/warning.h
build_sources_headers main/example.h main/signal.h main/thread.h
build_sources_documentation man