From 9bdbb15b7e817922f855538ac4217e686d8d8876 Mon Sep 17 00:00:00 2001 From: apocelipes Date: Sun, 4 Aug 2024 18:58:14 +0800 Subject: [PATCH] Add missing licenses (#4843) Add licenses to some packages. Only well-known licenses were added (GPL, MIT, BSD, etc.); custom licenses were not. --- packages/c/cgetopt/xmake.lua | 1 + packages/c/cli/xmake.lua | 1 + packages/c/cosmocc/xmake.lua | 1 + packages/c/cpp-lazy/xmake.lua | 1 + packages/c/cutlass/xmake.lua | 1 + packages/d/daw_header_libraries/xmake.lua | 1 + packages/d/debugbreak/xmake.lua | 1 + packages/d/doctest/xmake.lua | 1 + packages/d/dynareadout/xmake.lua | 1 + packages/e/expresscpp/xmake.lua | 1 + packages/f/faac/xmake.lua | 1 + packages/f/functionalplus/xmake.lua | 1 + packages/h/handy/xmake.lua | 1 + packages/h/highfive/xmake.lua | 1 + packages/h/hopscotch-map/xmake.lua | 1 + packages/i/icbc/xmake.lua | 1 + packages/i/inja/xmake.lua | 1 + packages/j/jsmn/xmake.lua | 1 + packages/j/jsoncons/xmake.lua | 1 + packages/k/kcp/xmake.lua | 1 + packages/l/leveldb/xmake.lua | 1 + packages/l/lexy/xmake.lua | 1 + packages/l/libaco/xmake.lua | 1 + packages/l/libfiber/xmake.lua | 1 + packages/l/libfswatch/xmake.lua | 1 + packages/l/libhv/xmake.lua | 1 + packages/l/libnet/xmake.lua | 1 + packages/l/libpeconv/xmake.lua | 1 + packages/l/libredwg/xmake.lua | 1 + packages/l/libsvm/xmake.lua | 1 + packages/l/linenoise/xmake.lua | 1 + packages/l/linmath.h/xmake.lua | 1 + packages/l/littlefs/xmake.lua | 1 + packages/m/mdns/xmake.lua | 1 + packages/m/mem/xmake.lua | 1 + packages/m/meowhash/xmake.lua | 1 + packages/m/mman_win32/xmake.lua | 1 + packages/m/mongo-cxx-driver/xmake.lua | 1 + packages/m/mpmcqueue/xmake.lua | 1 + packages/m/mujs/xmake.lua | 1 + packages/p/phnt/xmake.lua | 1 + packages/p/pprint/xmake.lua | 1 + packages/r/rapidcsv/xmake.lua | 1 + packages/r/rest_rpc/xmake.lua | 1 + packages/s/simde/xmake.lua | 1 + packages/s/sqlpp11/xmake.lua | 1 + packages/s/srt/xmake.lua | 1 + packages/s/stackwalker/xmake.lua | 1 + packages/t/toml++/xmake.lua | 1 + packages/u/units/xmake.lua | 1 + 50 files changed, 50 insertions(+) diff --git a/packages/c/cgetopt/xmake.lua b/packages/c/cgetopt/xmake.lua index dbcd0f31c..c419ab043 100644 --- a/packages/c/cgetopt/xmake.lua +++ b/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") diff --git a/packages/c/cli/xmake.lua b/packages/c/cli/xmake.lua index e46d36e35..f9d06bbc3 100644 --- a/packages/c/cli/xmake.lua +++ b/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") diff --git a/packages/c/cosmocc/xmake.lua b/packages/c/cosmocc/xmake.lua index e6fbe6f21..63f705674 100644 --- a/packages/c/cosmocc/xmake.lua +++ b/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") diff --git a/packages/c/cpp-lazy/xmake.lua b/packages/c/cpp-lazy/xmake.lua index 1eea636c4..c63ef4642 100644 --- a/packages/c/cpp-lazy/xmake.lua +++ b/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") diff --git a/packages/c/cutlass/xmake.lua b/packages/c/cutlass/xmake.lua index fee32bc04..07aa5639f 100644 --- a/packages/c/cutlass/xmake.lua +++ b/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") diff --git a/packages/d/daw_header_libraries/xmake.lua b/packages/d/daw_header_libraries/xmake.lua index 841f6ba37..31558c5ac 100644 --- a/packages/d/daw_header_libraries/xmake.lua +++ b/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") diff --git a/packages/d/debugbreak/xmake.lua b/packages/d/debugbreak/xmake.lua index f7c166b02..8217d61df 100644 --- a/packages/d/debugbreak/xmake.lua +++ b/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") diff --git a/packages/d/doctest/xmake.lua b/packages/d/doctest/xmake.lua index d58f67f6f..ebf47abae 100644 --- a/packages/d/doctest/xmake.lua +++ b/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", diff --git a/packages/d/dynareadout/xmake.lua b/packages/d/dynareadout/xmake.lua index e252284cb..4242c0425 100644 --- a/packages/d/dynareadout/xmake.lua +++ b/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") diff --git a/packages/e/expresscpp/xmake.lua b/packages/e/expresscpp/xmake.lua index 18f0ba438..842b3eea9 100644 --- a/packages/e/expresscpp/xmake.lua +++ b/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") diff --git a/packages/f/faac/xmake.lua b/packages/f/faac/xmake.lua index 70b0b680c..631425969 100644 --- a/packages/f/faac/xmake.lua +++ b/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("%.", "_") diff --git a/packages/f/functionalplus/xmake.lua b/packages/f/functionalplus/xmake.lua index 8295bc633..a245484d9 100644 --- a/packages/f/functionalplus/xmake.lua +++ b/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") diff --git a/packages/h/handy/xmake.lua b/packages/h/handy/xmake.lua index bbd600920..d7366abef 100644 --- a/packages/h/handy/xmake.lua +++ b/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") diff --git a/packages/h/highfive/xmake.lua b/packages/h/highfive/xmake.lua index e7209bab0..bb3c01249 100644 --- a/packages/h/highfive/xmake.lua +++ b/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") diff --git a/packages/h/hopscotch-map/xmake.lua b/packages/h/hopscotch-map/xmake.lua index 84bed9fc0..55bee216b 100644 --- a/packages/h/hopscotch-map/xmake.lua +++ b/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") diff --git a/packages/i/icbc/xmake.lua b/packages/i/icbc/xmake.lua index 853238997..22ee8bb9f 100644 --- a/packages/i/icbc/xmake.lua +++ b/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") diff --git a/packages/i/inja/xmake.lua b/packages/i/inja/xmake.lua index 352322fb4..7f0bf3482 100644 --- a/packages/i/inja/xmake.lua +++ b/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") diff --git a/packages/j/jsmn/xmake.lua b/packages/j/jsmn/xmake.lua index f4dc5e0f4..6335cb5e0 100644 --- a/packages/j/jsmn/xmake.lua +++ b/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") diff --git a/packages/j/jsoncons/xmake.lua b/packages/j/jsoncons/xmake.lua index e9d9ad6cc..c381f2390 100644 --- a/packages/j/jsoncons/xmake.lua +++ b/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") diff --git a/packages/k/kcp/xmake.lua b/packages/k/kcp/xmake.lua index 6b8fbaec5..0589eeef2 100644 --- a/packages/k/kcp/xmake.lua +++ b/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") diff --git a/packages/l/leveldb/xmake.lua b/packages/l/leveldb/xmake.lua index af891d85b..0e6d865af 100644 --- a/packages/l/leveldb/xmake.lua +++ b/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") diff --git a/packages/l/lexy/xmake.lua b/packages/l/lexy/xmake.lua index bf8fb57ce..9c7100702 100644 --- a/packages/l/lexy/xmake.lua +++ b/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") diff --git a/packages/l/libaco/xmake.lua b/packages/l/libaco/xmake.lua index ca9c55bd5..97a827393 100644 --- a/packages/l/libaco/xmake.lua +++ b/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") diff --git a/packages/l/libfiber/xmake.lua b/packages/l/libfiber/xmake.lua index f792a74f5..ee052ce59 100644 --- a/packages/l/libfiber/xmake.lua +++ b/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("%+", ".") diff --git a/packages/l/libfswatch/xmake.lua b/packages/l/libfswatch/xmake.lua index 32e0160ea..c7a15b8df 100644 --- a/packages/l/libfswatch/xmake.lua +++ b/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") diff --git a/packages/l/libhv/xmake.lua b/packages/l/libhv/xmake.lua index 530b428a9..71ba302e9 100644 --- a/packages/l/libhv/xmake.lua +++ b/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") diff --git a/packages/l/libnet/xmake.lua b/packages/l/libnet/xmake.lua index b4d37632b..d575bb3e1 100644 --- a/packages/l/libnet/xmake.lua +++ b/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", "")) diff --git a/packages/l/libpeconv/xmake.lua b/packages/l/libpeconv/xmake.lua index aa1d02be7..8b8bed506 100644 --- a/packages/l/libpeconv/xmake.lua +++ b/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") diff --git a/packages/l/libredwg/xmake.lua b/packages/l/libredwg/xmake.lua index 9e20e3a9d..c7d354819 100644 --- a/packages/l/libredwg/xmake.lua +++ b/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") diff --git a/packages/l/libsvm/xmake.lua b/packages/l/libsvm/xmake.lua index 7606638b5..54e9bfe3d 100644 --- a/packages/l/libsvm/xmake.lua +++ b/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") diff --git a/packages/l/linenoise/xmake.lua b/packages/l/linenoise/xmake.lua index 8b4b4f236..391d53566 100644 --- a/packages/l/linenoise/xmake.lua +++ b/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") diff --git a/packages/l/linmath.h/xmake.lua b/packages/l/linmath.h/xmake.lua index 62664c41c..58a764124 100644 --- a/packages/l/linmath.h/xmake.lua +++ b/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") diff --git a/packages/l/littlefs/xmake.lua b/packages/l/littlefs/xmake.lua index 5a543632d..9b53c804b 100644 --- a/packages/l/littlefs/xmake.lua +++ b/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") diff --git a/packages/m/mdns/xmake.lua b/packages/m/mdns/xmake.lua index 6b038ca08..c922cfd9b 100644 --- a/packages/m/mdns/xmake.lua +++ b/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") diff --git a/packages/m/mem/xmake.lua b/packages/m/mem/xmake.lua index 408d73d11..abbc81bac 100644 --- a/packages/m/mem/xmake.lua +++ b/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") diff --git a/packages/m/meowhash/xmake.lua b/packages/m/meowhash/xmake.lua index 91ce01a7a..02ae2a004 100644 --- a/packages/m/meowhash/xmake.lua +++ b/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") diff --git a/packages/m/mman_win32/xmake.lua b/packages/m/mman_win32/xmake.lua index d561c0aa0..d43c45675 100644 --- a/packages/m/mman_win32/xmake.lua +++ b/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") diff --git a/packages/m/mongo-cxx-driver/xmake.lua b/packages/m/mongo-cxx-driver/xmake.lua index 182903ca4..59c7d1646 100644 --- a/packages/m/mongo-cxx-driver/xmake.lua +++ b/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") diff --git a/packages/m/mpmcqueue/xmake.lua b/packages/m/mpmcqueue/xmake.lua index b23a5cfa1..c3334a488 100644 --- a/packages/m/mpmcqueue/xmake.lua +++ b/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") diff --git a/packages/m/mujs/xmake.lua b/packages/m/mujs/xmake.lua index 11c760551..efd360701 100644 --- a/packages/m/mujs/xmake.lua +++ b/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", diff --git a/packages/p/phnt/xmake.lua b/packages/p/phnt/xmake.lua index 82f3e057a..441907cfc 100644 --- a/packages/p/phnt/xmake.lua +++ b/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") diff --git a/packages/p/pprint/xmake.lua b/packages/p/pprint/xmake.lua index e02f92e72..047a3b8ba 100644 --- a/packages/p/pprint/xmake.lua +++ b/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") diff --git a/packages/r/rapidcsv/xmake.lua b/packages/r/rapidcsv/xmake.lua index c2a170a89..63403ef9f 100644 --- a/packages/r/rapidcsv/xmake.lua +++ b/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") diff --git a/packages/r/rest_rpc/xmake.lua b/packages/r/rest_rpc/xmake.lua index 741b808e5..a5b7ede88 100644 --- a/packages/r/rest_rpc/xmake.lua +++ b/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") diff --git a/packages/s/simde/xmake.lua b/packages/s/simde/xmake.lua index ad8811f9e..de6f0c890 100644 --- a/packages/s/simde/xmake.lua +++ b/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") diff --git a/packages/s/sqlpp11/xmake.lua b/packages/s/sqlpp11/xmake.lua index 1fb3fd738..c3ddd5108 100644 --- a/packages/s/sqlpp11/xmake.lua +++ b/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") diff --git a/packages/s/srt/xmake.lua b/packages/s/srt/xmake.lua index efe6dc3ca..abaecd171 100644 --- a/packages/s/srt/xmake.lua +++ b/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") diff --git a/packages/s/stackwalker/xmake.lua b/packages/s/stackwalker/xmake.lua index f814c727a..f75aa09ff 100644 --- a/packages/s/stackwalker/xmake.lua +++ b/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") diff --git a/packages/t/toml++/xmake.lua b/packages/t/toml++/xmake.lua index 9e6ff0a4a..b3b45fab0 100644 --- a/packages/t/toml++/xmake.lua +++ b/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") diff --git a/packages/u/units/xmake.lua b/packages/u/units/xmake.lua index 213ee4f5d..44a68809e 100644 --- a/packages/u/units/xmake.lua +++ b/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")