/
githubmirror
/
bitcoin
Обзор
Документация
Войти
/
githubmirror
/
bitcoin
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/common/license_info.h
15 строк
447 B
Hennadii Stepanov
refactor: Move license info into new module
30 мар 2026, 18:34
Не верифицирован
30 мар 2026, 18:34
6953363
Код
Авторство
О чём код?
// Copyright (c) The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://opensource.org/license/mit/. #ifndef BITCOIN_COMMON_LICENSE_INFO_H #define BITCOIN_COMMON_LICENSE_INFO_H #include <string> std::string CopyrightHolders(const std::string& strPrefix); /** Returns licensing information (for -version) */ std::string LicenseInfo(); #endif // BITCOIN_COMMON_LICENSE_INFO_H