Update year in copyright headers.
authorDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Sun, 7 Sep 2014 09:42:21 +0000 (11:42 +0200)
committerDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Sun, 7 Sep 2014 09:42:21 +0000 (11:42 +0200)
31 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/resources/de/todesbaum/jsite/i18n/jSite.properties
src/main/resources/de/todesbaum/jsite/i18n/jSite_de.properties
src/main/resources/de/todesbaum/jsite/i18n/jSite_fr.properties
src/main/resources/de/todesbaum/jsite/i18n/jSite_pl.properties

index 0dfd8c7..f399575 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * jSite - AbortedException.java - Copyright © 2010–2012 David Roden
+ * jSite - AbortedException.java - Copyright © 2010–2014 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
  *
  * 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 aa28b54..4c38286 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * jSite - FileOption.java - Copyright © 2006–2012 David Roden
+ * jSite - FileOption.java - Copyright © 2006–2014 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
  *
  * 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 78250b2..657adfe 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * jSite - Freenet7Interface.java - Copyright © 2006–2012 David Roden
+ * jSite - Freenet7Interface.java - Copyright © 2006–2014 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
  *
  * 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 9b6b332..8d6eba0 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * jSite - InsertListener.java - Copyright © 2006–2012 David Roden
+ * jSite - InsertListener.java - Copyright © 2006–2014 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
  *
  * 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 df7492f..2851e89 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * jSite - Node.java - Copyright © 2006–2012 David Roden
+ * jSite - Node.java - Copyright © 2006–2014 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
  *
  * 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 9982fac..836a2cd 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * jSite - Project.java - Copyright © 2006–2012 David Roden
+ * jSite - Project.java - Copyright © 2006–2014 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
  *
  * 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 6f5735e..2bccf31 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * jSite - ProjectInsertListeners.java - Copyright © 2013 David Roden
+ * jSite - ProjectInsertListeners.java - Copyright © 2013–2014 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
  *
  * 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 42b6b24..709f557 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * jSite - ProjectInserter.java - Copyright © 2006–2012 David Roden
+ * jSite - ProjectInserter.java - Copyright © 2006–2014 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
  *
  * 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 11be944..5577095 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * jSite - UpdateChecker.java - Copyright © 2008–2012 David Roden
+ * jSite - UpdateChecker.java - Copyright © 2008–2014 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
  *
  * 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 a37440c..68ca4da 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * jSite - UpdateListener.java - Copyright © 2008–2012 David Roden
+ * jSite - UpdateListener.java - Copyright © 2008–2014 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
  *
  * 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 e296fdf..eeee195 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * jSite - WebOfTrustInterface.java - Copyright © 2012 David Roden
+ * jSite - WebOfTrustInterface.java - Copyright © 2012–2014 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
  *
  * 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 d86a6ba..eef5158 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * jSite - FileScanner.java - Copyright © 2006–2012 David Roden
+ * jSite - FileScanner.java - Copyright © 2006–2014 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
  *
  * 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 63e2c3d..d3d5145 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * jSite - FileScannerListener.java - Copyright © 2006–2012 David Roden
+ * jSite - FileScannerListener.java - Copyright © 2006–2014 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
  *
  * 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 ae8cea4..6f2c38e 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * jSite - KeyDialog.java - Copyright © 2010–2012 David Roden
+ * jSite - KeyDialog.java - Copyright © 2010–2014 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
  *
  * 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 760c967..4eaff14 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * jSite - NodeManagerListener.java - Copyright © 2006–2012 David Roden
+ * jSite - NodeManagerListener.java - Copyright © 2006–2014 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
  *
  * 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 124724b..bbb32de 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * jSite - NodeManagerPage.java - Copyright © 2006–2012 David Roden
+ * jSite - NodeManagerPage.java - Copyright © 2006–2014 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
  *
  * 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 914e74b..7cbeec6 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * jSite - PreferencesPage.java - Copyright © 2009–2012 David Roden
+ * jSite - PreferencesPage.java - Copyright © 2009–2014 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
  *
  * 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 0969846..0e700c9 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * jSite - ProjectFilesPage.java - Copyright © 2006–2012 David Roden
+ * jSite - ProjectFilesPage.java - Copyright © 2006–2014 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
  *
  * 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 b73a49a..f68144d 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * jSite - ProjectInsertPage.java - Copyright © 2006–2012 David Roden
+ * jSite - ProjectInsertPage.java - Copyright © 2006–2014 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
  *
  * 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 ceee143..1da83d2 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * jSite - ProjectPage.java - Copyright © 2006–2012 David Roden
+ * jSite - ProjectPage.java - Copyright © 2006–2014 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
  *
  * 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 4c1cceb..e2e3b3e 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * jSite - I18n.java - Copyright © 2006–2012 David Roden
+ * jSite - I18n.java - Copyright © 2006–2014 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
  *
  * 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 9683dd3..2c2ee10 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * jSite - I18nContainer.java - Copyright © 2007–2012 David Roden
+ * jSite - I18nContainer.java - Copyright © 2007–2014 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
  *
  * 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 f0d382f..3280551 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * jSite - CLI.java - Copyright © 2006–2012 David Roden
+ * jSite - CLI.java - Copyright © 2006–2014 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
  *
  * 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 1240f32..2a27e89 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * jSite - Configuration.java - Copyright © 2006–2012 David Roden
+ * jSite - Configuration.java - Copyright © 2006–2014 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
  *
  * 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 967f936..7d0a83b 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * jSite - ConfigurationLocator.java - Copyright © 2011–2012 David Roden
+ * jSite - ConfigurationLocator.java - Copyright © 2011–2014 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
  *
  * 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 8a4f905..76866cf 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * jSite - Main.java - Copyright © 2006–2012 David Roden
+ * jSite - Main.java - Copyright © 2006–2014 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
  *
  * 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 373703c..10178c8 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * jSite - Version.java - Copyright © 2006–2012 David Roden
+ * jSite - Version.java - Copyright © 2006–2014 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
  *
  * 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 19ea78d..df40f05 100644 (file)
@@ -1,5 +1,5 @@
 #
 #
-# jSite - jSite.properties - Copyright © 2006–2012 David Roden
+# jSite - jSite.properties - Copyright © 2006–2014 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
 #
 # 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 7f82138..908e4a1 100644 (file)
@@ -1,5 +1,5 @@
 #
 #
-# jSite - jSite_de.properties - Copyright © 2006–2012 David Roden
+# jSite - jSite_de.properties - Copyright © 2006–2014 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
 #
 # 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 39beff1..c9954a5 100644 (file)
@@ -1,5 +1,5 @@
 #
 #
-# jSite - jSite_fr.properties - Copyright © 2006–2012 David Roden
+# jSite - jSite_fr.properties - Copyright © 2006–2014 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
 #
 # 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 454510b..c34add4 100644 (file)
@@ -1,5 +1,5 @@
 #
 #
-# jSite - jSite_pl.properties - Copyright © 2006–2012 David Roden
+# jSite - jSite_pl.properties - Copyright © 2006–2014 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
 #
 # 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