From 686b290ada4b93f75ec806cf64210bc7090ddc8c Mon Sep 17 00:00:00 2001 From: jahway603 Date: Thu, 8 Jun 2023 00:28:32 -0400 Subject: [PATCH] updated copyright years --- cmd/root.go | 2 +- cmd/version.go | 3 +++ common/cache.go | 2 +- common/common.go | 2 +- common/mempool.go | 2 +- frontend/rpc_client.go | 2 +- frontend/service.go | 2 +- parser/block.go | 2 +- parser/block_header.go | 2 +- parser/transaction.go | 2 +- parser/util.go | 2 +- walletrpc/compact_formats.pb.go | 2 +- walletrpc/compact_formats.proto | 2 +- walletrpc/service.pb.go | 2 +- walletrpc/service.proto | 2 +- 15 files changed, 17 insertions(+), 14 deletions(-) diff --git a/cmd/root.go b/cmd/root.go index 17fb833..76bd6e6 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2022 Duke Leto and The Hush developers +// Copyright (c) 2019-2023 Duke Leto and The Hush developers // Copyright (c) 2019-2020 The Zcash developers // Distributed under the GPLv3 software license package cmd diff --git a/cmd/version.go b/cmd/version.go index 3d96dff..539db61 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -1,3 +1,6 @@ +// Copyright (c) 2019-2023 Duke Leto and The Hush developers +// Copyright (c) 2019-2020 The Zcash developers +// Distributed under the GPLv3 software license package cmd import ( diff --git a/common/cache.go b/common/cache.go index 6ec47cb..b078ca6 100644 --- a/common/cache.go +++ b/common/cache.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2022 Duke Leto and The Hush developers +// Copyright (c) 2019-2023 Duke Leto and The Hush developers // Copyright (c) 2019-2020 The Zcash developers // Distributed under the GPLv3 software license // Package common contains utilities that are shared by other packages. diff --git a/common/common.go b/common/common.go index d0a2cc1..b21e23e 100644 --- a/common/common.go +++ b/common/common.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2022 Duke Leto and The Hush developers +// Copyright (c) 2019-2023 Duke Leto and The Hush developers // Copyright (c) 2019-2020 The Zcash developers // Distributed under the GPLv3 software license package common diff --git a/common/mempool.go b/common/mempool.go index 9f76be2..4a2c488 100644 --- a/common/mempool.go +++ b/common/mempool.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2022 Duke Leto and The Hush developers +// Copyright (c) 2019-2023 Duke Leto and The Hush developers // Copyright (c) 2019-2020 The Zcash developers // Distributed under the GPLv3 software license diff --git a/frontend/rpc_client.go b/frontend/rpc_client.go index f276d4f..2ce1024 100644 --- a/frontend/rpc_client.go +++ b/frontend/rpc_client.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2022 Duke Leto and The Hush developers +// Copyright (c) 2019-2023 Duke Leto and The Hush developers // Copyright (c) 2019-2020 The Zcash developers // Distributed under the GPLv3 software license package frontend diff --git a/frontend/service.go b/frontend/service.go index 711fbf8..985f159 100644 --- a/frontend/service.go +++ b/frontend/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2022 Duke Leto and The Hush developers +// Copyright (c) 2019-2023 Duke Leto and The Hush developers // Copyright (c) 2019-2020 The Zcash developers // Distributed under the GPLv3 software license // Package frontend implements the gRPC handlers called by the wallets. diff --git a/parser/block.go b/parser/block.go index 227ef22..d8f25af 100644 --- a/parser/block.go +++ b/parser/block.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2022 Duke Leto and The Hush developers +// Copyright (c) 2019-2023 Duke Leto and The Hush developers // Copyright (c) 2019-2020 The Zcash developers // Distributed under the GPLv3 software license diff --git a/parser/block_header.go b/parser/block_header.go index c448133..aa9d27b 100644 --- a/parser/block_header.go +++ b/parser/block_header.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2022 Duke Leto and The Hush developers +// Copyright (c) 2019-2023 Duke Leto and The Hush developers // Copyright (c) 2019-2020 The Zcash developers // Distributed under the GPLv3 software license package parser diff --git a/parser/transaction.go b/parser/transaction.go index 9817b73..89499c5 100644 --- a/parser/transaction.go +++ b/parser/transaction.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2022 Duke Leto and The Hush developers +// Copyright (c) 2019-2023 Duke Leto and The Hush developers // Copyright (c) 2019-2020 The Zcash developers // Distributed under the GPLv3 software license // Package parser deserializes (full) transactions from hushd diff --git a/parser/util.go b/parser/util.go index ec079d1..17e9fa8 100644 --- a/parser/util.go +++ b/parser/util.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2022 Duke Leto and The Hush developers +// Copyright (c) 2019-2023 Duke Leto and The Hush developers // Copyright (c) 2019-2020 The Zcash developers // Distributed under the GPLv3 software license // Package parser deserializes (full) transactions from hushd diff --git a/walletrpc/compact_formats.pb.go b/walletrpc/compact_formats.pb.go index fbc40aa..7949ca7 100644 --- a/walletrpc/compact_formats.pb.go +++ b/walletrpc/compact_formats.pb.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2022 Duke Leto and The Hush developers +// Copyright (c) 2019-2023 Duke Leto and The Hush developers // Copyright (c) 2019-2020 The Zcash developers // Distributed under the GPLv3 software license diff --git a/walletrpc/compact_formats.proto b/walletrpc/compact_formats.proto index 30afa58..c55eb1a 100644 --- a/walletrpc/compact_formats.proto +++ b/walletrpc/compact_formats.proto @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2022 Duke Leto and The Hush developers +// Copyright (c) 2019-2023 Duke Leto and The Hush developers // Copyright (c) 2019-2020 The Zcash developers // Distributed under the GPLv3 software license syntax = "proto3"; diff --git a/walletrpc/service.pb.go b/walletrpc/service.pb.go index 18f36e9..69bd825 100644 --- a/walletrpc/service.pb.go +++ b/walletrpc/service.pb.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2022 Duke Leto and The Hush developers +// Copyright (c) 2019-2023 Duke Leto and The Hush developers // Copyright (c) 2019-2020 The Zcash developers // Distributed under the GPLv3 software license diff --git a/walletrpc/service.proto b/walletrpc/service.proto index 9f06041..484f107 100644 --- a/walletrpc/service.proto +++ b/walletrpc/service.proto @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2022 Duke Leto and The Hush developers +// Copyright (c) 2019-2023 Duke Leto and The Hush developers // Copyright (c) 2019-2020 The Zcash developers // Distributed under the GPLv3 software license syntax = "proto3";