소스 검색

csvparser: add licenses (#4993)

apocelipes 1 년 전
부모
커밋
5c0a8a9ee4
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      packages/c/csvparser/xmake.lua

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

@@ -2,6 +2,7 @@ package("csvparser")
     set_kind("library", { headeronly = true })
     set_homepage("https://github.com/vincentlaucsb/csv-parser")
     set_description("A modern C++ library for reading, writing, and analyzing CSV (and similar) files (by vincentlaucsb)")
+    set_license("MIT")
 
     add_urls("https://github.com/vincentlaucsb/csv-parser/archive/refs/tags/$(version).zip")
     add_versions("2.3.0", "17eb8e1a4f2f8cdc6679329e4626de608bb33a830d5614184a21b5d8838bbbb0")