secp256k1: Prepare v4.0.0.

This updates the secp256k1 copyright year in the files modified since
the previous release and serves as a base for dcrec/secp256k1/v4.0.0.

There are no updated direct dependencies in this commit.

The following direct dependencies are no longer required as compared to
the previous dcrec/secp256k1/v3.0.0 release:

- github.com/decred/dcrd/chaincfg/chainhash
This commit is contained in:
Dave Collins 2021-09-04 19:24:26 -05:00
parent c715b8e308
commit bd94ed5ee9
No known key found for this signature in database
GPG Key ID: B8904D9D9C93D1F2
4 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
// Copyright 2013-2016 The btcsuite developers
// Copyright (c) 2015-2020 The Decred developers
// Copyright (c) 2015-2021 The Decred developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.

View File

@ -1,4 +1,4 @@
// Copyright (c) 2015-2020 The Decred developers
// Copyright (c) 2015-2021 The Decred developers
// Copyright 2013-2016 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.

View File

@ -1,6 +1,6 @@
// Copyright (c) 2013-2014 The btcsuite developers
// Copyright (c) 2015-2020 The Decred developers
// Copyright (c) 2013-2020 Dave Collins
// Copyright (c) 2015-2021 The Decred developers
// Copyright (c) 2013-2021 Dave Collins
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.

View File

@ -1,5 +1,5 @@
module github.com/decred/dcrd/dcrec/secp256k1/v4
go 1.13
go 1.16
require github.com/decred/dcrd/crypto/blake256 v1.0.0