Skip to content

Commit

Permalink
Update years in copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
Natalia Smirnova committed Mar 5, 2024
1 parent 5c9a92e commit c0f73be
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@
[![Downloads](https://img.shields.io/npm/dm/miew)](https://www.npmjs.com/package/miew?activeTab=versions)
[![License](https://img.shields.io/badge/license-MIT-green)](./LICENSE.md)

Copyright (c) 2015–2023 [EPAM Systems, Inc.](https://www.epam.com/)
Copyright (c) 2015–2024 [EPAM Systems, Inc.](https://www.epam.com/)

Miew is a high performance web tool for advanced visualization and manipulation of molecular
structures.
Expand Down
2 changes: 1 addition & 1 deletion packages/app/src/components/menu/terminal/Terminal.jsx
Expand Up @@ -30,7 +30,7 @@ function Terminal({ viewer, isTerminalVisible }) {
}

const terminalConfig = {
greetings: 'Miew - 3D Molecular Viewer\nCopyright © 2015-2023 EPAM Systems, Inc.\n',
greetings: 'Miew - 3D Molecular Viewer\nCopyright © 2015-2024 EPAM Systems, Inc.\n',
prompt: 'miew> ',
name: 'miew',
scrollOnEcho: true,
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/README.md
Expand Up @@ -5,7 +5,7 @@
[![Downloads](https://img.shields.io/npm/dm/miew)](https://www.npmjs.com/package/miew?activeTab=versions)
[![License](https://img.shields.io/badge/license-MIT-green)](./LICENSE.md)

Copyright (c) 2015–2023 [EPAM Systems, Inc.](https://www.epam.com/)
Copyright (c) 2015–2024 [EPAM Systems, Inc.](https://www.epam.com/)

Miew is a high performance web library for advanced visualization and manipulation of molecular
structures.
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/demo/scripts/ui/Menu.js
Expand Up @@ -137,7 +137,7 @@ Menu.prototype._initializeTerminal = function () {
}
},
{
greetings: 'Miew - 3D Molecular Viewer\nCopyright © 2015-2023 EPAM Systems, Inc.\n',
greetings: 'Miew - 3D Molecular Viewer\nCopyright © 2015-2024 EPAM Systems, Inc.\n',
prompt: 'miew> ',
name: 'miew',
scrollOnEcho: true,
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/examples/terminal.js
Expand Up @@ -8,7 +8,7 @@ function initializeTerminal(viewer) {
term.error(str);
});
}, {
greetings: 'Miew - 3D Molecular Viewer\nCopyright © 2015-2023 EPAM Systems, Inc.\n',
greetings: 'Miew - 3D Molecular Viewer\nCopyright © 2015-2024 EPAM Systems, Inc.\n',
prompt: 'miew> ',
name: 'miew',
scrollOnEcho: true,
Expand Down

0 comments on commit c0f73be

Please sign in to comment.