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
+2
View File
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: MIT
contract MSize {
uint[] public data;