From e77d829be6467500bae7f9002461e6d44bd75a59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=B4=BA?= Date: Wed, 31 Dec 2025 09:08:39 +0800 Subject: [PATCH] chore: update copyright (#318) --- README.md | 2 +- web/dashboard/src/i18n/lang/en-US.js | 2 +- web/dashboard/src/i18n/lang/zh-CN.js | 2 +- web/kubepi/src/i18n/lang/en-US.js | 2 +- web/kubepi/src/i18n/lang/zh-CN.js | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9d9b6c23..69ded56f 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ docker run --privileged -d --restart=unless-stopped -p 80:80 1panel/kubepi ## License -Copyright (c) 2014-2025 [FIT2CLOUD 飞致云](https://fit2cloud.com/), All rights reserved. +Copyright (c) 2014-2026 [FIT2CLOUD 飞致云](https://fit2cloud.com/), All rights reserved. Licensed under The GNU General Public License version 3 (GPLv3) (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/web/dashboard/src/i18n/lang/en-US.js b/web/dashboard/src/i18n/lang/en-US.js index 921b2a5f..2274c105 100644 --- a/web/dashboard/src/i18n/lang/en-US.js +++ b/web/dashboard/src/i18n/lang/en-US.js @@ -16,7 +16,7 @@ const message = { talk: "Participate in the discussion", star: "Star", version: "Version", - copy_right: "Copyright © 2014-2025 FIT2CLOUD", + copy_right: "Copyright © 2014-2026 FIT2CLOUD", introduction: "KubePi is a modern K8s panel.", introduction2: "KubePi allows administrators to import multiple Kubernetes clusters and assign permissions of different clusters and namespaces to specific users through permission control. It allows developers to manage and troubleshoot applications running in the Kubernetes cluster to better deal with the complexity in the Kubernetes cluster." }, diff --git a/web/dashboard/src/i18n/lang/zh-CN.js b/web/dashboard/src/i18n/lang/zh-CN.js index ea870ed8..1bf18523 100644 --- a/web/dashboard/src/i18n/lang/zh-CN.js +++ b/web/dashboard/src/i18n/lang/zh-CN.js @@ -17,7 +17,7 @@ const message = { talk: "参与讨论", star: "点亮 Star", version: "版本", - copy_right: "Copyright © 2014-2025 飞致云", + copy_right: "Copyright © 2014-2026 飞致云", introduction: "KubePi 是一个现代化的 K8s 面板。", introduction2: "KubePi 允许管理员导入多个 Kubernetes 集群,并且通过权限控制,将不同 cluster、namespace 的权限分配给指定用户。它允许开发人员管理 Kubernetes 集群中运行的应用程序并对其进行故障排查,供开发人员更好地处理 Kubernetes 集群中的复杂性。", }, diff --git a/web/kubepi/src/i18n/lang/en-US.js b/web/kubepi/src/i18n/lang/en-US.js index 270f8d85..3b9cea26 100644 --- a/web/kubepi/src/i18n/lang/en-US.js +++ b/web/kubepi/src/i18n/lang/en-US.js @@ -17,7 +17,7 @@ const message = { talk: "Participate in the discussion", star: "Star", version: "Version", - copy_right: "Copyright © 2014-2025 FIT2CLOUD", + copy_right: "Copyright © 2014-2026 FIT2CLOUD", introduction: "KubePi is a modern K8s panel.", introduction2: "KubePi allows administrators to import multiple Kubernetes clusters and assign permissions of different clusters and namespaces to specific users through permission control. It allows developers to manage and troubleshoot applications running in the Kubernetes cluster to better deal with the complexity in the Kubernetes cluster." }, diff --git a/web/kubepi/src/i18n/lang/zh-CN.js b/web/kubepi/src/i18n/lang/zh-CN.js index 62e98f11..06bf7758 100644 --- a/web/kubepi/src/i18n/lang/zh-CN.js +++ b/web/kubepi/src/i18n/lang/zh-CN.js @@ -17,7 +17,7 @@ const message = { talk: "参与讨论", star: "点亮 Star", version: "版本", - copy_right: "Copyright © 2014-2025 飞致云", + copy_right: "Copyright © 2014-2026 飞致云", introduction: "KubePi 是一个现代化的 K8s 面板。", introduction2: "KubePi 允许管理员导入多个 Kubernetes 集群,并且通过权限控制,将不同 cluster、namespace 的权限分配给指定用户。它允许开发人员管理 Kubernetes 集群中运行的应用程序并对其进行故障排查,供开发人员更好地处理 Kubernetes 集群中的复杂性。", },