Browse Source

Fix license.spdx year range

pull/464/head
Sami Vaarala 9 years ago
parent
commit
ec02cd7b70
  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)
duktape_org = Literal('Organization: duktape.org')
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()

Loading…
Cancel
Save