Skip to content

Commit

Permalink
Changed attribution for clipp lib.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Musil committed Sep 3, 2023
1 parent 0765472 commit 79c40c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hmdq/hmdq.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ void print_info(int ind = 0, int ts = 0)
constexpr const char* libver_num_fmt = "{0} {1}.{2}.{3} (https://github.com/{0})\n";
constexpr const char* gitlab_libver_num_fmt
= "{0} {1}.{2}.{3} (https://gitlab.com/{0})\n";
iprint(sf1, libver_nover_fmt, "GerHobbelt/clipp");
iprint(sf1, libver_nover_fmt, "muellan/clipp");
iprint(sf1, libver_num_fmt, "nlohmann/json", NLOHMANN_JSON_VERSION_MAJOR,
NLOHMANN_JSON_VERSION_MINOR, NLOHMANN_JSON_VERSION_PATCH);
iprint(sf1, libver_num_fmt, "QuantStack/xtl", XTL_VERSION_MAJOR, XTL_VERSION_MINOR,
Expand Down
2 changes: 1 addition & 1 deletion hmdv/hmdv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ void print_info(int ind = 0, int ts = 0)
constexpr const char* libver_num_fmt = "{0} {1}.{2}.{3} (https://github.com/{0})\n";
constexpr const char* gitlab_libver_num_fmt
= "{0} {1}.{2}.{3} (https://gitlab.com/{0})\n";
iprint(sf1, libver_nover_fmt, "GerHobbelt/clipp");
iprint(sf1, libver_nover_fmt, "muellan/clipp");
iprint(sf1, libver_num_fmt, "nlohmann/json", NLOHMANN_JSON_VERSION_MAJOR,
NLOHMANN_JSON_VERSION_MINOR, NLOHMANN_JSON_VERSION_PATCH);
iprint(sf1, libver_num_fmt, "QuantStack/xtl", XTL_VERSION_MAJOR, XTL_VERSION_MINOR,
Expand Down

0 comments on commit 79c40c5

Please sign in to comment.