star9029 1 год назад
Родитель
Сommit
99022980ea
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      packages/o/obfuscate/xmake.lua

+ 1 - 0
packages/o/obfuscate/xmake.lua

@@ -2,6 +2,7 @@ package("obfuscate")
     set_kind("library", {headeronly = true})
     set_kind("library", {headeronly = true})
     set_homepage("https://github.com/adamyaxley/Obfuscate")
     set_homepage("https://github.com/adamyaxley/Obfuscate")
     set_description("Guaranteed compile-time string literal obfuscation header-only library for C++14")
     set_description("Guaranteed compile-time string literal obfuscation header-only library for C++14")
+    set_license("Unlicense")
 
 
     add_urls("https://github.com/adamyaxley/Obfuscate.git")
     add_urls("https://github.com/adamyaxley/Obfuscate.git")
     add_versions("2024.02.11", "e65173d617983ce6b714c9ade5a6dbf3503c9a96")
     add_versions("2024.02.11", "e65173d617983ce6b714c9ade5a6dbf3503c9a96")