From 29abd1701b354e215cdeb8ef9dda57dfa16c78ee Mon Sep 17 00:00:00 2001 From: Jos de Jong Date: Mon, 6 Jan 2025 09:31:00 +0100 Subject: [PATCH] chore: 2024 to 2025 --- NOTICE | 2 +- README.md | 4 ++-- bin/cli.js | 2 +- src/header.js | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NOTICE b/NOTICE index 8aa6f0d286..5bd34279c2 100644 --- a/NOTICE +++ b/NOTICE @@ -1,7 +1,7 @@ math.js https://github.com/josdejong/mathjs -Copyright (C) 2013-2024 Jos de Jong +Copyright (C) 2013-2025 Jos de Jong Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 043e1b8515..f4d61c44a9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Math.js is an extensive math library for JavaScript and Node.js. It features a f [![Version](https://img.shields.io/npm/v/mathjs.svg)](https://www.npmjs.com/package/mathjs) [![Downloads](https://img.shields.io/npm/dm/mathjs.svg)](https://www.npmjs.com/package/mathjs) [![Build Status](https://github.com/josdejong/mathjs/workflows/Node.js%20CI/badge.svg)](https://github.com/josdejong/mathjs/actions) -[![Maintenance](https://img.shields.io/maintenance/yes/2024.svg)](https://github.com/josdejong/mathjs/graphs/commit-activity) +[![Maintenance](https://img.shields.io/maintenance/yes/2025.svg)](https://github.com/josdejong/mathjs/graphs/commit-activity) [![License](https://img.shields.io/github/license/josdejong/mathjs.svg)](https://github.com/josdejong/mathjs/blob/master/LICENSE) [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fjosdejong%2Fmathjs.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fjosdejong%2Fmathjs?ref=badge_shield) [![Codecov](https://codecov.io/gh/josdejong/mathjs/branch/develop/graph/badge.svg)](https://codecov.io/gh/josdejong/mathjs) @@ -202,7 +202,7 @@ Thanks, GitHub Actions and LambdaTest for the generous free hosting of this open mathjs is published under the Apache 2.0 license: ``` -Copyright (C) 2013-2024 Jos de Jong +Copyright (C) 2013-2025 Jos de Jong Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/bin/cli.js b/bin/cli.js index 6d31390894..fb9d64edc0 100755 --- a/bin/cli.js +++ b/bin/cli.js @@ -30,7 +30,7 @@ * cat script.txt | mathjs > results.txt Run input stream, output to file * * @license - * Copyright (C) 2013-2024 Jos de Jong + * Copyright (C) 2013-2025 Jos de Jong * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy diff --git a/src/header.js b/src/header.js index fbeb900bf9..75010e812c 100644 --- a/src/header.js +++ b/src/header.js @@ -10,7 +10,7 @@ * @date @@date * * @license - * Copyright (C) 2013-2024 Jos de Jong + * Copyright (C) 2013-2025 Jos de Jong * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy