Skip to content

Commit

Permalink
chore: bump copyright year for all files
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-mertens committed Feb 17, 2025
1 parent 4362692 commit a55b625
Show file tree
Hide file tree
Showing 30 changed files with 30 additions and 30 deletions.
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 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/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/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/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/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/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/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/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/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
2 changes: 1 addition & 1 deletion src/store/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

// Utilities
import { createPinia } from 'pinia'
Expand Down
2 changes: 1 addition & 1 deletion vite.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 Vue from '@vitejs/plugin-vue';
import Vuetify, {transformAssetUrls} from 'vite-plugin-vuetify';
Expand Down

0 comments on commit a55b625

Please sign in to comment.