Skip to content

Commit

Permalink
pubkey: fix copyright headers
Browse files Browse the repository at this point in the history
  • Loading branch information
div72 committed Apr 18, 2022
1 parent 46d37ba commit 7004cd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/pubkey.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) 2009-2021 The Bitcoin Core developers
// Copyright (c) 2017 The Zcash developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
// file COPYING or https://opensource.org/licenses/mit-license.php.

#include <pubkey.h>

Expand Down Expand Up @@ -253,4 +253,4 @@ ECCVerifyHandle::~ECCVerifyHandle()

const secp256k1_context* GetVerifyContext() {
return secp256k1_context_verify;
}
}
4 changes: 2 additions & 2 deletions src/pubkey.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Copyright (c) 2009-2022 The Bitcoin Core developers
// Copyright (c) 2017 The Zcash developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
// file COPYING or https://opensource.org/licenses/mit-license.php.

#ifndef BITCOIN_PUBKEY_H
#define BITCOIN_PUBKEY_H
Expand Down Expand Up @@ -224,4 +224,4 @@ typedef struct secp256k1_context_struct secp256k1_context;
* by key.cpp. */
const secp256k1_context* GetVerifyContext();

#endif // BITCOIN_PUBKEY_H
#endif // BITCOIN_PUBKEY_H

0 comments on commit 7004cd1

Please sign in to comment.