File tree Expand file tree Collapse file tree 3 files changed +48
-0
lines changed Expand file tree Collapse file tree 3 files changed +48
-0
lines changed Original file line number Diff line number Diff line change
1
+ // Copyright 2024 the libevm authors.
2
+ //
3
+ // The libevm additions to go-ethereum are free software: you can redistribute
4
+ // them and/or modify them under the terms of the GNU Lesser General Public License
5
+ // as published by the Free Software Foundation, either version 3 of the License,
6
+ // or (at your option) any later version.
7
+ //
8
+ // The libevm additions are distributed in the hope that they will be useful,
9
+ // but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
11
+ // General Public License for more details.
12
+ //
13
+ // You should have received a copy of the GNU Lesser General Public License
14
+ // along with the go-ethereum library. If not, see
15
+ // <http://www.gnu.org/licenses/>.
16
+
1
17
package vm
2
18
3
19
import (
Original file line number Diff line number Diff line change
1
+ // Copyright 2024 the libevm authors.
2
+ //
3
+ // The libevm additions to go-ethereum are free software: you can redistribute
4
+ // them and/or modify them under the terms of the GNU Lesser General Public License
5
+ // as published by the Free Software Foundation, either version 3 of the License,
6
+ // or (at your option) any later version.
7
+ //
8
+ // The libevm additions are distributed in the hope that they will be useful,
9
+ // but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
11
+ // General Public License for more details.
12
+ //
13
+ // You should have received a copy of the GNU Lesser General Public License
14
+ // along with the go-ethereum library. If not, see
15
+ // <http://www.gnu.org/licenses/>.
16
+
1
17
package vm
2
18
3
19
import (
Original file line number Diff line number Diff line change
1
+ // Copyright 2024 the libevm authors.
2
+ //
3
+ // The libevm additions to go-ethereum are free software: you can redistribute
4
+ // them and/or modify them under the terms of the GNU Lesser General Public License
5
+ // as published by the Free Software Foundation, either version 3 of the License,
6
+ // or (at your option) any later version.
7
+ //
8
+ // The libevm additions are distributed in the hope that they will be useful,
9
+ // but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
11
+ // General Public License for more details.
12
+ //
13
+ // You should have received a copy of the GNU Lesser General Public License
14
+ // along with the go-ethereum library. If not, see
15
+ // <http://www.gnu.org/licenses/>.
16
+
1
17
package vm_test
2
18
3
19
import (
You can’t perform that action at this time.
0 commit comments