File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
99Permission is hereby granted, free of charge, to any person obtaining a copy
1010of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments