fix: certify & serialize licenses (#6575)

This commit is contained in:
pajlada
2025-11-13 16:20:24 +01:00
committed by GitHub
parent f355928078
commit c72d6707e3
3 changed files with 50 additions and 0 deletions
+6
View File
@@ -95,6 +95,9 @@ AboutPage::AboutPage()
addLicense(form.getElement(), "Pajlada/Signals",
"https://github.com/pajlada/signals",
":/licenses/pajlada_signals.txt");
addLicense(form.getElement(), "Pajlada/Serialize",
"https://github.com/pajlada/serialize",
":/licenses/pajlada_serialize.txt");
addLicense(form.getElement(), "Websocketpp",
"https://www.zaphoyd.com/websocketpp/",
":/licenses/websocketpp.txt");
@@ -130,6 +133,9 @@ AboutPage::AboutPage()
addLicense(form.getElement(), "expected-lite",
"https://github.com/martinmoene/expected-lite",
":/licenses/expected-lite.txt");
addLicense(form.getElement(), "certify",
"https://github.com/djarek/certify",
":/licenses/certify.txt");
addLicense(form.getElement(), "Howard Hinnant's date.h",
"https://github.com/HowardHinnant/date",
":/licenses/howard-hinnant-date.txt");