Skip to content

Commit d629c22

Browse files
committed
app: update copyright year to 2026
1 parent 86e08e4 commit d629c22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright (c) 2021-2023 The Pybricks Authors
2+
// Copyright (c) 2021-2026 The Pybricks Authors
33
import docsPackage from '@pybricks/ide-docs/package.json';
44

55
// Definitions for compile-time UI settings.
@@ -49,7 +49,7 @@ export const pybricksUsbLinuxUdevRulesUrl =
4949
'https://pybricks.com/projects/tutorials/dev/tools/linux/';
5050

5151
/** Pybricks copyright statement. */
52-
export const pybricksCopyright = 'Copyright (c) 2020-2023 The Pybricks Authors';
52+
export const pybricksCopyright = 'Copyright (c) 2020-2026 The Pybricks Authors';
5353

5454
/** The LEGO name with registered trademark symbol. */
5555
export const legoRegisteredTrademark = 'LEGO®';

0 commit comments

Comments
 (0)