diff --git a/core/vm/eof.go b/core/vm/eof.go index 23f773f819..fcced6ae75 100644 --- a/core/vm/eof.go +++ b/core/vm/eof.go @@ -1,4 +1,4 @@ -// Copyright 2022 The go-ethereum Authors +// Copyright 2024 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 diff --git a/core/vm/eof_control_flow.go b/core/vm/eof_control_flow.go index 7d9f6217a9..8230780773 100644 --- a/core/vm/eof_control_flow.go +++ b/core/vm/eof_control_flow.go @@ -1,3 +1,19 @@ +// Copyright 2024 The go-ethereum Authors +// This file is part of go-ethereum. +// +// go-ethereum is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// go-ethereum 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with go-ethereum. If not, see . + package vm import ( diff --git a/core/vm/eof_validation.go b/core/vm/eof_validation.go index f95ab3a070..fa534edce9 100644 --- a/core/vm/eof_validation.go +++ b/core/vm/eof_validation.go @@ -1,3 +1,5 @@ +// Copyright 2024 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 diff --git a/core/vm/eof_validation_test.go b/core/vm/eof_validation_test.go index dfa4ebe461..6680ca3a5d 100644 --- a/core/vm/eof_validation_test.go +++ b/core/vm/eof_validation_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 The go-ethereum Authors +// Copyright 2024 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