📄 Update year in copyright line
authorDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Sat, 16 Mar 2019 22:03:50 +0000 (23:03 +0100)
committerDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Sat, 16 Mar 2019 22:26:12 +0000 (23:26 +0100)
60 files changed:
src/main/java/de/todesbaum/jsite/application/AbortedException.java
src/main/java/de/todesbaum/jsite/application/FileOption.java
src/main/java/de/todesbaum/jsite/application/Freenet7Interface.java
src/main/java/de/todesbaum/jsite/application/InsertListener.java
src/main/java/de/todesbaum/jsite/application/Node.java
src/main/java/de/todesbaum/jsite/application/Project.java
src/main/java/de/todesbaum/jsite/application/ProjectInsertListeners.java
src/main/java/de/todesbaum/jsite/application/ProjectInserter.java
src/main/java/de/todesbaum/jsite/application/UpdateChecker.java
src/main/java/de/todesbaum/jsite/application/UpdateListener.java
src/main/java/de/todesbaum/jsite/application/WebOfTrustInterface.java
src/main/java/de/todesbaum/jsite/gui/FileScanner.java
src/main/java/de/todesbaum/jsite/gui/FileScannerListener.java
src/main/java/de/todesbaum/jsite/gui/KeyDialog.java
src/main/java/de/todesbaum/jsite/gui/NodeManagerListener.java
src/main/java/de/todesbaum/jsite/gui/NodeManagerPage.java
src/main/java/de/todesbaum/jsite/gui/PreferencesPage.java
src/main/java/de/todesbaum/jsite/gui/ProjectFilesPage.java
src/main/java/de/todesbaum/jsite/gui/ProjectInsertPage.java
src/main/java/de/todesbaum/jsite/gui/ProjectPage.java
src/main/java/de/todesbaum/jsite/i18n/I18n.java
src/main/java/de/todesbaum/jsite/i18n/I18nContainer.java
src/main/java/de/todesbaum/jsite/main/CLI.java
src/main/java/de/todesbaum/jsite/main/Configuration.java
src/main/java/de/todesbaum/jsite/main/ConfigurationLocator.java
src/main/java/de/todesbaum/jsite/main/Main.java
src/main/java/de/todesbaum/jsite/main/Version.java
src/main/java/de/todesbaum/util/freenet/fcp2/Client.java
src/main/java/de/todesbaum/util/freenet/fcp2/ClientGet.java
src/main/java/de/todesbaum/util/freenet/fcp2/ClientHello.java
src/main/java/de/todesbaum/util/freenet/fcp2/ClientPut.java
src/main/java/de/todesbaum/util/freenet/fcp2/ClientPutComplexDir.java
src/main/java/de/todesbaum/util/freenet/fcp2/ClientPutDir.java
src/main/java/de/todesbaum/util/freenet/fcp2/Command.java
src/main/java/de/todesbaum/util/freenet/fcp2/Connection.java
src/main/java/de/todesbaum/util/freenet/fcp2/ConnectionListener.java
src/main/java/de/todesbaum/util/freenet/fcp2/DirectFileEntry.java
src/main/java/de/todesbaum/util/freenet/fcp2/DiskFileEntry.java
src/main/java/de/todesbaum/util/freenet/fcp2/FcpPluginMessage.java
src/main/java/de/todesbaum/util/freenet/fcp2/FileEntry.java
src/main/java/de/todesbaum/util/freenet/fcp2/GenerateSSK.java
src/main/java/de/todesbaum/util/freenet/fcp2/Message.java
src/main/java/de/todesbaum/util/freenet/fcp2/Node.java
src/main/java/de/todesbaum/util/freenet/fcp2/Persistence.java
src/main/java/de/todesbaum/util/freenet/fcp2/PriorityClass.java
src/main/java/de/todesbaum/util/freenet/fcp2/RedirectFileEntry.java
src/main/java/de/todesbaum/util/freenet/fcp2/ReturnType.java
src/main/java/de/todesbaum/util/freenet/fcp2/Verbosity.java
src/main/java/de/todesbaum/util/freenet/fcp2/wot/DefaultIdentity.java
src/main/java/de/todesbaum/util/freenet/fcp2/wot/DefaultOwnIdentity.java
src/main/java/de/todesbaum/util/freenet/fcp2/wot/Identity.java
src/main/java/de/todesbaum/util/freenet/fcp2/wot/OwnIdentity.java
src/main/java/de/todesbaum/util/freenet/fcp2/wot/Trust.java
src/main/java/de/todesbaum/util/io/LineInputStream.java
src/main/java/de/todesbaum/util/io/TeeOutputStream.java
src/main/java/de/todesbaum/util/io/TempFileInputStream.java
src/main/java/de/todesbaum/util/swing/TLabel.java
src/main/java/de/todesbaum/util/swing/TWizard.java
src/main/java/de/todesbaum/util/swing/TWizardPage.java
src/main/java/de/todesbaum/util/swing/WizardListener.java

index f399575..b219723 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - AbortedException.java - Copyright Â© 2010–2014 David Roden
+ * jSite - AbortedException.java - Copyright Â© 2010–2019 David Roden
  *
  * 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
index 8509257..500206e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - FileOption.java - Copyright Â© 2006–2014 David Roden
+ * jSite - FileOption.java - Copyright Â© 2006–2019 David Roden
  *
  * 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
index 9263010..be5937b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - Freenet7Interface.java - Copyright Â© 2006–2014 David Roden
+ * jSite - Freenet7Interface.java - Copyright Â© 2006–2019 David Roden
  *
  * 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
index 8d6eba0..29130fa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - InsertListener.java - Copyright Â© 2006–2014 David Roden
+ * jSite - InsertListener.java - Copyright Â© 2006–2019 David Roden
  *
  * 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
index 2851e89..0f69bab 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - Node.java - Copyright Â© 2006–2014 David Roden
+ * jSite - Node.java - Copyright Â© 2006–2019 David Roden
  *
  * 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
index 59dcba9..04b3143 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - Project.java - Copyright Â© 2006–2014 David Roden
+ * jSite - Project.java - Copyright Â© 2006–2019 David Roden
  *
  * 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
index 2bccf31..8637820 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - ProjectInsertListeners.java - Copyright Â© 2013–2014 David Roden
+ * jSite - ProjectInsertListeners.java - Copyright Â© 2013–2019 David Roden
  *
  * 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
index e43c8b1..22ddaa0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - ProjectInserter.java - Copyright Â© 2006–2014 David Roden
+ * jSite - ProjectInserter.java - Copyright Â© 2006–2019 David Roden
  *
  * 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
index c8eeb8d..eec0bcc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - UpdateChecker.java - Copyright Â© 2008–2014 David Roden
+ * jSite - UpdateChecker.java - Copyright Â© 2008–2019 David Roden
  *
  * 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
index 68ca4da..2250d4b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - UpdateListener.java - Copyright Â© 2008–2014 David Roden
+ * jSite - UpdateListener.java - Copyright Â© 2008–2019 David Roden
  *
  * 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
index cf5435c..ff9d33f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - WebOfTrustInterface.java - Copyright Â© 2012–2014 David Roden
+ * jSite - WebOfTrustInterface.java - Copyright Â© 2012–2019 David Roden
  *
  * 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
index 04705b5..c3e4fd2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - FileScanner.java - Copyright Â© 2006–2014 David Roden
+ * jSite - FileScanner.java - Copyright Â© 2006–2019 David Roden
  *
  * 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
index 4088697..32b62bc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - FileScannerListener.java - Copyright Â© 2006–2014 David Roden
+ * jSite - FileScannerListener.java - Copyright Â© 2006–2019 David Roden
  *
  * 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
index 9797708..6034e74 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - KeyDialog.java - Copyright Â© 2010–2014 David Roden
+ * jSite - KeyDialog.java - Copyright Â© 2010–2019 David Roden
  *
  * 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
index 4eaff14..fdbc34b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - NodeManagerListener.java - Copyright Â© 2006–2014 David Roden
+ * jSite - NodeManagerListener.java - Copyright Â© 2006–2019 David Roden
  *
  * 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
index bbb32de..8efc2ed 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - NodeManagerPage.java - Copyright Â© 2006–2014 David Roden
+ * jSite - NodeManagerPage.java - Copyright Â© 2006–2019 David Roden
  *
  * 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
index 5c4dcfa..9ff1a19 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - PreferencesPage.java - Copyright Â© 2009–2014 David Roden
+ * jSite - PreferencesPage.java - Copyright Â© 2009–2019 David Roden
  *
  * 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
index ccd749f..de117e4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - ProjectFilesPage.java - Copyright Â© 2006–2014 David Roden
+ * jSite - ProjectFilesPage.java - Copyright Â© 2006–2019 David Roden
  *
  * 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
index fd793ce..c697baf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - ProjectInsertPage.java - Copyright Â© 2006–2014 David Roden
+ * jSite - ProjectInsertPage.java - Copyright Â© 2006–2019 David Roden
  *
  * 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
index 1da83d2..f49be4b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - ProjectPage.java - Copyright Â© 2006–2014 David Roden
+ * jSite - ProjectPage.java - Copyright Â© 2006–2019 David Roden
  *
  * 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
index e2e3b3e..0c40be2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - I18n.java - Copyright Â© 2006–2014 David Roden
+ * jSite - I18n.java - Copyright Â© 2006–2019 David Roden
  *
  * 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
index 2c2ee10..80ae066 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - I18nContainer.java - Copyright Â© 2007–2014 David Roden
+ * jSite - I18nContainer.java - Copyright Â© 2007–2019 David Roden
  *
  * 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
index df08244..ff40413 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - CLI.java - Copyright Â© 2006–2014 David Roden
+ * jSite - CLI.java - Copyright Â© 2006–2019 David Roden
  *
  * 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
index 41eafdb..3d6546c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - Configuration.java - Copyright Â© 2006–2014 David Roden
+ * jSite - Configuration.java - Copyright Â© 2006–2019 David Roden
  *
  * 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
index 2b19f3e..b00a8cd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - ConfigurationLocator.java - Copyright Â© 2011–2014 David Roden
+ * jSite - ConfigurationLocator.java - Copyright Â© 2011–2019 David Roden
  *
  * 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
index 6a72912..e4d5654 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - Main.java - Copyright Â© 2006–2014 David Roden
+ * jSite - Main.java - Copyright Â© 2006–2019 David Roden
  *
  * 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
index 10178c8..20c173b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - Version.java - Copyright Â© 2006–2014 David Roden
+ * jSite - Version.java - Copyright Â© 2006–2019 David Roden
  *
  * 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
index 8e819d3..627b7bb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - Client.java - Copyright Â© 2006–2012 David Roden
+ * jSite - Client.java - Copyright Â© 2006–2019 David Roden
  *
  * 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
index 5b340e4..ca65ecd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - ClientGet.java - Copyright Â© 2008–2012 David Roden
+ * jSite - ClientGet.java - Copyright Â© 2008–2019 David Roden
  *
  * 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
index 5983078..34511a1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - ClientHello.java - Copyright Â© 2006–2012 David Roden
+ * jSite - ClientHello.java - Copyright Â© 2006–2019 David Roden
  *
  * 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
index 9993173..772ccb9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - ClientPut.java - Copyright Â© 2006–2012 David Roden
+ * jSite - ClientPut.java - Copyright Â© 2006–2019 David Roden
  *
  * 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
index 2c23f87..b5782c0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - ClientPutComplexDir.java - Copyright Â© 2006–2012 David Roden
+ * jSite - ClientPutComplexDir.java - Copyright Â© 2006–2019 David Roden
  *
  * 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
index 4ea4b1d..270b646 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - ClientPutDir.java - Copyright Â© 2006–2012 David Roden
+ * jSite - ClientPutDir.java - Copyright Â© 2006–2019 David Roden
  *
  * 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
index 63aaa9c..279c49a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - Command.java - Copyright Â© 2006–2012 David Roden
+ * jSite - Command.java - Copyright Â© 2006–2019 David Roden
  *
  * 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
index ff11cdf..bbf3c81 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - Connection.java - Copyright Â© 2006–2012 David Roden
+ * jSite - Connection.java - Copyright Â© 2006–2019 David Roden
  *
  * 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
index 8e55a2d..2abe43d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - ConnectionListener.java - Copyright Â© 2006–2012 David Roden
+ * jSite - ConnectionListener.java - Copyright Â© 2006–2019 David Roden
  *
  * 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
index 9b12e74..b5bcef0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - DirectFileEntry.java - Copyright Â© 2006–2012 David Roden
+ * jSite - DirectFileEntry.java - Copyright Â© 2006–2019 David Roden
  *
  * 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
index bf036b4..369e654 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - DiskFileEntry.java - Copyright Â© 2006–2012 David Roden
+ * jSite - DiskFileEntry.java - Copyright Â© 2006–2019 David Roden
  *
  * 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
index 11bbf1d..2a77326 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - FcpPluginMessage.java - Copyright Â© 2012 David Roden
+ * jSite - FcpPluginMessage.java - Copyright Â© 2012–2019 David Roden
  *
  * 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
index 7adb11f..2dd0930 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - FileEntry.java - Copyright Â© 2006–2012 David Roden
+ * jSite - FileEntry.java - Copyright Â© 2006–2019 David Roden
  *
  * 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
index 84e4bf6..930a203 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - GenerateSSK.java - Copyright Â© 2006–2012 David Roden
+ * jSite - GenerateSSK.java - Copyright Â© 2006–2019 David Roden
  *
  * 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
index 6c934ec..7514529 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - Message.java - Copyright Â© 2006–2012 David Roden
+ * jSite - Message.java - Copyright Â© 2006–2019 David Roden
  *
  * 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
index 4347d30..0b3ce6a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - Node.java - Copyright Â© 2006–2012 David Roden
+ * jSite - Node.java - Copyright Â© 2006–2019 David Roden
  *
  * 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
index 55e73f8..74a6ce4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - Persistence.java - Copyright Â© 2006–2012 David Roden
+ * jSite - Persistence.java - Copyright Â© 2006–2019 David Roden
  *
  * 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
index 623bc5b..6e66572 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - PriorityClass.java - Copyright Â© 2006–2012 David Roden
+ * jSite - PriorityClass.java - Copyright Â© 2006–2019 David Roden
  *
  * 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
index 06a2171..0a96b28 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - RedirectFileEntry.java - Copyright Â© 2006–2012 David Roden
+ * jSite - RedirectFileEntry.java - Copyright Â© 2006–2019 David Roden
  *
  * 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
index 6f2ed7a..1753e1a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - ReturnType.java - Copyright Â© 2008–2012 David Roden
+ * jSite - ReturnType.java - Copyright Â© 2008–2019 David Roden
  *
  * 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
index e59b6a3..6ae2f81 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - Verbosity.java - Copyright Â© 2006–2012 David Roden
+ * jSite - Verbosity.java - Copyright Â© 2006–2019 David Roden
  *
  * 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
index a9b4cb3..70ff31a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - DefaultIdentity.java - Copyright Â© 2010–2012 David Roden
+ * Sone - DefaultIdentity.java - Copyright Â© 2010–2019 David Roden
  *
  * 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
index 058116e..f3bb754 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - DefaultOwnIdentity.java - Copyright Â© 2010–2012 David Roden
+ * Sone - DefaultOwnIdentity.java - Copyright Â© 2010–2019 David Roden
  *
  * 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
index 19a3cdb..18bba9d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - Identity.java - Copyright Â© 2010–2012 David Roden
+ * Sone - Identity.java - Copyright Â© 2010–2019 David Roden
  *
  * 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
index 74256af..e6fef76 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - OwnIdentity.java - Copyright Â© 2010–2012 David Roden
+ * Sone - OwnIdentity.java - Copyright Â© 2010–2019 David Roden
  *
  * 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
index 4297ac3..31c6be9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - Trust.java - Copyright Â© 2010–2012 David Roden
+ * Sone - Trust.java - Copyright Â© 2010–2019 David Roden
  *
  * 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
index 4fe0d07..17dc370 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - LineInputStream.java - Copyright Â© 2006–2012 David Roden
+ * jSite - LineInputStream.java - Copyright Â© 2006–2019 David Roden
  *
  * 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
index 78860dc..60d27cb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - TeeOutputStream.java - Copyright Â© 2010 David Roden
+ * jSite - TeeOutputStream.java - Copyright Â© 2010–2019 David Roden
  *
  * 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
index 43e2047..1d23ba9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - TempFileInputStream.java - Copyright Â© 2006–2012 David Roden
+ * jSite - TempFileInputStream.java - Copyright Â© 2006–2019 David Roden
  *
  * 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
index 822ca17..4fb4766 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - TLabel.java - Copyright Â© 2006–2012 David Roden
+ * jSite - TLabel.java - Copyright Â© 2006–2019 David Roden
  *
  * 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
index 464ac69..86746f8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - TWizard.java - Copyright Â© 2006–2012 David Roden
+ * jSite - TWizard.java - Copyright Â© 2006–2019 David Roden
  *
  * 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
index a10b475..700da8c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - TWizardPage.java - Copyright Â© 2006–2012 David Roden
+ * jSite - TWizardPage.java - Copyright Â© 2006–2019 David Roden
  *
  * 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
index 987075d..9f1e3cc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - WizardListener.java - Copyright Â© 2006–2012 David Roden
+ * jSite - WizardListener.java - Copyright Â© 2006–2019 David Roden
  *
  * 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