Ship a LICENSE file

This commit is contained in:
Andrew Eikum 2018-02-06 13:26:01 -06:00
parent de529b4d05
commit b272ddb88f
2 changed files with 11 additions and 0 deletions

10
LICENSE Normal file
View File

@ -0,0 +1,10 @@
This software contains Wine licensed under the LGPL 2.1, which is
Copyright (c) 1993-2018 the Wine project authors
Browse the source code for more information
https://github.com/ValveSoftware/wine/
The rest of this software is available under Steam's standard licensing,
included with your Steam client.

View File

@ -139,6 +139,7 @@ tar -C build/dist -c . | gzip -c -1 > dist/proton_dist.tar.gz
cp -a toolmanifest.vdf dist/
cp -a proton dist/
cp -a LICENSE dist/
date '+%s' > dist/version
echo "Proton ready in dist/"