From 18b70e5d9454c28551b020d58428ce2d90243854 Mon Sep 17 00:00:00 2001 From: apocelipes Date: Sun, 4 Aug 2024 18:16:59 +0800 Subject: [PATCH] Add missing licenses 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 dbcd0f31cc3..c419ab043e1 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 e46d36e3552..f9d06bbc3d5 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 e6fbe6f2119..63f705674ed 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 1eea636c4c5..c63ef4642fd 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 fee32bc04ee..07aa5639f77 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 841f6ba377c..31558c5ac4f 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 f7c166b02fb..8217d61df5d 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 d58f67f6fb4..ebf47abae70 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 e252284cb7e..4242c042526 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 18f0ba4384e..842b3eea9d7 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 70b0b680c56..6314259695d 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 8295bc6339b..a245484d94d 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 bbd600920c3..d7366abef87 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 e7209bab037..bb3c01249bd 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 84bed9fc035..55bee216bff 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 853238997cd..22ee8bb9f17 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 352322fb492..7f0bf3482e1 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 f4dc5e0f4ac..6335cb5e088 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 e9d9ad6cc2b..c381f23900f 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 6b8fbaec51c..0589eeef2c6 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 af891d85bb9..0e6d865afbd 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 bf8fb57ce5c..9c7100702dd 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 ca9c55bd578..97a827393e0 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 f792a74f583..ee052ce5994 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 32e0160eae6..c7a15b8df09 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 530b428a9c7..71ba302e90f 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 b4d37632b85..d575bb3e19c 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 aa1d02be7af..8b8bed50685 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 9e20e3a9d3d..c7d35481904 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 7606638b58f..54e9bfe3db2 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 8b4b4f236a8..391d5356600 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 62664c41ce6..58a764124da 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 5a543632d08..9b53c804beb 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 6b038ca08bf..c922cfd9b65 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 408d73d111c..abbc81bac95 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 91ce01a7ad8..02ae2a0047e 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 d561c0aa0a7..d43c45675f7 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 182903ca4ba..59c7d1646cf 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 b23a5cfa1a2..c3334a48899 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 11c760551cc..efd360701c1 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 82f3e057a17..441907cfc73 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 e02f92e7234..047a3b8ba14 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 c2a170a893c..63403ef9f9e 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 741b808e543..a5b7ede882c 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 ad8811f9e46..de6f0c89020 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 1fb3fd738a8..c3ddd51088c 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 efe6dc3ca22..abaecd171d4 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 f814c727aa6..f75aa09fffc 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 9e6ff0a4a92..b3b45fab0f6 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 213ee4f5d40..44a68809e52 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")