--- a/scripts/install-debugclients.py Wed Jan 04 14:57:32 2023 +0100 +++ b/scripts/install-debugclients.py Wed Jan 04 14:59:40 2023 +0100 @@ -212,7 +212,7 @@ ) # copy the license file - shutilCopy(os.path.join(sourceDir, "docs", "LICENSE.GPL3"), targetDir) + shutilCopy(os.path.join(sourceDir, "docs", "LICENSE.txt"), targetDir) except OSError as msg: sys.stderr.write("Error: {0}\nTry install with admin rights.\n".format(msg))