app: update copyright year to 2026

This commit is contained in:
David Lechner
2026-01-25 17:05:21 -06:00
parent 86e08e4c94
commit d629c225f0
+2 -2
View File
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
// Copyright (c) 2021-2023 The Pybricks Authors
// Copyright (c) 2021-2026 The Pybricks Authors
import docsPackage from '@pybricks/ide-docs/package.json';
// Definitions for compile-time UI settings.
@@ -49,7 +49,7 @@ export const pybricksUsbLinuxUdevRulesUrl =
'https://pybricks.com/projects/tutorials/dev/tools/linux/';
/** Pybricks copyright statement. */
export const pybricksCopyright = 'Copyright (c) 2020-2023 The Pybricks Authors';
export const pybricksCopyright = 'Copyright (c) 2020-2026 The Pybricks Authors';
/** The LEGO name with registered trademark symbol. */
export const legoRegisteredTrademark = 'LEGO®';