Skip to content

Commit

Permalink
chore: golangci-lint run --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ARR4N committed Sep 19, 2024
1 parent d1a106c commit b283911
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
15 changes: 15 additions & 0 deletions core/vm/stack.libevm.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
// Copyright 2024 the libevm authors.
//
// The libevm extensions of go-ethereum are free software: you can redistribute
// them and/or modify them under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation, either version 3 of the License,
// or (at your option) any later version.
//
// The libevm extensions are distributed in the hope that they will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
// General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see
// <http://www.gnu.org/licenses/>.
package vm

import "github.com/holiman/uint256"
Expand Down
15 changes: 15 additions & 0 deletions core/vm/stack.libevm_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
// Copyright 2024 the libevm authors.
//
// The libevm extensions of go-ethereum are free software: you can redistribute
// them and/or modify them under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation, either version 3 of the License,
// or (at your option) any later version.
//
// The libevm extensions are distributed in the hope that they will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
// General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see
// <http://www.gnu.org/licenses/>.
package vm_test

import (
Expand Down
15 changes: 15 additions & 0 deletions params/hooks.libevm_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
// Copyright 2024 the libevm authors.
//
// The libevm extensions of go-ethereum are free software: you can redistribute
// them and/or modify them under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation, either version 3 of the License,
// or (at your option) any later version.
//
// The libevm extensions are distributed in the hope that they will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
// General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see
// <http://www.gnu.org/licenses/>.
package params_test

import (
Expand Down

0 comments on commit b283911

Please sign in to comment.