From 14204a677ad23ba847b751234446d663da57ee42 Mon Sep 17 00:00:00 2001 From: Edward McFarlane <3036610+emcfarlane@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:55:39 -0500 Subject: [PATCH] Update license year range (#84) Update license year range to include 2025. --- LICENSE | 2 +- dist/index.js | 12 ++++++------ eslint.config.mjs | 2 +- package.json | 2 +- src/comment.ts | 2 +- src/config.ts | 2 +- src/inputs.ts | 2 +- src/installer.ts | 2 +- src/main.ts | 2 +- src/outputs.ts | 2 +- 10 files changed, 15 insertions(+), 15 deletions(-) diff --git a/LICENSE b/LICENSE index 1040748..1d56d56 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2024 Buf Technologies, Inc. + Copyright 2024-2025 Buf Technologies, Inc. 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/dist/index.js b/dist/index.js index 2f48abb..517c6ab 100644 --- a/dist/index.js +++ b/dist/index.js @@ -45372,7 +45372,7 @@ const LabelService = { // EXTERNAL MODULE: ./node_modules/parse-diff/index.js var parse_diff = __nccwpck_require__(4833); ;// CONCATENATED MODULE: ./src/inputs.ts -// Copyright 2024 Buf Technologies, Inc. +// Copyright 2024-2025 Buf Technologies, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -45445,7 +45445,7 @@ function getEnv(name) { } ;// CONCATENATED MODULE: ./src/outputs.ts -// Copyright 2024 Buf Technologies, Inc. +// Copyright 2024-2025 Buf Technologies, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -45469,7 +45469,7 @@ var tool_cache = __nccwpck_require__(7784); // EXTERNAL MODULE: ./node_modules/semver/index.js var semver = __nccwpck_require__(1383); ;// CONCATENATED MODULE: ./src/installer.ts -// Copyright 2024 Buf Technologies, Inc. +// Copyright 2024-2025 Buf Technologies, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -45589,7 +45589,7 @@ async function downloadBuf(version) { } ;// CONCATENATED MODULE: ./src/comment.ts -// Copyright 2024 Buf Technologies, Inc. +// Copyright 2024-2025 Buf Technologies, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -45669,7 +45669,7 @@ async function commentOnPR(context, github, commentID, body) { } ;// CONCATENATED MODULE: ./src/config.ts -// Copyright 2024 Buf Technologies, Inc. +// Copyright 2024-2025 Buf Technologies, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -45713,7 +45713,7 @@ function parseModuleName(moduleName) { } ;// CONCATENATED MODULE: ./src/main.ts -// Copyright 2024 Buf Technologies, Inc. +// Copyright 2024-2025 Buf Technologies, Inc. // // 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/eslint.config.mjs b/eslint.config.mjs index 0c6fd0a..e1902f0 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -1,4 +1,4 @@ -// Copyright 2024 Buf Technologies, Inc. +// Copyright 2024-2025 Buf Technologies, Inc. // // 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/package.json b/package.json index 92897dc..e321dcf 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "license": "Apache-2.0", "licenseHeader": { "licenseType": "apache", - "yearRange": "2024", + "yearRange": "2024-2025", "copyrightHolder": "Buf Technologies, Inc." }, "devDependencies": { diff --git a/src/comment.ts b/src/comment.ts index 73c93e0..02259fc 100644 --- a/src/comment.ts +++ b/src/comment.ts @@ -1,4 +1,4 @@ -// Copyright 2024 Buf Technologies, Inc. +// Copyright 2024-2025 Buf Technologies, Inc. // // 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/src/config.ts b/src/config.ts index 37ed6f3..c4b2128 100644 --- a/src/config.ts +++ b/src/config.ts @@ -1,4 +1,4 @@ -// Copyright 2024 Buf Technologies, Inc. +// Copyright 2024-2025 Buf Technologies, Inc. // // 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/src/inputs.ts b/src/inputs.ts index 70dcbfb..c5a802e 100644 --- a/src/inputs.ts +++ b/src/inputs.ts @@ -1,4 +1,4 @@ -// Copyright 2024 Buf Technologies, Inc. +// Copyright 2024-2025 Buf Technologies, Inc. // // 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/src/installer.ts b/src/installer.ts index ea22dd6..52e1a58 100644 --- a/src/installer.ts +++ b/src/installer.ts @@ -1,4 +1,4 @@ -// Copyright 2024 Buf Technologies, Inc. +// Copyright 2024-2025 Buf Technologies, Inc. // // 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/src/main.ts b/src/main.ts index bcd93c3..1e0cd07 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1,4 +1,4 @@ -// Copyright 2024 Buf Technologies, Inc. +// Copyright 2024-2025 Buf Technologies, Inc. // // 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/src/outputs.ts b/src/outputs.ts index 28650af..232ffbd 100644 --- a/src/outputs.ts +++ b/src/outputs.ts @@ -1,4 +1,4 @@ -// Copyright 2024 Buf Technologies, Inc. +// Copyright 2024-2025 Buf Technologies, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.