From 1acea95664ed83e72e6cdca4ed5d868fdc4c2a3e Mon Sep 17 00:00:00 2001 From: lightclient Date: Wed, 2 Apr 2025 13:50:38 -0600 Subject: [PATCH] eth/downloader: revert change in copyright date --- eth/downloader/skeleton.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/downloader/skeleton.go b/eth/downloader/skeleton.go index 59bffd695c..ad74dab844 100644 --- a/eth/downloader/skeleton.go +++ b/eth/downloader/skeleton.go @@ -1,4 +1,4 @@ -// Copyright 2025 The go-ethereum Authors +// Copyright 2022 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