Skip to content

Commit

Permalink
Update year for license
Browse files Browse the repository at this point in the history
  • Loading branch information
svaarala committed Aug 2, 2017
1 parent 2de401a commit 0a70d7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Duktape license

(http://opensource.org/licenses/MIT)

Copyright (c) 2013-2016 by Duktape authors (see AUTHORS.rst)
Copyright (c) 2013-2017 by Duktape authors (see AUTHORS.rst)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion util/create_spdx_license.py
Original file line number Diff line number Diff line change
Expand Up @@ -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-2016 Duktape authors (see AUTHORS.rst in the Duktape distributable)')
duktape_copyright = Literal('Copyright 2013-2017 Duktape authors (see AUTHORS.rst in the Duktape distributable)')

g = rdflib.Graph()

Expand Down

0 comments on commit 0a70d7e

Please sign in to comment.