copyright year updated

This commit is contained in:
2015-01-13 19:36:39 +01:00
parent bed0c7b023
commit 677bdf969b
782 changed files with 4606 additions and 4936 deletions
@@ -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) {