fix: certify & serialize licenses (#6575)
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user