Skip to content

Commit b7adb2a

Browse files
committedJul 17, 2020
Add SPDX license identifier if not present already in source file
Fixes: ethereum#9220
1 parent d808302 commit b7adb2a

File tree

569 files changed

+569
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

569 files changed

+569
-0
lines changed
 

‎libevmasm/Assembly.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
You should have received a copy of the GNU General Public License
1515
along with solidity. If not, see <http://www.gnu.org/licenses/>.
1616
*/
17+
// SPDX-License-Identifier: GPL-3.0
1718
/** @file Assembly.cpp
1819
* @author Gav Wood <i@gavwood.com>
1920
* @date 2014

‎libevmasm/Assembly.h

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
You should have received a copy of the GNU General Public License
1515
along with solidity. If not, see <http://www.gnu.org/licenses/>.
1616
*/
17+
// SPDX-License-Identifier: GPL-3.0
1718

1819
#pragma once
1920

0 commit comments

Comments
 (0)
Please sign in to comment.