refactor: Move license info into new module

This commit is contained in:
Hennadii Stepanov
2026-03-30 16:34:48 +01:00
parent eb750d277b
commit 6953363be8
15 changed files with 70 additions and 40 deletions

View File

@@ -8,6 +8,7 @@
#include <chainparamsbase.h>
#include <clientversion.h>
#include <common/args.h>
#include <common/license_info.h>
#include <common/system.h>
#include <compat/compat.h>
#include <compat/stdin.h>