Skip to content

Commit 0a70d7e

Browse files
committed
Update year for license
1 parent 2de401a commit 0a70d7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Duktape license
44

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

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

99
Permission is hereby granted, free of charge, to any person obtaining a copy
1010
of this software and associated documentation files (the "Software"), to deal

util/create_spdx_license.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def main():
143143
creation_date = Literal(now.isoformat() + 'Z', datatype=XSD.dateTime)
144144
duktape_org = Literal('Organization: duktape.org')
145145
mit_license = URIRef('http://spdx.org/licenses/MIT')
146-
duktape_copyright = Literal('Copyright 2013-2016 Duktape authors (see AUTHORS.rst in the Duktape distributable)')
146+
duktape_copyright = Literal('Copyright 2013-2017 Duktape authors (see AUTHORS.rst in the Duktape distributable)')
147147

148148
g = rdflib.Graph()
149149

0 commit comments

Comments
 (0)