0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-14 09:38:34 +00:00

packaging(windows): use local copy of GPL-3 ()

This commit is contained in:
Ilya Mashchenko 2025-01-16 16:36:40 +02:00 committed by GitHub
parent 8649e9daea
commit 2f8a5872a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ fi
${GITHUB_ACTIONS+echo "::group::Licenses"}
if [ ! -f "/gpl-3.0.txt" ]; then
curl -o /gpl-3.0.txt "https://www.gnu.org/licenses/gpl-3.0.txt"
cp "${repo_root}/LICENSE" /gpl-3.0.txt
fi
if [ ! -f "/cloud.txt" ]; then