Update copyright
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Johannes Frohnmeyer 2023-01-29 18:39:17 +01:00
parent 7a80132ab0
commit 3f273bf6f8
Signed by: Johannes
GPG Key ID: E76429612C2929F4
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Inceptum - A FOSS Launcher for Minecraft written in Java
Copyright (C) 2021 JFronny
Copyright (C) 2021-2023 JFronny
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

View File

@ -9,7 +9,7 @@ import io.gitlab.jfronny.inceptum.gtk.util.I18n;
public class AboutWindow extends AboutDialog {
public AboutWindow() {
programName = "Inceptum";
copyright = "Copyright (C) 2021 JFronny";
copyright = "Copyright (C) 2021-2023 JFronny";
version = BuildMetadata.VERSION;
licenseType = License.MIT_X11;
license = I18n.get("about.license");

View File

@ -15,7 +15,7 @@ public class AboutWindow extends Window {
@Override
public void draw() {
ImGui.text("Inceptum " + BuildMetadata.VERSION + " Copyright (C) 2021 JFronny");
ImGui.text("Inceptum " + BuildMetadata.VERSION + " Copyright (C) 2021-2023 JFronny");
ImGui.text("This program comes with ABSOLUTELY NO WARRANTY.");
ImGui.text("This is free software, and you are welcome to redistribute it under certain conditions.");