Skip to content

Commit

Permalink
chore: bump copyright year for all files
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Mertens <[email protected]>
  • Loading branch information
lukas-mertens committed Feb 17, 2025
1 parent b52a266 commit aefd346
Show file tree
Hide file tree
Showing 66 changed files with 66 additions and 66 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest
// Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest
module.exports = {
root: true,
env: {
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/setup-node/action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest
# Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest

name: Setup Node and pnpm
description: "Setups node + pnpm"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest
# Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest
name: Checks

on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest
# Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest

name: Build & Deploy EVerest Admin Panel to GitHub Pages

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest
# Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest
name: Cypress Tests

on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest
# Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest

name: Lint EVerest Admin Panel

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest
# Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest

name: Package EVerest Admin Panel

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shrinkwrap.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest
# Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest


name: Generate and Publish npm-shrinkwrap
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest
# Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest

name: Execute Vitest Unit Tests

Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest
# Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest

.DS_Store
node_modules
Expand Down
2 changes: 1 addition & 1 deletion build-tools/fetch-schemas-plugin.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest
// Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest
import {remoteSchemas} from "../schemas.config";
import yaml from 'js-yaml';
import crypto from 'crypto';
Expand Down
2 changes: 1 addition & 1 deletion cypress.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest
// Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest
import { defineConfig } from "cypress";

export default defineConfig({
Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/config-management.cy.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest
// Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest
import {faker} from "@faker-js/faker";

describe("ConfigManagement", () => {
Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/connect-screen.cy.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest
// Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest
import {faker} from "@faker-js/faker";

describe('Connect-Screen', () => {
Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/module-selection.cy.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest
// Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest

import {faker} from "@faker-js/faker";

Expand Down
2 changes: 1 addition & 1 deletion cypress/support/commands.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest
// Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest
/// <reference types="cypress" />
export {};

Expand Down
2 changes: 1 addition & 1 deletion cypress/support/e2e.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest
// Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest
// ***********************************************************
// This example support/e2e.ts is processed and
// loaded automatically before your test files.
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- SPDX-License-Identifier: Apache-2.0
Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest -->
Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest -->
<!DOCTYPE html>
<html lang="en">

Expand Down
2 changes: 1 addition & 1 deletion public/favicon/browserconfig.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- SPDX-License-Identifier: Apache-2.0
Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest -->
Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest -->
<browserconfig>
<msapplication>
<tile>
Expand Down
2 changes: 1 addition & 1 deletion schemas.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest
// Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest

// configure the release branch here
const releaseBranch = 'release/2024.3.0-rc1';
Expand Down
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- SPDX-License-Identifier: Apache-2.0
Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest -->
Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest -->

<template>
<router-view />
Expand Down
2 changes: 1 addition & 1 deletion src/components/ConfigPreview.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- SPDX-License-Identifier: Apache-2.0
Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest -->
Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest -->
<template>
<v-dialog v-model="dialogVisible">
<template v-slot:activator="{ props: activatorProps }">
Expand Down
2 changes: 1 addition & 1 deletion src/components/CreateConfig.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- SPDX-License-Identifier: Apache-2.0
Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest -->
Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest -->

<template>
<div class="btn-container">
Expand Down
2 changes: 1 addition & 1 deletion src/components/EvConfigCanvas.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- SPDX-License-Identifier: Apache-2.0
Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest -->
Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest -->

<template>
<v-sheet id="konva-stage-container" width="100%" height="100vh" elevation="0">
Expand Down
2 changes: 1 addition & 1 deletion src/components/EvDialog.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- SPDX-License-Identifier: Apache-2.0
Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest -->
Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest -->

<template>
<v-dialog :model-value="show_dialog" @click:outside="deny" width="auto">
Expand Down
2 changes: 1 addition & 1 deletion src/components/EvModuleInfo.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- SPDX-License-Identifier: Apache-2.0
Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest -->
Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest -->

<template>
<v-card v-if="module_node" :title="'Module instance information'">
Expand Down
2 changes: 1 addition & 1 deletion src/components/EvModuleList.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- SPDX-License-Identifier: Apache-2.0
Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest -->
Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest -->

<template>
<v-expansion-panels class="ma-0" v-model="expansionPanelState">
Expand Down
2 changes: 1 addition & 1 deletion src/components/IconButtonWithTooltip.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- SPDX-License-Identifier: Apache-2.0
Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest -->
Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest -->

<template>
<v-tooltip location="bottom">
Expand Down
2 changes: 1 addition & 1 deletion src/main.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest
// Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest

html {
scrollbar-color: rgba(var(--v-theme-on-background), var(--v-disabled-opacity)) rgb(var(--v-theme-background));
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest
// Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest

import "@mdi/font/css/materialdesignicons.css";
import "@fontsource/roboto/index.css";
Expand Down
2 changes: 1 addition & 1 deletion src/modules/evbc/client.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest
// Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest

import {EventHandler, EverestConfig, EverestDefinitions,} from ".";
import EVConfigModel from "./config_model";
Expand Down
2 changes: 1 addition & 1 deletion src/modules/evbc/config_model.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest
// Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest

import {
ConfigSet,
Expand Down
2 changes: 1 addition & 1 deletion src/modules/evbc/connection.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest
// Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest

import {RpcIssuer} from "./rpc/abstractRpcIssuer";
import {LoopbackRpcIssuer} from "@/modules/evbc/rpc/loopbackRpcIssuer";
Expand Down
2 changes: 1 addition & 1 deletion src/modules/evbc/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest
// Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest

// FIXME (aw): clean up all the different types, introduce namespaces?

Expand Down
2 changes: 1 addition & 1 deletion src/modules/evbc/rpc/abstractRpcIssuer.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest
// Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest

import {
EverestConfig,
Expand Down
2 changes: 1 addition & 1 deletion src/modules/evbc/rpc/loopbackRpcIssuer.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest
// Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest
import {LOOPBACK_WAIT_MS} from "@/modules/evbc/connection";
import {
EverestConfig,
Expand Down
2 changes: 1 addition & 1 deletion src/modules/evbc/rpc/websocketRpcIssuer.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest
// Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest
import {INITIAL_RPC_TIMEOUT_VALUE} from "@/modules/evconf_konva/views/constants";
import {ConnectionStatus} from "@/modules/evbc/connection";
import {RpcIssuer} from "@/modules/evbc/rpc/abstractRpcIssuer";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest
// Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest

import {EverestConfigList} from "../index";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest
// Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest

import {EverestInterfaceDefinitionList} from "../index";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest
// Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest

import {EverestModuleDefinitionList} from "../index";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env node
// SPDX-License-Identifier: Apache-2.0
// Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest
// Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest
import WebSocket from 'ws';
import fs from 'fs';
import path, {dirname} from 'path';
Expand Down
2 changes: 1 addition & 1 deletion src/modules/evbc/utils.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest
// Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest

import { EverestInterfaceDefinitionList, EverestModuleDefinition, Terminal, TerminalArrangement } from ".";

Expand Down
2 changes: 1 addition & 1 deletion src/modules/evconf_konva/config_stage.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest
// Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest

import Konva from "konva";
import {StageConfig} from "konva/lib/Stage";
Expand Down
2 changes: 1 addition & 1 deletion src/modules/evconf_konva/connection_manager.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest
// Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest

import Konva from "konva";
import { ConnectionID, TerminalType } from "../evbc";
Expand Down
2 changes: 1 addition & 1 deletion src/modules/evconf_konva/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest
// Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest
2 changes: 1 addition & 1 deletion src/modules/evconf_konva/stage_context.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest
// Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest

import { Connection, ConnectionID, ModuleInstanceID, Terminal } from "../evbc";

Expand Down
2 changes: 1 addition & 1 deletion src/modules/evconf_konva/view_models/module.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest
// Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest

import {
ModuleInstanceID,
Expand Down
2 changes: 1 addition & 1 deletion src/modules/evconf_konva/views/constants.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest
// Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest

import {currentTheme} from "@/plugins/vuetify";

Expand Down
2 changes: 1 addition & 1 deletion src/modules/evconf_konva/views/module.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest
// Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest

import Konva from "konva";
import {TerminalAlignment} from "@/modules/evbc";
Expand Down
2 changes: 1 addition & 1 deletion src/modules/evconf_konva/views/shapes/connection.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest
// Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest

import Konva from "konva";
import { LineConfig } from "konva/lib/shapes/Line";
Expand Down
2 changes: 1 addition & 1 deletion src/modules/evconf_konva/views/shapes/terminal.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest
// Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest

import Konva from "konva";
import {PathConfig} from "konva/lib/shapes/Path";
Expand Down
2 changes: 1 addition & 1 deletion src/pages/ConfigPage.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- SPDX-License-Identifier: Apache-2.0
Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest -->
Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest -->

<template>
<v-container fluid class="fill-height px-0 py-0">
Expand Down
2 changes: 1 addition & 1 deletion src/pages/ConnectPage.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- SPDX-License-Identifier: Apache-2.0
Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest -->
Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest -->

<template>
<v-app>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/MainPanel.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- SPDX-License-Identifier: Apache-2.0
Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest -->
Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest -->

<template>
<v-app>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/evbc.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest
// Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest

import EVBackendClient from "@/modules/evbc/client";
import { App } from "vue";
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest
// Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest

import {App} from "vue";
import {router} from "@/router";
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/vuetify.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright 2020 - 2024 Pionix GmbH and Contributors to EVerest
// Copyright 2020 - 2025 Pionix GmbH and Contributors to EVerest

/**
* plugins/vuetify.ts
Expand Down
Loading

0 comments on commit aefd346

Please sign in to comment.