mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-22 04:35:50 +00:00
fix: Copyright format (#1835)
Aligned the copyright notice to match the format used in other files. Updated Copyright (c) 2022-2024 to Copyright (c) 2024 to ensure consistency.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
/*
|
/*
|
||||||
This file is part of clio: https://github.com/XRPLF/clio
|
This file is part of clio: https://github.com/XRPLF/clio
|
||||||
Copyright (c) 2022-2024, the clio developers.
|
Copyright (c) 2024, the clio developers.
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
@@ -42,7 +42,8 @@ try {
|
|||||||
[](app::CliArgs::Action::Exit const& exit) { return exit.exitCode; },
|
[](app::CliArgs::Action::Exit const& exit) { return exit.exitCode; },
|
||||||
[](app::CliArgs::Action::VerifyConfig const& verify) {
|
[](app::CliArgs::Action::VerifyConfig const& verify) {
|
||||||
if (app::parseConfig(verify.configPath)) {
|
if (app::parseConfig(verify.configPath)) {
|
||||||
std::cout << "Config " << verify.configPath << " is correct" << "\n";
|
std::cout << "Config " << verify.configPath << " is correct"
|
||||||
|
<< "\n";
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
}
|
}
|
||||||
return EXIT_FAILURE;
|
return EXIT_FAILURE;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
/*
|
/*
|
||||||
This file is part of clio: https://github.com/XRPLF/clio
|
This file is part of clio: https://github.com/XRPLF/clio
|
||||||
Copyright (c) 2022-2024, the clio developers.
|
Copyright (c) 2024, the clio developers.
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
/*
|
/*
|
||||||
This file is part of clio: https://github.com/XRPLF/clio
|
This file is part of clio: https://github.com/XRPLF/clio
|
||||||
Copyright (c) 2022-2024, the clio developers.
|
Copyright (c) 2024, the clio developers.
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
/*
|
/*
|
||||||
This file is part of clio: https://github.com/XRPLF/clio
|
This file is part of clio: https://github.com/XRPLF/clio
|
||||||
Copyright (c) 2022-2024, the clio developers.
|
Copyright (c) 2024, the clio developers.
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
/*
|
/*
|
||||||
This file is part of clio: https://github.com/XRPLF/clio
|
This file is part of clio: https://github.com/XRPLF/clio
|
||||||
Copyright (c) 2022-2024, the clio developers.
|
Copyright (c) 2024, the clio developers.
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
/*
|
/*
|
||||||
This file is part of clio: https://github.com/XRPLF/clio
|
This file is part of clio: https://github.com/XRPLF/clio
|
||||||
Copyright (c) 2022-2024, the clio developers.
|
Copyright (c) 2024, the clio developers.
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
/*
|
/*
|
||||||
This file is part of clio: https://github.com/XRPLF/clio
|
This file is part of clio: https://github.com/XRPLF/clio
|
||||||
Copyright (c) 2022-2024, the clio developers.
|
Copyright (c) 2024, the clio developers.
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
/*
|
/*
|
||||||
This file is part of clio: https://github.com/XRPLF/clio
|
This file is part of clio: https://github.com/XRPLF/clio
|
||||||
Copyright (c) 2022-2024, the clio developers.
|
Copyright (c) 2024, the clio developers.
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
/*
|
/*
|
||||||
This file is part of clio: https://github.com/XRPLF/clio
|
This file is part of clio: https://github.com/XRPLF/clio
|
||||||
Copyright (c) 2022-2024, the clio developers.
|
Copyright (c) 2024, the clio developers.
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
/*
|
/*
|
||||||
This file is part of clio: https://github.com/XRPLF/clio
|
This file is part of clio: https://github.com/XRPLF/clio
|
||||||
Copyright (c) 2022-2024, the clio developers.
|
Copyright (c) 2024, the clio developers.
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
/*
|
/*
|
||||||
This file is part of clio: https://github.com/XRPLF/clio
|
This file is part of clio: https://github.com/XRPLF/clio
|
||||||
Copyright (c) 2022-2024, the clio developers.
|
Copyright (c) 2024, the clio developers.
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
/*
|
/*
|
||||||
This file is part of clio: https://github.com/XRPLF/clio
|
This file is part of clio: https://github.com/XRPLF/clio
|
||||||
Copyright (c) 2022-2024, the clio developers.
|
Copyright (c) 2024, the clio developers.
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
/*
|
/*
|
||||||
This file is part of clio: https://github.com/XRPLF/clio
|
This file is part of clio: https://github.com/XRPLF/clio
|
||||||
Copyright (c) 2022-2024, the clio developers.
|
Copyright (c) 2024, the clio developers.
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
/*
|
/*
|
||||||
This file is part of clio: https://github.com/XRPLF/clio
|
This file is part of clio: https://github.com/XRPLF/clio
|
||||||
Copyright (c) 2022-2024, the clio developers.
|
Copyright (c) 2024, the clio developers.
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
/*
|
/*
|
||||||
This file is part of clio: https://github.com/XRPLF/clio
|
This file is part of clio: https://github.com/XRPLF/clio
|
||||||
Copyright (c) 2022-2024, the clio developers.
|
Copyright (c) 2024, the clio developers.
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
/*
|
/*
|
||||||
This file is part of clio: https://github.com/XRPLF/clio
|
This file is part of clio: https://github.com/XRPLF/clio
|
||||||
Copyright (c) 2022-2024, the clio developers.
|
Copyright (c) 2024, the clio developers.
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
/*
|
/*
|
||||||
This file is part of clio: https://github.com/XRPLF/clio
|
This file is part of clio: https://github.com/XRPLF/clio
|
||||||
Copyright (c) 2022-2024, the clio developers.
|
Copyright (c) 2024, the clio developers.
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
/*
|
/*
|
||||||
This file is part of clio: https://github.com/XRPLF/clio
|
This file is part of clio: https://github.com/XRPLF/clio
|
||||||
Copyright (c) 2022-2024, the clio developers.
|
Copyright (c) 2024, the clio developers.
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
/*
|
/*
|
||||||
This file is part of clio: https://github.com/XRPLF/clio
|
This file is part of clio: https://github.com/XRPLF/clio
|
||||||
Copyright (c) 2022-2024, the clio developers.
|
Copyright (c) 2024, the clio developers.
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
/*
|
/*
|
||||||
This file is part of clio: https://github.com/XRPLF/clio
|
This file is part of clio: https://github.com/XRPLF/clio
|
||||||
Copyright (c) 2022-2024, the clio developers.
|
Copyright (c) 2024, the clio developers.
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
/*
|
/*
|
||||||
This file is part of clio: https://github.com/XRPLF/clio
|
This file is part of clio: https://github.com/XRPLF/clio
|
||||||
Copyright (c) 2022-2024, the clio developers.
|
Copyright (c) 2024, the clio developers.
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
/*
|
/*
|
||||||
This file is part of clio: https://github.com/XRPLF/clio
|
This file is part of clio: https://github.com/XRPLF/clio
|
||||||
Copyright (c) 2022-2024, the clio developers.
|
Copyright (c) 2024, the clio developers.
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
/*
|
/*
|
||||||
This file is part of clio: https://github.com/XRPLF/clio
|
This file is part of clio: https://github.com/XRPLF/clio
|
||||||
Copyright (c) 2022-2024, the clio developers.
|
Copyright (c) 2024, the clio developers.
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
/*
|
/*
|
||||||
This file is part of clio: https://github.com/XRPLF/clio
|
This file is part of clio: https://github.com/XRPLF/clio
|
||||||
Copyright (c) 2022-2024, the clio developers.
|
Copyright (c) 2024, the clio developers.
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
/*
|
/*
|
||||||
This file is part of clio: https://github.com/XRPLF/clio
|
This file is part of clio: https://github.com/XRPLF/clio
|
||||||
Copyright (c) 2022-2024, the clio developers.
|
Copyright (c) 2024, the clio developers.
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
/*
|
/*
|
||||||
This file is part of clio: https://github.com/XRPLF/clio
|
This file is part of clio: https://github.com/XRPLF/clio
|
||||||
Copyright (c) 2022-2024, the clio developers.
|
Copyright (c) 2024, the clio developers.
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
/*
|
/*
|
||||||
This file is part of clio: https://github.com/XRPLF/clio
|
This file is part of clio: https://github.com/XRPLF/clio
|
||||||
Copyright (c) 2022-2024, the clio developers.
|
Copyright (c) 2024, the clio developers.
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
/*
|
/*
|
||||||
This file is part of clio: https://github.com/XRPLF/clio
|
This file is part of clio: https://github.com/XRPLF/clio
|
||||||
Copyright (c) 2022-2024, the clio developers.
|
Copyright (c) 2024, the clio developers.
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
/*
|
/*
|
||||||
This file is part of clio: https://github.com/XRPLF/clio
|
This file is part of clio: https://github.com/XRPLF/clio
|
||||||
Copyright (c) 2022-2024, the clio developers.
|
Copyright (c) 2024, the clio developers.
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
/*
|
/*
|
||||||
This file is part of clio: https://github.com/XRPLF/clio
|
This file is part of clio: https://github.com/XRPLF/clio
|
||||||
Copyright (c) 2022-2024, the clio developers.
|
Copyright (c) 2024, the clio developers.
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
/*
|
/*
|
||||||
This file is part of clio: https://github.com/XRPLF/clio
|
This file is part of clio: https://github.com/XRPLF/clio
|
||||||
Copyright (c) 2022-2024, the clio developers.
|
Copyright (c) 2024, the clio developers.
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
/*
|
/*
|
||||||
This file is part of clio: https://github.com/XRPLF/clio
|
This file is part of clio: https://github.com/XRPLF/clio
|
||||||
Copyright (c) 2022-2024, the clio developers.
|
Copyright (c) 2024, the clio developers.
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
/*
|
/*
|
||||||
This file is part of clio: https://github.com/XRPLF/clio
|
This file is part of clio: https://github.com/XRPLF/clio
|
||||||
Copyright (c) 2022-2024, the clio developers.
|
Copyright (c) 2024, the clio developers.
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
/*
|
/*
|
||||||
This file is part of clio: https://github.com/XRPLF/clio
|
This file is part of clio: https://github.com/XRPLF/clio
|
||||||
Copyright (c) 2022-2024, the clio developers.
|
Copyright (c) 2024, the clio developers.
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
/*
|
/*
|
||||||
This file is part of clio: https://github.com/XRPLF/clio
|
This file is part of clio: https://github.com/XRPLF/clio
|
||||||
Copyright (c) 2022-2024, the clio developers.
|
Copyright (c) 2024, the clio developers.
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|||||||
Reference in New Issue
Block a user