Skip to content

Commit d7d1d96

Browse files
committed
build: update year in copyright statement
Signed-off-by: Phil Adams <[email protected]>
1 parent 179df5a commit d7d1d96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
2-
* Copyright 2017 - 2023 IBM Corporation.
2+
* Copyright 2017 - 2025 IBM Corporation.
33
* SPDX-License-Identifier: Apache2.0
44
*/
55

66
const getVersionString = require('./get-version-string');
77

88
module.exports = function () {
9-
return `IBM OpenAPI Validator (${getVersionString()}), @Copyright IBM Corporation 2017, 2024.`;
9+
return `IBM OpenAPI Validator (${getVersionString()}), @Copyright IBM Corporation 2017, 2025.`;
1010
};

0 commit comments

Comments
 (0)