add SPDX header to integration contracts

Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
xermicus
2024-04-18 12:30:09 +02:00
parent b208daed7e
commit 21dd0abb8a
6 changed files with 14 additions and 5 deletions
+1
View File
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: BSD-2-Clause
pragma solidity ^0.8.4;
contract SHA1 {