aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/templates/license.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/templates/license.h.in')
-rw-r--r--cmake/templates/license.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/templates/license.h.in b/cmake/templates/license.h.in
index ccc61c99..6cdbc38d 100644
--- a/cmake/templates/license.h.in
+++ b/cmake/templates/license.h.in
@@ -1,5 +1,5 @@
#pragma once
static char const licenseText[] = {
- @LICENSE_TEXT@
+ @LICENSE_TEXT@, 0
};