mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 09:40:43 +00:00
copyright year updated
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2010-2014 JPEXS
|
||||
* Copyright (C) 2010-2015 JPEXS
|
||||
*
|
||||
* 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
|
||||
@@ -67,7 +67,7 @@ public class LicenseUpdater {
|
||||
|
||||
*/
|
||||
int defaultStartYear = 2010;
|
||||
int defaultFinalYear = 2014;
|
||||
int defaultFinalYear = 2015;
|
||||
String defaultAuthor = "JPEXS";
|
||||
String defaultYearStr = Integer.toString(defaultStartYear);
|
||||
if (defaultFinalYear != defaultStartYear) {
|
||||
|
||||
Reference in New Issue
Block a user