From b9bdc29dc2b8a46fbde1c75cf32d96e16d2de7db Mon Sep 17 00:00:00 2001 From: Sharll <106537475+Sharll-large@users.noreply.github.com> Date: Wed, 8 Feb 2023 19:51:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E7=89=88=E6=9D=83=E5=A3=B0?= =?UTF-8?q?=E6=98=8E=20(#2078)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update AboutPage.java * Update build.gradle.kts --- HMCL/build.gradle.kts | 2 +- HMCL/src/main/java/org/jackhuang/hmcl/ui/main/AboutPage.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HMCL/build.gradle.kts b/HMCL/build.gradle.kts index 896f4a492..ae2a844ae 100644 --- a/HMCL/build.gradle.kts +++ b/HMCL/build.gradle.kts @@ -110,7 +110,7 @@ tasks.getByName("sha manifest { attributes( - "Created-By" to "Copyright(c) 2013-2021 huangyuhui.", + "Created-By" to "Copyright(c) 2013-2023 huangyuhui.", "Main-Class" to "org.jackhuang.hmcl.Main", "Multi-Release" to "true", "Implementation-Version" to project.version, diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/main/AboutPage.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/main/AboutPage.java index 40d19c4ac..158baa165 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/main/AboutPage.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/main/AboutPage.java @@ -111,7 +111,7 @@ public class AboutPage extends StackPane { { IconedTwoLineListItem javafx = new IconedTwoLineListItem(); javafx.setTitle("JavaFX"); - javafx.setSubtitle("Copyright © 2013, 2021, Oracle and/or its affiliates.\nLicensed under the GPL 2 with Classpath Exception."); + javafx.setSubtitle("Copyright © 2013, 2023, Oracle and/or its affiliates.\nLicensed under the GPL 2 with Classpath Exception."); javafx.setExternalLink("https://openjfx.io/"); IconedTwoLineListItem jfoenix = new IconedTwoLineListItem();