From 6523982f148499378e71873e37c8f180640fd831 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Mon, 10 Oct 2022 15:02:36 +0200 Subject: [PATCH] Clarify source and license on msvc script. --- msvc_build_libraries.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/msvc_build_libraries.py b/msvc_build_libraries.py index f62064f05..f1c1480d1 100755 --- a/msvc_build_libraries.py +++ b/msvc_build_libraries.py @@ -1,4 +1,9 @@ #!/usr/bin/env python3 + +# Script based on https://gist.github.com/mmozeiko/7f3162ec2988e81e56d5c4e22cde9977 +# by Mārtiņš Možeiko. +# Changes and additions to the gist are licensed under the CC0 License. + import platform import io import os