From 9d0691b47ad9f85920f027a05abb367da4e2f339 Mon Sep 17 00:00:00 2001 From: chriseth Date: Thu, 8 Jun 2017 11:56:14 +0200 Subject: Include license and warranty statement with solc. --- cmake/templates/license.h.in | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 cmake/templates/license.h.in (limited to 'cmake/templates') diff --git a/cmake/templates/license.h.in b/cmake/templates/license.h.in new file mode 100644 index 00000000..48801347 --- /dev/null +++ b/cmake/templates/license.h.in @@ -0,0 +1,3 @@ +#pragma once + +static char const* licenseText = R"(@LICENSE_TEXT@)"; -- cgit