aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-06-08 17:56:14 +0800
committerchriseth <chris@ethereum.org>2017-06-09 19:11:15 +0800
commit9d0691b47ad9f85920f027a05abb367da4e2f339 (patch)
treec8a3abc9ad5931589b82edd90305b037f3cb7b58 /cmake
parent76667fed4f9865c4a3a5a267c469446f8bce1bef (diff)
downloaddexon-solidity-9d0691b47ad9f85920f027a05abb367da4e2f339.tar.gz
dexon-solidity-9d0691b47ad9f85920f027a05abb367da4e2f339.tar.zst
dexon-solidity-9d0691b47ad9f85920f027a05abb367da4e2f339.zip
Include license and warranty statement with solc.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/templates/license.h.in3
1 files changed, 3 insertions, 0 deletions
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@)";