Parcourir la source

Add missing licenses (#4843)

Add licenses to some packages.

Only well-known licenses were added (GPL, MIT, BSD, etc.); custom licenses were not.
apocelipes il y a 1 an
Parent
commit
9bdbb15b7e
50 fichiers modifiés avec 50 ajouts et 0 suppressions
  1. 1 0
      packages/c/cgetopt/xmake.lua
  2. 1 0
      packages/c/cli/xmake.lua
  3. 1 0
      packages/c/cosmocc/xmake.lua
  4. 1 0
      packages/c/cpp-lazy/xmake.lua
  5. 1 0
      packages/c/cutlass/xmake.lua
  6. 1 0
      packages/d/daw_header_libraries/xmake.lua
  7. 1 0
      packages/d/debugbreak/xmake.lua
  8. 1 0
      packages/d/doctest/xmake.lua
  9. 1 0
      packages/d/dynareadout/xmake.lua
  10. 1 0
      packages/e/expresscpp/xmake.lua
  11. 1 0
      packages/f/faac/xmake.lua
  12. 1 0
      packages/f/functionalplus/xmake.lua
  13. 1 0
      packages/h/handy/xmake.lua
  14. 1 0
      packages/h/highfive/xmake.lua
  15. 1 0
      packages/h/hopscotch-map/xmake.lua
  16. 1 0
      packages/i/icbc/xmake.lua
  17. 1 0
      packages/i/inja/xmake.lua
  18. 1 0
      packages/j/jsmn/xmake.lua
  19. 1 0
      packages/j/jsoncons/xmake.lua
  20. 1 0
      packages/k/kcp/xmake.lua
  21. 1 0
      packages/l/leveldb/xmake.lua
  22. 1 0
      packages/l/lexy/xmake.lua
  23. 1 0
      packages/l/libaco/xmake.lua
  24. 1 0
      packages/l/libfiber/xmake.lua
  25. 1 0
      packages/l/libfswatch/xmake.lua
  26. 1 0
      packages/l/libhv/xmake.lua
  27. 1 0
      packages/l/libnet/xmake.lua
  28. 1 0
      packages/l/libpeconv/xmake.lua
  29. 1 0
      packages/l/libredwg/xmake.lua
  30. 1 0
      packages/l/libsvm/xmake.lua
  31. 1 0
      packages/l/linenoise/xmake.lua
  32. 1 0
      packages/l/linmath.h/xmake.lua
  33. 1 0
      packages/l/littlefs/xmake.lua
  34. 1 0
      packages/m/mdns/xmake.lua
  35. 1 0
      packages/m/mem/xmake.lua
  36. 1 0
      packages/m/meowhash/xmake.lua
  37. 1 0
      packages/m/mman_win32/xmake.lua
  38. 1 0
      packages/m/mongo-cxx-driver/xmake.lua
  39. 1 0
      packages/m/mpmcqueue/xmake.lua
  40. 1 0
      packages/m/mujs/xmake.lua
  41. 1 0
      packages/p/phnt/xmake.lua
  42. 1 0
      packages/p/pprint/xmake.lua
  43. 1 0
      packages/r/rapidcsv/xmake.lua
  44. 1 0
      packages/r/rest_rpc/xmake.lua
  45. 1 0
      packages/s/simde/xmake.lua
  46. 1 0
      packages/s/sqlpp11/xmake.lua
  47. 1 0
      packages/s/srt/xmake.lua
  48. 1 0
      packages/s/stackwalker/xmake.lua
  49. 1 0
      packages/t/toml++/xmake.lua
  50. 1 0
      packages/u/units/xmake.lua

+ 1 - 0
packages/c/cgetopt/xmake.lua

@@ -2,6 +2,7 @@ package("cgetopt")
 
     set_homepage("https://github.com/xq114/cgetopt/")
     set_description("A GNU getopt() implementation written in pure C.")
+    set_license("zlib")
 
     add_urls("https://github.com/xq114/cgetopt/archive/v$(version).tar.gz")
     add_versions("1.0", "c93fe91041752f4231e07894d24354ee079317e40c30897bd664766ef4872279")

+ 1 - 0
packages/c/cli/xmake.lua

@@ -2,6 +2,7 @@ package("cli")
     set_kind("library", {headeronly = true})
     set_homepage("https://github.com/daniele77/cli")
     set_description("A library for interactive command line interfaces in modern C++")
+    set_license("BSL-1.0")
 
     add_urls("https://github.com/daniele77/cli/archive/refs/tags/$(version).tar.gz",
              "https://github.com/daniele77/cli.git")

+ 1 - 0
packages/c/cosmocc/xmake.lua

@@ -2,6 +2,7 @@ package("cosmocc")
     set_kind("toolchain")
     set_homepage("https://github.com/jart/cosmopolitan")
     set_description("build-once run-anywhere c library")
+    set_license("ISC")
 
     add_urls("https://cosmo.zip/pub/cosmocc/cosmocc-$(version).zip",
              "https://github.com/xmake-mirror/cosmopolitan/releases/download/$(version)/cosmocc-$(version).zip")

+ 1 - 0
packages/c/cpp-lazy/xmake.lua

@@ -2,6 +2,7 @@ package("cpp-lazy")
     set_kind("library", {headeronly = true})
     set_homepage("https://github.com/MarcDirven/cpp-lazy")
     set_description("A fast C++11/14/17/20 header only library for lazy evaluation and function tools")
+        set_license("MIT")
     
     set_urls("https://github.com/MarcDirven/cpp-lazy/archive/refs/tags/v$(version).tar.gz",
              "https://github.com/MarcDirven/cpp-lazy.git")

+ 1 - 0
packages/c/cutlass/xmake.lua

@@ -2,6 +2,7 @@ package("cutlass")
     set_kind("library", {headeronly = true})
     set_homepage("https://github.com/NVIDIA/cutlass")
     set_description("CUDA Templates for Linear Algebra Subroutines")
+    set_license("BSD-3-Clause")
 
     add_urls("https://github.com/NVIDIA/cutlass/archive/refs/tags/$(version).tar.gz",
              "https://github.com/NVIDIA/cutlass.git")

+ 1 - 0
packages/d/daw_header_libraries/xmake.lua

@@ -2,6 +2,7 @@ package("daw_header_libraries")
     set_kind("library", {headeronly = true})
     set_homepage("https://beached.github.io/header_libraries/")
     set_description("Various header libraries mostly future std lib, replacements for(e.g. visit), or some misc ")
+    set_license("BSL-1.0")
 
     add_urls("https://github.com/beached/header_libraries/archive/refs/tags/$(version).tar.gz",
              "https://github.com/beached/header_libraries.git")

+ 1 - 0
packages/d/debugbreak/xmake.lua

@@ -2,6 +2,7 @@ package("debugbreak")
     set_kind("library", {headeronly = true})
     set_homepage("https://github.com/scottt/debugbreak")
     set_description("break into the debugger programmatically")
+    set_license("BSD-2-Clause")
 
     add_urls("https://github.com/scottt/debugbreak/archive/refs/tags/$(version).tar.gz",
              "https://github.com/scottt/debugbreak.git")

+ 1 - 0
packages/d/doctest/xmake.lua

@@ -3,6 +3,7 @@ package("doctest")
     set_kind("library", {headeronly = true})
     set_homepage("http://bit.ly/doctest-docs")
     set_description("The fastest feature-rich C++11/14/17/20 single-header testing framework for unit tests and TDD")
+    set_license("MIT")
 
     set_urls("https://github.com/doctest/doctest/archive/refs/tags/v$(version).tar.gz",
              "https://github.com/doctest/doctest/archive/refs/tags/$(version).tar.gz",

+ 1 - 0
packages/d/dynareadout/xmake.lua

@@ -2,6 +2,7 @@ package("dynareadout")
 
     set_homepage("https://github.com/PucklaJ/dynareadout")
     set_description("High-Performance C/C++ library for parsing binary output files and key files of LS Dyna (d3plot, binout, input deck)")
+    set_license("zlib")
 
     add_urls("https://github.com/PucklaJ/dynareadout/archive/refs/tags/$(version).tar.gz",
              "https://github.com/PucklaJ/dynareadout.git")

+ 1 - 0
packages/e/expresscpp/xmake.lua

@@ -2,6 +2,7 @@ package("expresscpp")
 
     set_homepage("https://github.com/expresscpp/expresscpp.git")
     set_description("Fast, unopinionated, minimalist web framework for C++ Perfect for building REST APIs.")
+    set_license("MIT")
 
     set_urls("https://github.com/expresscpp/expresscpp/archive/$(version).tar.gz",
              "https://github.com/expresscpp/expresscpp.git")

+ 1 - 0
packages/f/faac/xmake.lua

@@ -1,6 +1,7 @@
 package("faac")
     set_homepage("https://sourceforge.net/projects/faac/")
     set_description("Freeware Advanced Audio Coder faac mirror")
+    set_license("LGPL-2.1")
 
     add_urls("https://github.com/knik0/faac/archive/refs/tags/$(version).tar.gz", {version = function (version)
         return version:gsub("%.", "_")

+ 1 - 0
packages/f/functionalplus/xmake.lua

@@ -2,6 +2,7 @@ package("functionalplus")
     set_kind("library", {headeronly = true})
     set_homepage("http://www.editgym.com/fplus-api-search/")
     set_description("Functional Programming Library for C++. Write concise and readable C++ code.")
+    set_license("BSL-1.0")
 
     add_urls("https://github.com/Dobiasd/FunctionalPlus/archive/refs/tags/$(version).tar.gz",
              "https://github.com/Dobiasd/FunctionalPlus.git")

+ 1 - 0
packages/h/handy/xmake.lua

@@ -1,6 +1,7 @@
 package("handy")
     set_homepage("https://github.com/yedf2/handy")
     set_description("A simple C++11 network server framework")
+    set_license("BSD-2-Clause")
 
     add_urls("https://github.com/yedf2/handy/archive/refs/tags/$(version).tar.gz",
              "https://github.com/yedf2/handy.git")

+ 1 - 0
packages/h/highfive/xmake.lua

@@ -2,6 +2,7 @@ package("highfive")
     set_kind("library", {headeronly = true})
     set_homepage("https://github.com/BlueBrain/HighFive")
     set_description("HighFive - Header-only C++ HDF5 interface")
+    set_license("BSL-1.0")
 
     add_urls("https://github.com/BlueBrain/HighFive/archive/refs/tags/$(version).tar.gz",
              "https://github.com/BlueBrain/HighFive.git")

+ 1 - 0
packages/h/hopscotch-map/xmake.lua

@@ -2,6 +2,7 @@ package("hopscotch-map")
     set_kind("library", {headeronly = true})
     set_homepage("https://github.com/Tessil/hopscotch-map")
     set_description("A C++ implementation of a fast hash map and hash set using hopscotch hashing")
+    set_license("MIT")
 
     set_urls("https://github.com/Tessil/hopscotch-map/archive/$(version).zip",
              "https://github.com/Tessil/hopscotch-map.git")

+ 1 - 0
packages/i/icbc/xmake.lua

@@ -2,6 +2,7 @@ package("icbc")
 
     set_homepage("https://github.com/castano/icbc")
     set_description("A High Quality SIMD BC1 Encoder")
+    set_license("MIT")
     
     add_urls("https://github.com/castano/icbc/archive/refs/tags/$(version).tar.gz",
              "https://github.com/castano/icbc.git")

+ 1 - 0
packages/i/inja/xmake.lua

@@ -2,6 +2,7 @@ package("inja")
 
     set_homepage("https://pantor.github.io/inja/")
     set_description("A Template Engine for Modern C++")
+    set_license("MIT")
 
     add_urls("https://github.com/pantor/inja/archive/$(version).tar.gz",
              "https://github.com/pantor/inja.git")

+ 1 - 0
packages/j/jsmn/xmake.lua

@@ -3,6 +3,7 @@ package("jsmn")
     set_kind("library", {headeronly = true})
     set_homepage("https://github.com/zserge/jsmn")
     set_description("Jsmn is a world fastest JSON parser/tokenizer")
+    set_license("MIT")
 
     set_urls("https://github.com/zserge/jsmn/archive/refs/tags/$(version).tar.gz",
              "https://github.com/zserge/jsmn.git")

+ 1 - 0
packages/j/jsoncons/xmake.lua

@@ -3,6 +3,7 @@ package("jsoncons")
     set_kind("library", {headeronly = true})
     set_homepage("https://danielaparker.github.io/jsoncons/")
     set_description("A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON")
+    set_license("BSL-1.0")
 
     set_urls("https://github.com/danielaparker/jsoncons/archive/$(version).zip",
              "https://github.com/danielaparker/jsoncons.git")

+ 1 - 0
packages/k/kcp/xmake.lua

@@ -2,6 +2,7 @@ package("kcp")
 
     set_homepage("https://github.com/skywind3000/kcp")
     set_description("A Fast and Reliable ARQ Protocol.")
+    set_license("MIT")
 
     add_urls("https://github.com/skywind3000/kcp/archive/$(version).tar.gz",
              "https://github.com/skywind3000/kcp.git")

+ 1 - 0
packages/l/leveldb/xmake.lua

@@ -2,6 +2,7 @@ package("leveldb")
 
     set_homepage("https://github.com/google/leveldb")
     set_description("LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.")
+    set_license("BSD-3-Clause")
 
     add_urls("https://github.com/google/leveldb/archive/$(version).tar.gz",
              "https://github.com/google/leveldb.git")

+ 1 - 0
packages/l/lexy/xmake.lua

@@ -2,6 +2,7 @@ package("lexy")
     set_kind("library", {headeronly = true})
     set_homepage("https://lexy.foonathan.net")
     set_description("C++ parsing DSL")
+    set_license("BSL-1.0")
 
     add_urls("https://github.com/foonathan/lexy.git")
     add_versions("2022.12.1", "f68737b725116d00e5582602e22604a14fc26547")

+ 1 - 0
packages/l/libaco/xmake.lua

@@ -2,6 +2,7 @@ package("libaco")
 
     set_homepage("https://github.com/hnes/libaco")
     set_description("A blazing fast and lightweight C asymmetric coroutine library")
+    set_license("Apache-2.0")
 
     add_urls("https://github.com/hnes/libaco/archive/refs/tags/$(version).tar.gz",
              "https://github.com/hnes/libaco.git")

+ 1 - 0
packages/l/libfiber/xmake.lua

@@ -1,6 +1,7 @@
 package("libfiber")
     set_homepage("https://github.com/iqiyi/libfiber")
     set_description("The high performance coroutine library for Linux/FreeBSD/MacOS/Windows, supporting select/poll/epoll/kqueue/iocp/windows GUI")
+    set_license("LGPL-3.0")
 
     add_urls("https://github.com/iqiyi/libfiber/archive/refs/tags/$(version).tar.gz", {version = function (version)
         return version:gsub("%+", ".")

+ 1 - 0
packages/l/libfswatch/xmake.lua

@@ -1,6 +1,7 @@
 package("libfswatch")
     set_homepage("https://emcrisostomo.github.io/fswatch/")
     set_description("A cross-platform file change monitor with multiple backends: Apple OS X File System Events, *BSD kqueue, Solaris/Illumos File Events Notification, Linux inotify, Microsoft Windows and a stat()-based backend.")
+    set_license("GPL-3.0")
 
     add_urls("https://github.com/emcrisostomo/fswatch/archive/refs/tags/$(version).tar.gz",
              "https://github.com/emcrisostomo/fswatch.git")

+ 1 - 0
packages/l/libhv/xmake.lua

@@ -1,6 +1,7 @@
 package("libhv")
     set_homepage("https://github.com/ithewei/libhv")
     set_description("Like libevent, libev, and libuv, libhv provides event-loop with non-blocking IO and timer, but simpler api and richer protocols.")
+    set_license("BSD-3-Clause")
 
     add_urls("https://github.com/ithewei/libhv/archive/v$(version).zip", {excludes = {"*/html/*"}})
     add_versions("1.0.0", "39adb77cc7addaba82b69fa9a433041c8288f3d9c773fa360162e3391dcf6a7b")

+ 1 - 0
packages/l/libnet/xmake.lua

@@ -1,6 +1,7 @@
 package("libnet")
     set_homepage("https://codedocs.xyz/libnet/libnet/")
     set_description("A portable framework for low-level network packet construction")
+    set_license("MIT")
 
     add_urls("https://github.com/libnet/libnet/releases/download/$(version).tar.gz", {version = function (version)
         return version .. "/libnet-" .. (version:gsub("v", ""))

+ 1 - 0
packages/l/libpeconv/xmake.lua

@@ -1,6 +1,7 @@
 package("libpeconv")
     set_homepage("https://hasherezade.github.io/libpeconv")
     set_description("A library to load, manipulate, dump PE files. See also: https://github.com/hasherezade/libpeconv_tpl")
+    set_license("BSD-2-Clause")
 
     add_urls("https://github.com/hasherezade/libpeconv.git")
     add_versions("2023.05.31", "709a9b40fa6420c6cd7aa1145b0ff1a154858358")

+ 1 - 0
packages/l/libredwg/xmake.lua

@@ -1,6 +1,7 @@
 package("libredwg")
     set_homepage("https://github.com/LibreDWG/libredwg")
     set_description("A library to allow reading data from a DWG file.")
+    set_license("GPL-3.0")
 
     add_urls("https://github.com/LibreDWG/libredwg.git")
     add_versions("0.13.3", "97c7225596c17430b82fd0161e7eff6beb5b1034")

+ 1 - 0
packages/l/libsvm/xmake.lua

@@ -2,6 +2,7 @@ package("libsvm")
 
     set_homepage("https://github.com/cjlin1/libsvm")
     set_description("A simple, easy-to-use, and efficient software for SVM classification and regression")
+    set_license("BSD-3-Clause")
 
     add_urls("https://github.com/cjlin1/libsvm/archive/refs/tags/$(version).tar.gz",
              "https://github.com/cjlin1/libsvm.git")

+ 1 - 0
packages/l/linenoise/xmake.lua

@@ -2,6 +2,7 @@ package("linenoise")
 
     set_homepage("https://github.com/antirez/linenoise")
     set_description("A small self-contained alternative to readline and libedit")
+    set_license("BSD-2-Clause")
 
     add_urls("https://github.com/antirez/linenoise.git")
 

+ 1 - 0
packages/l/linmath.h/xmake.lua

@@ -2,6 +2,7 @@ package("linmath.h")
     set_kind("library", {headeronly = true})
     set_homepage("https://github.com/datenwolf/linmath.h")
     set_description("a lean linear math library, aimed at graphics programming. Supports vec3, vec4, mat4x4 and quaternions")
+    set_license("WTFPL")
 
     add_urls("https://github.com/datenwolf/linmath.h.git")
     add_versions("2022.06.19", "3eef82841046507e16a0f6194a61cee2eadd34b3")

+ 1 - 0
packages/l/littlefs/xmake.lua

@@ -1,6 +1,7 @@
 package("littlefs")
     set_homepage("https://github.com/littlefs-project/littlefs")
     set_description("A little fail-safe filesystem designed for microcontrollers")
+    set_license("BSD-3-Clause")
 
     add_urls("https://github.com/littlefs-project/littlefs/archive/refs/tags/$(version).tar.gz",
              "https://github.com/littlefs-project/littlefs.git")

+ 1 - 0
packages/m/mdns/xmake.lua

@@ -2,6 +2,7 @@ package("mdns")
     set_kind("library", {headeronly = true})
     set_homepage("https://github.com/mjansson/mdns")
     set_description("Public domain mDNS/DNS-SD library in C")
+    set_license("Unlicense")
 
     add_urls("https://github.com/mjansson/mdns/archive/refs/tags/$(version).tar.gz",
              "https://github.com/mjansson/mdns.git")

+ 1 - 0
packages/m/mem/xmake.lua

@@ -3,6 +3,7 @@ package("mem")
     set_kind("library", {headeronly = true})
     set_homepage("https://github.com/0x1F9F1/mem")
     set_description("A collection of C++11 headers useful for reverse engineering")
+    set_license("MIT")
 
     add_urls("https://github.com/0x1F9F1/mem/archive/refs/tags/$(version).tar.gz",
              "https://github.com/0x1F9F1/mem.git")

+ 1 - 0
packages/m/meowhash/xmake.lua

@@ -3,6 +3,7 @@ package("meowhash")
     set_kind("library", {headeronly = true})
     set_homepage("https://mollyrocket.com/meowhash")
     set_description("Official version of the Meow hash, an extremely fast level 1 hash")
+    set_license("zlib")
 
     add_urls("https://github.com/cmuratori/meow_hash.git")
 

+ 1 - 0
packages/m/mman_win32/xmake.lua

@@ -1,6 +1,7 @@
 package("mman_win32")
     set_homepage("https://github.com/alitrack/mman-win32")
     set_description("mman library for Windows. mirror of https://code.google.com/p/mman-win32/")
+    set_license("MIT")
 
     add_urls("https://github.com/alitrack/mman-win32.git")
     add_versions("2019.10.11", "2d1c576e62b99e85d99407e1a88794c6e44c3310")

+ 1 - 0
packages/m/mongo-cxx-driver/xmake.lua

@@ -2,6 +2,7 @@ package("mongo-cxx-driver")
 
     set_homepage("https://github.com/mongodb/mongo-cxx-driver")
     set_description("mongodb c++ driver")
+    set_license("Apache-2.0")
 
     add_urls("https://github.com/mongodb/mongo-cxx-driver/archive/r$(version).zip")
     add_versions("3.6.6", "4413de483c5070b48dc5b5c8ee3e32c8e7a2b74b892fe2a55ef78fb758bc01e0")

+ 1 - 0
packages/m/mpmcqueue/xmake.lua

@@ -2,6 +2,7 @@ package("mpmcqueue")
     set_kind("library", {headeronly = true})
     set_homepage("https://github.com/rigtorp/MPMCQueue")
     set_description("A bounded multi-producer multi-consumer concurrent queue written in C++11")
+    set_license("MIT")
 
     add_urls("https://github.com/rigtorp/MPMCQueue/archive/refs/tags/$(version).tar.gz",
              "https://github.com/rigtorp/MPMCQueue.git")

+ 1 - 0
packages/m/mujs/xmake.lua

@@ -1,6 +1,7 @@
 package("mujs")
     set_homepage("http://mujs.com/")
     set_description("An embeddable Javascript interpreter in C.")
+    set_license("ISC")
 
     add_urls("https://mujs.com/downloads/mujs-$(version).tar.gz")
     add_urls("https://github.com/ccxvii/mujs/archive/refs/tags/$(version).tar.gz",

+ 1 - 0
packages/p/phnt/xmake.lua

@@ -3,6 +3,7 @@ package("phnt")
     set_kind("library", {headeronly = true})
     set_homepage("https://github.com/winsiderss/systeminformer")
     set_description("Native API header files for the System Informer project.")
+    set_license("MIT")
 
     set_urls("https://github.com/winsiderss/phnt.git")
     add_versions("2023.6.18", "7c1adb8a7391939dfd684f27a37e31f18d303944")

+ 1 - 0
packages/p/pprint/xmake.lua

@@ -2,6 +2,7 @@ package("pprint")
     set_kind("library", {headeronly = true})
     set_homepage("https://github.com/p-ranav/pprint")
     set_description("Pretty Printer for Modern C++")
+    set_license("MIT")
 
     add_urls("https://github.com/p-ranav/pprint.git")
 

+ 1 - 0
packages/r/rapidcsv/xmake.lua

@@ -3,6 +3,7 @@ package("rapidcsv")
     set_kind("library", {headeronly = true})
     set_homepage("https://github.com/d99kris/rapidcsv")
     set_description("C++ header-only library for CSV parsing (by d99kris)")
+    set_license("BSD-3-Clause")
 
     add_urls("https://github.com/d99kris/rapidcsv/archive/refs/tags/v$(version).zip")
     add_versions("8.83", "ca7e99a7229d50a8d7e59d77f31b53970579429c71bf05bc53729d15135c9b6f")

+ 1 - 0
packages/r/rest_rpc/xmake.lua

@@ -2,6 +2,7 @@ package("rest_rpc")
     set_kind("library", {headeronly = true})
     set_homepage("https://github.com/qicosmos/rest_rpc")
     set_description("c++11, high performance, cross platform, easy to use rpc framework.")
+    set_license("MIT")
 
     add_urls("https://github.com/qicosmos/rest_rpc.git")
     add_versions("2023.6.14", "8782f1d341e1dd18f9fe3a77b8335fd17a5ba585")

+ 1 - 0
packages/s/simde/xmake.lua

@@ -3,6 +3,7 @@ package("simde")
     set_kind("library", {headeronly = true})
     set_homepage("simd-everywhere.github.io/blog/")
     set_description("Implementations of SIMD instruction sets for systems which don't natively support them.")
+    set_license("MIT")
 
     set_urls("https://github.com/simd-everywhere/simde/releases/download/v$(version)/simde-amalgamated-$(version).tar.xz")
 

+ 1 - 0
packages/s/sqlpp11/xmake.lua

@@ -2,6 +2,7 @@ package("sqlpp11")
     set_kind("library", {headeronly = true})
     set_homepage("https://github.com/rbock/sqlpp11")
     set_description("A type safe SQL template library for C++")
+    set_license("BSD-2-Clause")
 
     add_urls("https://github.com/rbock/sqlpp11/archive/refs/tags/$(version).tar.gz",
              "https://github.com/rbock/sqlpp11.git")

+ 1 - 0
packages/s/srt/xmake.lua

@@ -2,6 +2,7 @@ package("srt")
 
     set_homepage("https://www.srtalliance.org/")
     set_description("Secure Reliable Transport (SRT) Protocol")
+    set_license("MPL-2.0")
 
     add_urls("https://github.com/Haivision/srt/archive/refs/tags/$(version).tar.gz",
              "https://github.com/Haivision/srt.git")

+ 1 - 0
packages/s/stackwalker/xmake.lua

@@ -2,6 +2,7 @@ package("stackwalker")
 
     set_homepage("https://github.com/JochenKalmbach/StackWalker")
     set_description("A library to walk the callstack in windows applications.")
+    set_license("BSD-2-Clause")
 
     set_urls("https://github.com/JochenKalmbach/StackWalker/archive/$(version).zip",
              "https://github.com/JochenKalmbach/StackWalker.git")

+ 1 - 0
packages/t/toml++/xmake.lua

@@ -2,6 +2,7 @@ package("toml++")
 
     set_homepage("https://marzer.github.io/tomlplusplus/")
     set_description("toml++ is a header-only TOML config file parser and serializer for C++17 (and later!).")
+    set_license("MIT")
 
     add_urls("https://github.com/marzer/tomlplusplus/archive/refs/tags/$(version).tar.gz",
              "https://github.com/marzer/tomlplusplus.git")

+ 1 - 0
packages/u/units/xmake.lua

@@ -2,6 +2,7 @@ package("units")
     set_kind("library", {headeronly = true})
     set_homepage("https://nholthaus.github.io/units/")
     set_description("A compile-time, header-only, dimensional analysis library built on c++14 with no dependencies.")
+    set_license("MIT")
 
     add_urls("https://github.com/nholthaus/units/archive/refs/tags/$(version).tar.gz", "https://github.com/nholthaus/units.git")
     add_versions("v2.3.3", "b1f3c1dd11afa2710a179563845ce79f13ebf0c8c090d6aa68465b18bd8bd5fc")