Move the licenses around a bit, potentially structuring for Valve

to drop in a top level license file.
This commit is contained in:
Jeremy White 2018-04-04 12:42:15 -05:00 committed by Andrew Eikum
parent 9de9024a30
commit 2aa231df0f
5 changed files with 15 additions and 2 deletions

12
LICENSE Normal file
View File

@ -0,0 +1,12 @@
Copyright (c) 2018, Valve Corporation
All rights reserved.
Redistribution and use of Proton in source and binary forms is governed
by a variety of licenses.
Refer to the contents of LICENCE.proton for the license for the top
level contents of the Proton project.
Proton uses a variety of other software, each of which is governed
by its own license. Those licenses are contained in a file named
LICENSE at the top of each directory.

1
LICENSE.proton Normal file
View File

@ -0,0 +1 @@
TODO - Valve to provide a license for Proton itself. Similar to openvr license?

View File

@ -491,9 +491,9 @@ if [ "$PACKAGE" = true ]; then
cp -a filelock.py dist/
cp -a proton dist/
if [ "$PLATFORM" == "Darwin" ]; then
cp -a LICENSE.osx dist/LICENSE
cp -a dist.LICENSE.osx dist/LICENSE
else
cp -a LICENSE.lin dist/LICENSE
cp -a dist.LICENSE.lin dist/LICENSE
fi
date '+%s' > dist/version