Allow license files to use different symbols for comments

This commit is contained in:
Adam J. Stewart
2016-04-05 11:00:55 -05:00
parent b63d11d5b0
commit 6906911e85
3 changed files with 56 additions and 30 deletions

View File

@@ -27,6 +27,7 @@ class Pgi(Package):
# Licensing
license_required = True
license_comment = '#'
license_files = ['license.dat']
license_vars = ['PGROUPD_LICENSE_FILE', 'LM_LICENSE_FILE']
license_url = 'http://www.pgroup.com/doc/pgiinstall.pdf'