From 3664531e72a9bfa78e6f0868129b86bd81b96d45 Mon Sep 17 00:00:00 2001 From: haml-707 <845831435@qq.com> Date: Tue, 16 Jan 2024 14:22:47 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20Copyright=20=E5=B9=B4=E4=BB=BD=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E4=B8=BA2024?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/common/common-en.ts | 2 +- src/i18n/common/common-zh.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/common/common-en.ts b/src/i18n/common/common-en.ts index 09a7375..9240b01 100644 --- a/src/i18n/common/common-en.ts +++ b/src/i18n/common/common-en.ts @@ -7,7 +7,7 @@ export default { ATOM_PC: '/atom-pc.png', ATOM_MO: '/atom-mo.png', MAIL: 'contact@openeuler.io', - COPY_RIGHT: 'Copyright © 2023 openEuler. All rights reserved.', + COPY_RIGHT: 'Copyright © 2024 openEuler. All rights reserved.', LICENSED_1: 'Licensed under', LICENSED_2: 'the MulanPSL2', RIGHT_LIST: [ diff --git a/src/i18n/common/common-zh.ts b/src/i18n/common/common-zh.ts index ce8b9ec..96a7292 100644 --- a/src/i18n/common/common-zh.ts +++ b/src/i18n/common/common-zh.ts @@ -7,7 +7,7 @@ export default { ATOM_PC: '/atom-pc.png', ATOM_MO: '/atom-mo.png', MAIL: 'contact@openeuler.io', - COPY_RIGHT: '版权所有 © 2023 openEuler 保留一切权利', + COPY_RIGHT: '版权所有 © 2024 openEuler 保留一切权利', LICENSED_1: '遵循', LICENSED_2: '木兰宽松许可证第2版(MulanPSL2)', RIGHT_LIST: [ -- Gitee