This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
solidity
Watch
16
Star
0
Fork
0
You've already forked solidity
mirror of
https://github.com/ethereum/solidity
synced
2023-10-03 13:03:40 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
3cb71ac516
solidity
/
cmake
/
templates
/
license.h.in
6 lines
72 B
C
Raw
Normal View
History
Unescape
Escape
Include license and warranty statement with solc.
2017-06-08 09:56:14 +00:00
#
pragma once
Move 0x to cmake file.
2017-06-14 12:17:53 +00:00
static
char
const
licenseText
[
]
=
{
Include trailing zero in license
2017-06-14 13:14:52 +00:00
@
LICENSE_TEXT
@
,
0
Convert license to character array.
2017-06-14 10:42:48 +00:00
}
;
Reference in New Issue
Copy Permalink