summaryrefslogtreecommitdiff
path: root/support/makeglossariesgui/src/java/MakeGlossariesInvoker.java
diff options
context:
space:
mode:
Diffstat (limited to 'support/makeglossariesgui/src/java/MakeGlossariesInvoker.java')
-rw-r--r--support/makeglossariesgui/src/java/MakeGlossariesInvoker.java24
1 files changed, 21 insertions, 3 deletions
diff --git a/support/makeglossariesgui/src/java/MakeGlossariesInvoker.java b/support/makeglossariesgui/src/java/MakeGlossariesInvoker.java
index f9ffad4144..cd2ec7b6e9 100644
--- a/support/makeglossariesgui/src/java/MakeGlossariesInvoker.java
+++ b/support/makeglossariesgui/src/java/MakeGlossariesInvoker.java
@@ -1,3 +1,21 @@
+/*
+ Copyright (C) 2013-2020 Nicola L.C. Talbot
+ www.dickimaw-books.com
+
+ 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
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+*/
package com.dickimawbooks.makeglossariesgui;
import java.io.*;
@@ -698,7 +716,7 @@ public class MakeGlossariesInvoker
System.out.println(getLabelWithValues("about.copyright",
"Nicola L. C. Talbot",
String.format("2011-%s", APP_DATE.substring(0, 4))));
- System.out.println("http://www.dickimaw-books.com/");
+ System.out.println("https://www.dickimaw-books.com/");
if (translator != null && !translator.isEmpty())
{
@@ -826,9 +844,9 @@ public class MakeGlossariesInvoker
public static final String APP_NAME = "MakeGlossariesGUI";
- public static final String APP_VERSION = "2.1";
+ public static final String APP_VERSION = "2.2";
- public static final String APP_DATE = "2018-05-23";
+ public static final String APP_DATE = "2020-03-09";
private boolean quiet=false, debug=false, batchMode=false, dryRun=false;