'gam sync licenses' command, move licensing to separate file

This commit is contained in:
Jay Lee
2020-09-24 09:49:49 -04:00
parent 2ccc4a6932
commit 18bab4044e
3 changed files with 338 additions and 256 deletions

View File

@ -8,7 +8,7 @@ import platform
import re
GAM_AUTHOR = 'Jay Lee <jay0lee@gmail.com>'
GAM_VERSION = '5.20'
GAM_VERSION = '5.21'
GAM_LICENSE = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
GAM_URL = 'https://git.io/gam'