We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e08e4 commit d629c22Copy full SHA for d629c22
src/app/constants.ts
@@ -1,5 +1,5 @@
1
// SPDX-License-Identifier: MIT
2
-// Copyright (c) 2021-2023 The Pybricks Authors
+// Copyright (c) 2021-2026 The Pybricks Authors
3
import docsPackage from '@pybricks/ide-docs/package.json';
4
5
// Definitions for compile-time UI settings.
@@ -49,7 +49,7 @@ export const pybricksUsbLinuxUdevRulesUrl =
49
'https://pybricks.com/projects/tutorials/dev/tools/linux/';
50
51
/** Pybricks copyright statement. */
52
-export const pybricksCopyright = 'Copyright (c) 2020-2023 The Pybricks Authors';
+export const pybricksCopyright = 'Copyright (c) 2020-2026 The Pybricks Authors';
53
54
/** The LEGO name with registered trademark symbol. */
55
export const legoRegisteredTrademark = 'LEGO®';
0 commit comments