Skip to content

Commit fcd4633

Browse files
authored
Update license year and copyright holders (chartjs#5053)
1 parent 9874a75 commit fcd4633

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2013-2017 Nick Downie
3+
Copyright (c) 2018 Chart.js Contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var header = "/*!\n" +
2929
" * http://chartjs.org/\n" +
3030
" * Version: {{ version }}\n" +
3131
" *\n" +
32-
" * Copyright 2017 Nick Downie\n" +
32+
" * Copyright " + (new Date().getFullYear()) + " Chart.js Contributors\n" +
3333
" * Released under the MIT license\n" +
3434
" * https://github.com/chartjs/Chart.js/blob/master/LICENSE.md\n" +
3535
" */\n";

0 commit comments

Comments
 (0)