Bitcoin Core
31.99.0
P2P Digital Currency
src
common
license_info.h
Go to the documentation of this file.
1
// Copyright (c) The Bitcoin Core developers
2
// Distributed under the MIT software license, see the accompanying
3
// file COPYING or https://opensource.org/license/mit/.
4
5
#ifndef BITCOIN_COMMON_LICENSE_INFO_H
6
#define BITCOIN_COMMON_LICENSE_INFO_H
7
8
#include <string>
9
10
std::string
CopyrightHolders
(
const
std::string& strPrefix);
11
13
std::string
LicenseInfo
();
14
15
#endif
// BITCOIN_COMMON_LICENSE_INFO_H
CopyrightHolders
std::string CopyrightHolders(const std::string &strPrefix)
Definition:
license_info.cpp:14
LicenseInfo
std::string LicenseInfo()
Returns licensing information (for -version)
Definition:
license_info.cpp:26
Generated on Sat Apr 4 2026 20:00:26 for Bitcoin Core by
1.9.4