Skip to content

Commit a3adaba

Browse files
authored
Merge branch 'develop' into 1825
2 parents b397361 + f64d8ec commit a3adaba

35 files changed

+37
-36
lines changed

src/main/Main.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//------------------------------------------------------------------------------
22
/*
33
This file is part of clio: https://github.com/XRPLF/clio
4-
Copyright (c) 2022-2024, the clio developers.
4+
Copyright (c) 2024, the clio developers.
55
66
Permission to use, copy, modify, and distribute this software for any
77
purpose with or without fee is hereby granted, provided that the above
@@ -42,7 +42,8 @@ try {
4242
[](app::CliArgs::Action::Exit const& exit) { return exit.exitCode; },
4343
[](app::CliArgs::Action::VerifyConfig const& verify) {
4444
if (app::parseConfig(verify.configPath)) {
45-
std::cout << "Config " << verify.configPath << " is correct" << "\n";
45+
std::cout << "Config " << verify.configPath << " is correct"
46+
<< "\n";
4647
return EXIT_SUCCESS;
4748
}
4849
return EXIT_FAILURE;

src/migration/MigrationApplication.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//------------------------------------------------------------------------------
22
/*
33
This file is part of clio: https://github.com/XRPLF/clio
4-
Copyright (c) 2022-2024, the clio developers.
4+
Copyright (c) 2024, the clio developers.
55
66
Permission to use, copy, modify, and distribute this software for any
77
purpose with or without fee is hereby granted, provided that the above

src/migration/MigrationApplication.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//------------------------------------------------------------------------------
22
/*
33
This file is part of clio: https://github.com/XRPLF/clio
4-
Copyright (c) 2022-2024, the clio developers.
4+
Copyright (c) 2024, the clio developers.
55
66
Permission to use, copy, modify, and distribute this software for any
77
purpose with or without fee is hereby granted, provided that the above

src/migration/MigrationManagerInterface.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//------------------------------------------------------------------------------
22
/*
33
This file is part of clio: https://github.com/XRPLF/clio
4-
Copyright (c) 2022-2024, the clio developers.
4+
Copyright (c) 2024, the clio developers.
55
66
Permission to use, copy, modify, and distribute this software for any
77
purpose with or without fee is hereby granted, provided that the above

src/migration/MigratiorStatus.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//------------------------------------------------------------------------------
22
/*
33
This file is part of clio: https://github.com/XRPLF/clio
4-
Copyright (c) 2022-2024, the clio developers.
4+
Copyright (c) 2024, the clio developers.
55
66
Permission to use, copy, modify, and distribute this software for any
77
purpose with or without fee is hereby granted, provided that the above

src/migration/MigratorStatus.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//------------------------------------------------------------------------------
22
/*
33
This file is part of clio: https://github.com/XRPLF/clio
4-
Copyright (c) 2022-2024, the clio developers.
4+
Copyright (c) 2024, the clio developers.
55
66
Permission to use, copy, modify, and distribute this software for any
77
purpose with or without fee is hereby granted, provided that the above

src/migration/cassandra/CassandraMigrationBackend.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//------------------------------------------------------------------------------
22
/*
33
This file is part of clio: https://github.com/XRPLF/clio
4-
Copyright (c) 2022-2024, the clio developers.
4+
Copyright (c) 2024, the clio developers.
55
66
Permission to use, copy, modify, and distribute this software for any
77
purpose with or without fee is hereby granted, provided that the above

src/migration/cassandra/CassandraMigrationManager.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//------------------------------------------------------------------------------
22
/*
33
This file is part of clio: https://github.com/XRPLF/clio
4-
Copyright (c) 2022-2024, the clio developers.
4+
Copyright (c) 2024, the clio developers.
55
66
Permission to use, copy, modify, and distribute this software for any
77
purpose with or without fee is hereby granted, provided that the above

src/migration/cassandra/impl/CassandraMigrationSchema.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//------------------------------------------------------------------------------
22
/*
33
This file is part of clio: https://github.com/XRPLF/clio
4-
Copyright (c) 2022-2024, the clio developers.
4+
Copyright (c) 2024, the clio developers.
55
66
Permission to use, copy, modify, and distribute this software for any
77
purpose with or without fee is hereby granted, provided that the above

src/migration/cassandra/impl/FullTableScanner.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//------------------------------------------------------------------------------
22
/*
33
This file is part of clio: https://github.com/XRPLF/clio
4-
Copyright (c) 2022-2024, the clio developers.
4+
Copyright (c) 2024, the clio developers.
55
66
Permission to use, copy, modify, and distribute this software for any
77
purpose with or without fee is hereby granted, provided that the above

0 commit comments

Comments
 (0)