Browse Source

Updated copyright years and included Hush copyright on files missing one to resolve Issue #31

pull/64/head
jahway603 1 month ago
parent
commit
b9ffa1737c
  1. 2
      AUTHORS
  2. 2
      README.md
  3. 2
      cmd/root.go
  4. 2
      cmd/root_test.go
  5. 2
      cmd/version.go
  6. 2
      common/cache.go
  7. 2
      common/common.go
  8. 4
      common/generatecerts.go
  9. 3
      common/logging/logging.go
  10. 2
      common/logging/logging_test.go
  11. 2
      common/mempool.go
  12. 2
      contrib/debian/copyright
  13. 2
      frontend/rpc_client.go
  14. 2
      frontend/service.go
  15. 2
      main.go
  16. 2
      parser/block.go
  17. 2
      parser/block_header.go
  18. 3
      parser/block_header_test.go
  19. 3
      parser/block_test.go
  20. 3
      parser/fuzz.go
  21. 2
      parser/internal/bytestring/bytestring.go
  22. 3
      parser/internal/bytestring/bytestring_test.go
  23. 2
      parser/transaction.go
  24. 3
      parser/transaction_test.go
  25. 2
      parser/util.go
  26. 2
      start-tls.sh
  27. 2
      start.sh
  28. 2
      util/RELEASE-new-version.sh
  29. 2
      util/build-debian-package-SBC.sh
  30. 2
      util/build-debian-package.sh
  31. 2
      util/build.sh
  32. 2
      walletrpc/compact_formats.pb.go
  33. 2
      walletrpc/compact_formats.proto
  34. 3
      walletrpc/generate.go
  35. 2
      walletrpc/service.pb.go
  36. 2
      walletrpc/service.proto
  37. 4
      walletrpc/service_grpc.pb.go

2
AUTHORS

@ -1,4 +1,4 @@
# The Hush Developers # The Hush Developers
Jahway603 https://git.hush.is/jahway603 https://github.com/jahway603 jahway603 https://git.hush.is/jahway603 https://codeberg.org/jahway603 https://github.com/jahway603
Duke Leto https://git.hush.is/duke Duke Leto https://git.hush.is/duke

2
README.md

@ -184,4 +184,4 @@ GPLv3 or later
# Copyright # Copyright
2016-2023 The Hush Developers 2016-2024 The Hush Developers

2
cmd/root.go

@ -1,4 +1,4 @@
// Copyright (c) 2019-2023 Duke Leto and The Hush developers // Copyright (c) 2019-2024 Duke Leto and The Hush developers
// Copyright (c) 2019-2020 The Zcash developers // Copyright (c) 2019-2020 The Zcash developers
// Distributed under the GPLv3 software license // Distributed under the GPLv3 software license
package cmd package cmd

2
cmd/root_test.go

@ -1,4 +1,4 @@
// Copyright (c) 2019-2023 Duke Leto and The Hush developers // Copyright (c) 2019-2024 Duke Leto and The Hush developers
// Copyright (c) 2019-2020 The Zcash developers // Copyright (c) 2019-2020 The Zcash developers
// Distributed under the GPLv3 software license // Distributed under the GPLv3 software license
package cmd package cmd

2
cmd/version.go

@ -1,4 +1,4 @@
// Copyright (c) 2019-2023 Duke Leto and The Hush developers // Copyright (c) 2019-2024 Duke Leto and The Hush developers
// Copyright (c) 2019-2020 The Zcash developers // Copyright (c) 2019-2020 The Zcash developers
// Distributed under the GPLv3 software license // Distributed under the GPLv3 software license
package cmd package cmd

2
common/cache.go

@ -1,4 +1,4 @@
// Copyright (c) 2019-2023 Duke Leto and The Hush developers // Copyright (c) 2019-2024 Duke Leto and The Hush developers
// Copyright (c) 2019-2020 The Zcash developers // Copyright (c) 2019-2020 The Zcash developers
// Distributed under the GPLv3 software license // Distributed under the GPLv3 software license
// Package common contains utilities that are shared by other packages. // Package common contains utilities that are shared by other packages.

2
common/common.go

@ -1,4 +1,4 @@
// Copyright (c) 2019-2023 Duke Leto and The Hush developers // Copyright (c) 2019-2024 Duke Leto and The Hush developers
// Copyright (c) 2019-2020 The Zcash developers // Copyright (c) 2019-2020 The Zcash developers
// Distributed under the GPLv3 software license // Distributed under the GPLv3 software license
package common package common

4
common/generatecerts.go

@ -1,6 +1,6 @@
// Copyright (c) 2019-2024 Duke Leto and The Hush developers
// Copyright (c) 2019-2020 The Zcash developers // Copyright (c) 2019-2020 The Zcash developers
// Distributed under the MIT software license, see the accompanying // Distributed under the GPLv3 software license
// file COPYING or https://www.opensource.org/licenses/mit-license.php .
package common package common
import ( import (

3
common/logging/logging.go

@ -1,3 +1,6 @@
// Copyright (c) 2019-2024 Duke Leto and The Hush developers
// Copyright (c) 2019-2020 The Zcash developers
// Distributed under the GPLv3 software license
package logging package logging
import ( import (

2
common/logging/logging_test.go

@ -1,4 +1,4 @@
// Copyright (c) 2019-2023 Duke Leto and The Hush developers // Copyright (c) 2019-2024 Duke Leto and The Hush developers
// Copyright (c) 2019-2020 The Zcash developers // Copyright (c) 2019-2020 The Zcash developers
// Distributed under the GPLv3 software license // Distributed under the GPLv3 software license
package logging package logging

2
common/mempool.go

@ -1,4 +1,4 @@
// Copyright (c) 2019-2023 Duke Leto and The Hush developers // Copyright (c) 2019-2024 Duke Leto and The Hush developers
// Copyright (c) 2019-2020 The Zcash developers // Copyright (c) 2019-2020 The Zcash developers
// Distributed under the GPLv3 software license // Distributed under the GPLv3 software license

2
contrib/debian/copyright

@ -1,5 +1,5 @@
Files: * Files: *
Copyright: 2019-2023, The Hush developers Copyright: 2019-2024, The Hush developers
2018-2019, The Zcash developers 2018-2019, The Zcash developers
License: GPLv3 License: GPLv3
Comment: https://hush.is Comment: https://hush.is

2
frontend/rpc_client.go

@ -1,4 +1,4 @@
// Copyright (c) 2019-2023 Duke Leto and The Hush developers // Copyright (c) 2019-2024 Duke Leto and The Hush developers
// Copyright (c) 2019-2020 The Zcash developers // Copyright (c) 2019-2020 The Zcash developers
// Distributed under the GPLv3 software license // Distributed under the GPLv3 software license
package frontend package frontend

2
frontend/service.go

@ -1,4 +1,4 @@
// Copyright (c) 2019-2023 Duke Leto and The Hush developers // Copyright (c) 2019-2024 Duke Leto and The Hush developers
// Copyright (c) 2019-2020 The Zcash developers // Copyright (c) 2019-2020 The Zcash developers
// Distributed under the GPLv3 software license // Distributed under the GPLv3 software license
// Package frontend implements the gRPC handlers called by the wallets. // Package frontend implements the gRPC handlers called by the wallets.

2
main.go

@ -1,4 +1,4 @@
// Copyright (c) 2019-2023 Duke Leto and The Hush developers // Copyright (c) 2019-2024 Duke Leto and The Hush developers
// Copyright (c) 2019-2020 The Zcash developers // Copyright (c) 2019-2020 The Zcash developers
// Distributed under the GPLv3 software license // Distributed under the GPLv3 software license
package main package main

2
parser/block.go

@ -1,4 +1,4 @@
// Copyright (c) 2019-2023 Duke Leto and The Hush developers // Copyright (c) 2019-2024 Duke Leto and The Hush developers
// Copyright (c) 2019-2020 The Zcash developers // Copyright (c) 2019-2020 The Zcash developers
// Distributed under the GPLv3 software license // Distributed under the GPLv3 software license

2
parser/block_header.go

@ -1,4 +1,4 @@
// Copyright (c) 2019-2023 Duke Leto and The Hush developers // Copyright (c) 2019-2024 Duke Leto and The Hush developers
// Copyright (c) 2019-2020 The Zcash developers // Copyright (c) 2019-2020 The Zcash developers
// Distributed under the GPLv3 software license // Distributed under the GPLv3 software license
package parser package parser

3
parser/block_header_test.go

@ -1,3 +1,6 @@
// Copyright (c) 2019-2024 Duke Leto and The Hush developers
// Copyright (c) 2019-2020 The Zcash developers
// Distributed under the GPLv3 software license
package parser package parser
import ( import (

3
parser/block_test.go

@ -1,3 +1,6 @@
// Copyright (c) 2019-2024 Duke Leto and The Hush developers
// Copyright (c) 2019-2020 The Zcash developers
// Distributed under the GPLv3 software license
package parser package parser
import ( import (

3
parser/fuzz.go

@ -1,3 +1,6 @@
// Copyright (c) 2019-2024 Duke Leto and The Hush developers
// Copyright (c) 2019-2020 The Zcash developers
// Distributed under the GPLv3 software license
// +build gofuzz // +build gofuzz
package parser package parser

2
parser/internal/bytestring/bytestring.go

@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 Duke Leto and The Hush developers // Copyright (c) 2019-2024 Duke Leto and The Hush developers
// Copyright (c) 2019-2020 The Zcash developers // Copyright (c) 2019-2020 The Zcash developers
// Distributed under the GPLv3 software license // Distributed under the GPLv3 software license

3
parser/internal/bytestring/bytestring_test.go

@ -1,3 +1,6 @@
// Copyright (c) 2019-2024 Duke Leto and The Hush developers
// Copyright (c) 2019-2020 The Zcash developers
// Distributed under the GPLv3 software license
package bytestring package bytestring
import ( import (

2
parser/transaction.go

@ -1,4 +1,4 @@
// Copyright (c) 2019-2023 Duke Leto and The Hush developers // Copyright (c) 2019-2024 Duke Leto and The Hush developers
// Copyright (c) 2019-2020 The Zcash developers // Copyright (c) 2019-2020 The Zcash developers
// Distributed under the GPLv3 software license // Distributed under the GPLv3 software license
// Package parser deserializes (full) transactions from hushd // Package parser deserializes (full) transactions from hushd

3
parser/transaction_test.go

@ -1,3 +1,6 @@
// Copyright (c) 2019-2024 Duke Leto and The Hush developers
// Copyright (c) 2019-2020 The Zcash developers
// Distributed under the GPLv3 software license
package parser package parser
import ( import (

2
parser/util.go

@ -1,4 +1,4 @@
// Copyright (c) 2019-2023 Duke Leto and The Hush developers // Copyright (c) 2019-2024 Duke Leto and The Hush developers
// Copyright (c) 2019-2020 The Zcash developers // Copyright (c) 2019-2020 The Zcash developers
// Distributed under the GPLv3 software license // Distributed under the GPLv3 software license
// Package parser deserializes (full) transactions from hushd // Package parser deserializes (full) transactions from hushd

2
start-tls.sh

@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Copyright 2020-2023 The Hush Developers # Copyright 2020-2024 The Hush Developers
# Released under GPLv3 # Released under GPLv3
# Description: This script would be used with a NGINX reverse proxy # Description: This script would be used with a NGINX reverse proxy

2
start.sh

@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Copyright 2020-2023 The Hush Developers # Copyright 2020-2024 The Hush Developers
# Released under GPLv3 # Released under GPLv3
# Description: This script would be used with a NGINX reverse proxy # Description: This script would be used with a NGINX reverse proxy

2
util/RELEASE-new-version.sh

@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Copyright 2021-2023 Duke Leto and The Hush Developers # Copyright 2021-2024 Duke Leto and The Hush Developers
# Distributed under the GPLv3 software license, see the accompanying # Distributed under the GPLv3 software license, see the accompanying
# file LICENSE or https://www.gnu.org/licenses/gpl-3.0.en.html # file LICENSE or https://www.gnu.org/licenses/gpl-3.0.en.html
# Purpose: To process a release for a new version of lightwalletd # Purpose: To process a release for a new version of lightwalletd

2
util/build-debian-package-SBC.sh

@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Copyright (c) 2021-2023 The Hush developers # Copyright (c) 2021-2024 The Hush developers
# Distributed under the GPLv3 software license, see the accompanying # Distributed under the GPLv3 software license, see the accompanying
# file LICENSE or https://www.gnu.org/licenses/gpl-3.0.en.html # file LICENSE or https://www.gnu.org/licenses/gpl-3.0.en.html
# #

2
util/build-debian-package.sh

@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Copyright (c) 2021-2023 The Hush developers # Copyright (c) 2021-2024 The Hush developers
# Distributed under the GPLv3 software license, see the accompanying # Distributed under the GPLv3 software license, see the accompanying
# file LICENSE or https://www.gnu.org/licenses/gpl-3.0.en.html # file LICENSE or https://www.gnu.org/licenses/gpl-3.0.en.html
# #

2
util/build.sh

@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Copyright 2021-2023 Duke Leto and The Hush Developers # Copyright 2021-2024 Duke Leto and The Hush Developers
# Distributed under the GPLv3 software license, see the accompanying # Distributed under the GPLv3 software license, see the accompanying
# file LICENSE or https://www.gnu.org/licenses/gpl-3.0.en.html # file LICENSE or https://www.gnu.org/licenses/gpl-3.0.en.html
# Purpose: Script to build Hush lightwalletd on x86 64-bit arch # Purpose: Script to build Hush lightwalletd on x86 64-bit arch

2
walletrpc/compact_formats.pb.go

@ -1,4 +1,4 @@
// Copyright (c) 2019-2023 Duke Leto and The Hush developers // Copyright (c) 2019-2024 Duke Leto and The Hush developers
// Copyright (c) 2019-2020 The Zcash developers // Copyright (c) 2019-2020 The Zcash developers
// Distributed under the GPLv3 software license // Distributed under the GPLv3 software license

2
walletrpc/compact_formats.proto

@ -1,4 +1,4 @@
// Copyright (c) 2019-2023 Duke Leto and The Hush developers // Copyright (c) 2019-2024 Duke Leto and The Hush developers
// Copyright (c) 2019-2020 The Zcash developers // Copyright (c) 2019-2020 The Zcash developers
// Distributed under the GPLv3 software license // Distributed under the GPLv3 software license
syntax = "proto3"; syntax = "proto3";

3
walletrpc/generate.go

@ -1,3 +1,6 @@
// Copyright (c) 2019-2024 Duke Leto and The Hush developers
// Copyright (c) 2019-2020 The Zcash developers
// Distributed under the GPLv3 software license
package walletrpc package walletrpc
//go:generate protoc -I . ./compact_formats.proto --go_out=plugins=grpc:. //go:generate protoc -I . ./compact_formats.proto --go_out=plugins=grpc:.

2
walletrpc/service.pb.go

@ -1,4 +1,4 @@
// Copyright (c) 2019-2023 Duke Leto and The Hush developers // Copyright (c) 2019-2024 Duke Leto and The Hush developers
// Copyright (c) 2019-2020 The Zcash developers // Copyright (c) 2019-2020 The Zcash developers
// Distributed under the GPLv3 software license // Distributed under the GPLv3 software license

2
walletrpc/service.proto

@ -1,4 +1,4 @@
// Copyright (c) 2019-2023 Duke Leto and The Hush developers // Copyright (c) 2019-2024 Duke Leto and The Hush developers
// Copyright (c) 2019-2020 The Zcash developers // Copyright (c) 2019-2020 The Zcash developers
// Distributed under the GPLv3 software license // Distributed under the GPLv3 software license
syntax = "proto3"; syntax = "proto3";

4
walletrpc/service_grpc.pb.go

@ -1,3 +1,7 @@
// Copyright (c) 2019-2024 Duke Leto and The Hush developers
// Copyright (c) 2019-2020 The Zcash developers
// Distributed under the GPLv3 software license
// Code generated by protoc-gen-go-grpc. DO NOT EDIT. // Code generated by protoc-gen-go-grpc. DO NOT EDIT.
package walletrpc package walletrpc

Loading…
Cancel
Save