diff options
-rw-r--r-- | cmake/templates/license.h.in | 2 |
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 }; |