From 7b56452c01adc10d2ae75707db8d8f6e84b69f96 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Thu, 5 Jan 2023 17:33:47 +0100 Subject: [PATCH] Update the copyright date to 2023 in the about dialog (#6679) --- packages/help-extension/src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/help-extension/src/index.tsx b/packages/help-extension/src/index.tsx index 0133fb32b..9b11a209d 100644 --- a/packages/help-extension/src/index.tsx +++ b/packages/help-extension/src/index.tsx @@ -149,7 +149,7 @@ const plugin: JupyterFrontEndPlugin = { ); const version = trans.__('Version: %1', app.version); - const copyright = trans.__('© 2021-2022 Jupyter Notebook Contributors'); + const copyright = trans.__('© 2021-2023 Jupyter Notebook Contributors'); const body = ( <> {version}