From 875349f99c898e447fcf5751a3b81b87d2a5e18a Mon Sep 17 00:00:00 2001 From: tom Date: Wed, 10 Apr 2024 12:12:24 -0300 Subject: [PATCH] add lic --- core/vm/evm.go | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/core/vm/evm.go b/core/vm/evm.go index f58a08d960f4..baa349422504 100644 --- a/core/vm/evm.go +++ b/core/vm/evm.go @@ -1,18 +1,5 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. -// -// The go-ethereum library is free software: you can redistribute it and/or modify -// it 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 go-ethereum library is distributed in the hope that it 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 . +// Copyright Tharsis Labs Ltd.(Evmos) +// SPDX-License-Identifier:ENCL-1.0(https://github.com/evmos/evmos/blob/main/LICENSE) package vm