Skip to content

Commit

Permalink
Update the copyright date to 2023 in the about dialog (#6679)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio authored Jan 5, 2023
1 parent 98b04be commit 7b56452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/help-extension/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ const plugin: JupyterFrontEndPlugin<void> = {
</span>
);
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 = (
<>
<span className="jp-AboutNotebook-version">{version}</span>
Expand Down

0 comments on commit 7b56452

Please sign in to comment.