From bf3cce3d2918a574f8e8f67e258b233bae859b73 Mon Sep 17 00:00:00 2001 From: Connor Clark Date: Mon, 10 Mar 2025 12:56:31 -0700 Subject: [PATCH] misc(build): use current year for bundle license copyright header --- build/build-bundle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build-bundle.js b/build/build-bundle.js index 016281619fab..b3941b988bcc 100644 --- a/build/build-bundle.js +++ b/build/build-bundle.js @@ -62,7 +62,7 @@ const banner = ` * ${pkg.description} * * @homepage ${pkg.homepage} - * @author Copyright 2023 ${pkg.author} + * @author Copyright ${new Date().getFullYear()} ${pkg.author} * @license ${pkg.license} * * 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 of the License at http://www.apache.org/licenses/LICENSE-2.0