Skip to content

Commit

Permalink
update: Bump copyright year (#3020)
Browse files Browse the repository at this point in the history
This PR updates the copywrite year of the source code from 2024 to 2025.
  • Loading branch information
inureyes committed Jan 14, 2025
1 parent 0de11e4 commit 8ab28a8
Show file tree
Hide file tree
Showing 69 changed files with 70 additions and 70 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
</ul>
<ul>
<li>Powered by open-source software</li>
<li class="copyright">Copyright &copy; 2015-2024 Lablup Inc.</li>
<li class="copyright">Copyright &copy; 2015-2025 Lablup Inc.</li>
</ul>
</div>
<div class="sk-folding-cube">
Expand Down
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
const {app, Menu, shell, BrowserWindow, protocol, session, clipboard, dialog, ipcMain} = require('electron');
process.env.electronPath = app.getAppPath();
Expand Down
2 changes: 1 addition & 1 deletion react/src/components/MyKeypairInfoModal.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
import { useSuspendedBackendaiClient } from '../hooks';
import { useCurrentUserInfo } from '../hooks/backendai';
Expand Down
2 changes: 1 addition & 1 deletion react/src/components/UserProfileSettingModal.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
import { useSuspendedBackendaiClient } from '../hooks';
import { useCurrentUserInfo, useCurrentUserRole } from '../hooks/backendai';
Expand Down
2 changes: 1 addition & 1 deletion resources/templates/under_construction.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
<h1 class="title">We’ll be back soon!</h1>
<p>Sorry for the inconvenience but we’re performing some maintenance at the moment.</p>
<p>If you need to you can always contact us, otherwise we’ll be back online shortly!</p>
<div class="copyright">Copyright &copy; 2015-2024 Lablup Inc.</div>
<div class="copyright">Copyright &copy; 2015-2025 Lablup Inc.</div>
</div>
<div class="sk-folding-cube">
<div class="sk-cube1 sk-cube"></div>
Expand Down
2 changes: 1 addition & 1 deletion src/backend-ai-app.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
export const UPDATE_PAGE = 'UPDATE_PAGE';
export const UPDATE_OFFLINE = 'UPDATE_OFFLINE';
Expand Down
2 changes: 1 addition & 1 deletion src/components/backend-ai-app-launcher.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
import {
IronFlex,
Expand Down
2 changes: 1 addition & 1 deletion src/components/backend-ai-change-forgot-password-view.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
import { Client, ClientConfig } from '../lib/backend.ai-client-esm';
import {
Expand Down
2 changes: 1 addition & 1 deletion src/components/backend-ai-chart.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
import '../plastics/chart-js';
import {
Expand Down
2 changes: 1 addition & 1 deletion src/components/backend-ai-common-utils.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
import { BackendAIPage } from './backend-ai-page';
import { html } from 'lit';
Expand Down
2 changes: 1 addition & 1 deletion src/components/backend-ai-data-view.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
import '../plastics/lablup-shields/lablup-shields';
import {
Expand Down
2 changes: 1 addition & 1 deletion src/components/backend-ai-dialog.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
// import {get as _text, registerTranslateConfig, translate as _t, use as setLanguage} from "lit-translate";
import {
Expand Down
2 changes: 1 addition & 1 deletion src/components/backend-ai-edu-applauncher.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
import { Client, ClientConfig } from '../lib/backend.ai-client-esm';
import {
Expand Down
2 changes: 1 addition & 1 deletion src/components/backend-ai-email-verification-view.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
import { Client, ClientConfig } from '../lib/backend.ai-client-esm';
import {
Expand Down
2 changes: 1 addition & 1 deletion src/components/backend-ai-environment-list.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
import '../plastics/lablup-shields/lablup-shields';
import {
Expand Down
2 changes: 1 addition & 1 deletion src/components/backend-ai-error-view.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
import { navigate } from '../backend-ai-app';
import {
Expand Down
2 changes: 1 addition & 1 deletion src/components/backend-ai-folder-explorer.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
import tus from '../lib/tus';
import {
Expand Down
2 changes: 1 addition & 1 deletion src/components/backend-ai-import-view.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
import '../plastics/lablup-shields/lablup-shields';
import {
Expand Down
2 changes: 1 addition & 1 deletion src/components/backend-ai-indicator-pool.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
import './backend-ai-indicator';
import { CSSResultGroup, html, LitElement } from 'lit';
Expand Down
2 changes: 1 addition & 1 deletion src/components/backend-ai-indicator.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
import './backend-ai-dialog';
import { BackendAiStyles } from './backend-ai-general-styles';
Expand Down
2 changes: 1 addition & 1 deletion src/components/backend-ai-login.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
// import * as aiSDK from '../lib/backend.ai-client-es6';
import * as ai from '../lib/backend.ai-client-esm';
Expand Down
2 changes: 1 addition & 1 deletion src/components/backend-ai-maintenance-view.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
import {
IronFlex,
Expand Down
2 changes: 1 addition & 1 deletion src/components/backend-ai-message.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
import { LitElement } from 'lit';

Expand Down
2 changes: 1 addition & 1 deletion src/components/backend-ai-metadata-store.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
import { BackendAIPage } from './backend-ai-page';
import { html } from 'lit';
Expand Down
2 changes: 1 addition & 1 deletion src/components/backend-ai-multi-select.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
import '../plastics/lablup-shields/lablup-shields';
import {
Expand Down
2 changes: 1 addition & 1 deletion src/components/backend-ai-permission-denied-view.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
import { navigate } from '../backend-ai-app';
import {
Expand Down
2 changes: 1 addition & 1 deletion src/components/backend-ai-project-switcher.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
import {
IronFlex,
Expand Down
2 changes: 1 addition & 1 deletion src/components/backend-ai-registry-list.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
import '../plastics/lablup-shields/lablup-shields';
import {
Expand Down
2 changes: 1 addition & 1 deletion src/components/backend-ai-release-check.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
import { CSSResultGroup, html, LitElement } from 'lit';
import { get as _text } from 'lit-translate';
Expand Down
2 changes: 1 addition & 1 deletion src/components/backend-ai-resource-broker.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
import { BackendAIPage } from './backend-ai-page';
import { CSSResultGroup, html } from 'lit';
Expand Down
2 changes: 1 addition & 1 deletion src/components/backend-ai-resource-monitor.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
import '../plastics/lablup-shields/lablup-shields';
import {
Expand Down
2 changes: 1 addition & 1 deletion src/components/backend-ai-resource-panel.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
import '../plastics/lablup-piechart/lablup-piechart';
import '../plastics/lablup-shields/lablup-shields';
Expand Down
2 changes: 1 addition & 1 deletion src/components/backend-ai-resource-preset-list.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
import '../plastics/lablup-shields/lablup-shields';
import {
Expand Down
2 changes: 1 addition & 1 deletion src/components/backend-ai-serving-view.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
import { navigate } from '../backend-ai-app';
import {
Expand Down
2 changes: 1 addition & 1 deletion src/components/backend-ai-session-launcher.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
import { navigate } from '../backend-ai-app';
import '../plastics/lablup-shields/lablup-shields';
Expand Down
2 changes: 1 addition & 1 deletion src/components/backend-ai-session-list.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
import { default as AnsiUp } from '../lib/ansiup';
import '../plastics/lablup-shields/lablup-shields';
Expand Down
2 changes: 1 addition & 1 deletion src/components/backend-ai-session-view.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
import JsonToCsv from '../lib/json_to_csv';
import {
Expand Down
2 changes: 1 addition & 1 deletion src/components/backend-ai-settings-store.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
import { BackendAIPage } from './backend-ai-page';
import { html } from 'lit';
Expand Down
2 changes: 1 addition & 1 deletion src/components/backend-ai-settings-view.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
import {
IronFlex,
Expand Down
2 changes: 1 addition & 1 deletion src/components/backend-ai-sidepanel-notification.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
import {
IronFlex,
Expand Down
2 changes: 1 addition & 1 deletion src/components/backend-ai-sidepanel-task.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
import {
IronFlex,
Expand Down
2 changes: 1 addition & 1 deletion src/components/backend-ai-signup.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
import { Client, ClientConfig } from '../lib/backend.ai-client-esm';
import {
Expand Down
4 changes: 2 additions & 2 deletions src/components/backend-ai-splash.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
import './backend-ai-dialog';
import BackendAIDialog from './backend-ai-dialog';
Expand Down Expand Up @@ -178,7 +178,7 @@ export default class BackendAISplash extends LitElement {
</ul>
<ul>
<li>Powered by <a target="_blank" href="https://github.com/lablup/backend.ai/blob/main/LICENSE">open-source software</a></li>
<li class="copyright">Copyright &copy; 2015-2024 Lablup Inc.</li>
<li class="copyright">Copyright &copy; 2015-2025 Lablup Inc.</li>
<li class="release-note">
<a target="_blank" href="https://github.com/lablup/backend.ai-webui/releases/tag/v${
this.version
Expand Down
2 changes: 1 addition & 1 deletion src/components/backend-ai-statistics-view.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
import {
IronFlex,
Expand Down
2 changes: 1 addition & 1 deletion src/components/backend-ai-storage-host-settings-view.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
import { navigate } from '../backend-ai-app';
import {
Expand Down
2 changes: 1 addition & 1 deletion src/components/backend-ai-storage-list.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
import { navigate } from '../backend-ai-app';
import '../plastics/lablup-shields/lablup-shields';
Expand Down
2 changes: 1 addition & 1 deletion src/components/backend-ai-storage-proxy-list.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
import { navigate } from '../backend-ai-app';
import '../plastics/lablup-shields/lablup-shields';
Expand Down
2 changes: 1 addition & 1 deletion src/components/backend-ai-summary-view.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
Copyright (c) 2015-2025 Lablup Inc. All rights reserved.
*/
import { navigate } from '../backend-ai-app';
import '../plastics/lablup-piechart/lablup-piechart';
Expand Down
Loading

0 comments on commit 8ab28a8

Please sign in to comment.