Skip to content

Commit b7adb2a

Browse files
committed
Add SPDX license identifier if not present already in source file
Fixes: #9220
1 parent d808302 commit b7adb2a

569 files changed

Lines changed: 569 additions & 0 deletions

File tree

Some content is hidden

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

libevmasm/Assembly.cpp

Lines changed: 1 addition & 0 deletions
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 <[email protected]>
1920
* @date 2014

libevmasm/Assembly.h

Lines changed: 1 addition & 0 deletions
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

libevmasm/AssemblyItem.cpp

Lines changed: 1 addition & 0 deletions
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
#include <libevmasm/AssemblyItem.h>
1920

libevmasm/AssemblyItem.h

Lines changed: 1 addition & 0 deletions
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 AssemblyItem.h
1819
* @author Gav Wood <[email protected]>
1920
* @date 2014

libevmasm/BlockDeduplicator.cpp

Lines changed: 1 addition & 0 deletions
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
* @file BlockDeduplicator.cpp
1920
* @author Christian <[email protected]>

libevmasm/BlockDeduplicator.h

Lines changed: 1 addition & 0 deletions
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
* @file BlockDeduplicator.h
1920
* @author Christian <[email protected]>

libevmasm/CommonSubexpressionEliminator.cpp

Lines changed: 1 addition & 0 deletions
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
* @file CommonSubexpressionEliminator.cpp
1920
* @author Christian <[email protected]>

libevmasm/CommonSubexpressionEliminator.h

Lines changed: 1 addition & 0 deletions
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
* @file CommonSubexpressionEliminator.h
1920
* @author Christian <[email protected]>

libevmasm/ConstantOptimiser.cpp

Lines changed: 1 addition & 0 deletions
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 ConstantOptimiser.cpp
1819
* @author Christian <[email protected]>
1920
* @date 2015

libevmasm/ConstantOptimiser.h

Lines changed: 1 addition & 0 deletions
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 ConstantOptimiser.cpp
1819
* @author Christian <[email protected]>
1920
* @date 2015

0 commit comments

Comments
 (0)