chore: explicitly mark licenses for script files part 1 (#6699)

This commit is contained in:
pajlada
2025-12-30 19:15:25 +01:00
committed by GitHub
parent b49fb258ce
commit 68d5a739a7
11 changed files with 46 additions and 3 deletions
+4
View File
@@ -1,5 +1,9 @@
#!/usr/bin/env bash
# SPDX-FileCopyrightText: 2024 kornes <https://github.com/kornes>
#
# SPDX-License-Identifier: CC0-1.0
dependencies="$(jq -r -c '.dependencies[] | if type == "string" then . else .name end' vcpkg.json)"
dependencies+=" openssl"
baseline="$(jq -r -c '."builtin-baseline"' vcpkg.json)"