Skip to content

Commit 83ce3cb

Browse files
committed
docs: update copyright year to 2026
1 parent be1f0e4 commit 83ce3cb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
math.js
22
https://github.com/josdejong/mathjs
33

4-
Copyright (C) 2013-2025 Jos de Jong <wjosdejong@gmail.com>
4+
Copyright (C) 2013-2026 Jos de Jong <wjosdejong@gmail.com>
55

66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Thanks, GitHub Actions and LambdaTest for the generous free hosting of this open
202202
mathjs is published under the Apache 2.0 license:
203203

204204
```
205-
Copyright (C) 2013-2025 Jos de Jong <wjosdejong@gmail.com>
205+
Copyright (C) 2013-2026 Jos de Jong <wjosdejong@gmail.com>
206206
207207
Licensed under the Apache License, Version 2.0 (the "License");
208208
you may not use this file except in compliance with the License.

bin/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* cat script.txt | mathjs > results.txt Run input stream, output to file
3131
*
3232
* @license
33-
* Copyright (C) 2013-2025 Jos de Jong <wjosdejong@gmail.com>
33+
* Copyright (C) 2013-2026 Jos de Jong <wjosdejong@gmail.com>
3434
*
3535
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
3636
* use this file except in compliance with the License. You may obtain a copy

src/header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @date @@date
1111
*
1212
* @license
13-
* Copyright (C) 2013-2025 Jos de Jong <wjosdejong@gmail.com>
13+
* Copyright (C) 2013-2026 Jos de Jong <wjosdejong@gmail.com>
1414
*
1515
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
1616
* use this file except in compliance with the License. You may obtain a copy

0 commit comments

Comments
 (0)