Browse Source

Merge pull request #464 from svaarala/fix-license-spdx-year

Fix license.spdx year range
pull/401/merge
Sami Vaarala 9 years ago
parent
commit
7f5d1df74e
  1. 2
      util/create_spdx_license.py

2
util/create_spdx_license.py

@ -143,7 +143,7 @@ def main():
creation_date = Literal(now.isoformat() + 'Z', datatype=XSD.dateTime) creation_date = Literal(now.isoformat() + 'Z', datatype=XSD.dateTime)
duktape_org = Literal('Organization: duktape.org') duktape_org = Literal('Organization: duktape.org')
mit_license = URIRef('http://spdx.org/licenses/MIT') mit_license = URIRef('http://spdx.org/licenses/MIT')
duktape_copyright = Literal('Copyright 2013-2014 Duktape authors (see AUTHORS.rst in the Duktape distributable)') duktape_copyright = Literal('Copyright 2013-2015 Duktape authors (see AUTHORS.rst in the Duktape distributable)')
g = rdflib.Graph() g = rdflib.Graph()

Loading…
Cancel
Save