Update year in copyright lines
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 30 Apr 2017 12:53:28 +0000 (14:53 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 30 Apr 2017 12:53:28 +0000 (14:53 +0200)
37 files changed:
src/main/java/net/pterodactylus/wotns/freenet/L10nFilter.java
src/main/java/net/pterodactylus/wotns/freenet/SimpleFieldSetBuilder.java
src/main/java/net/pterodactylus/wotns/freenet/fcp/AbstractCommand.java
src/main/java/net/pterodactylus/wotns/freenet/fcp/Command.java
src/main/java/net/pterodactylus/wotns/freenet/fcp/FcpException.java
src/main/java/net/pterodactylus/wotns/freenet/plugin/ConnectorListener.java
src/main/java/net/pterodactylus/wotns/freenet/plugin/ConnectorListenerManager.java
src/main/java/net/pterodactylus/wotns/freenet/plugin/PluginConnector.java
src/main/java/net/pterodactylus/wotns/freenet/plugin/PluginException.java
src/main/java/net/pterodactylus/wotns/freenet/wot/DefaultIdentity.java
src/main/java/net/pterodactylus/wotns/freenet/wot/DefaultOwnIdentity.java
src/main/java/net/pterodactylus/wotns/freenet/wot/Identity.java
src/main/java/net/pterodactylus/wotns/freenet/wot/IdentityListener.java
src/main/java/net/pterodactylus/wotns/freenet/wot/IdentityListenerManager.java
src/main/java/net/pterodactylus/wotns/freenet/wot/IdentityManager.java
src/main/java/net/pterodactylus/wotns/freenet/wot/OwnIdentity.java
src/main/java/net/pterodactylus/wotns/freenet/wot/Trust.java
src/main/java/net/pterodactylus/wotns/freenet/wot/WebOfTrustConnector.java
src/main/java/net/pterodactylus/wotns/freenet/wot/WebOfTrustException.java
src/main/java/net/pterodactylus/wotns/main/IdentityComparator.java
src/main/java/net/pterodactylus/wotns/main/IdentityTargets.java
src/main/java/net/pterodactylus/wotns/main/Resolver.java
src/main/java/net/pterodactylus/wotns/main/WoTNSPlugin.java
src/main/java/net/pterodactylus/wotns/template/HttpRequestAccessor.java
src/main/java/net/pterodactylus/wotns/template/IdentityAccessor.java
src/main/java/net/pterodactylus/wotns/ui/web/AddTargetPage.java
src/main/java/net/pterodactylus/wotns/ui/web/BasicPage.java
src/main/java/net/pterodactylus/wotns/ui/web/EditTargetPage.java
src/main/java/net/pterodactylus/wotns/ui/web/EnableIdentityPage.java
src/main/java/net/pterodactylus/wotns/ui/web/IndexPage.java
src/main/java/net/pterodactylus/wotns/ui/web/ManagePage.java
src/main/java/net/pterodactylus/wotns/ui/web/ResolverPage.java
src/main/java/net/pterodactylus/wotns/ui/web/WebInterface.java
src/main/java/net/pterodactylus/wotns/web/FreenetRequest.java
src/main/java/net/pterodactylus/wotns/web/FreenetTemplatePage.java
src/main/java/net/pterodactylus/wotns/web/PageToadlet.java
src/main/java/net/pterodactylus/wotns/web/PageToadletFactory.java

index 78cf08b..039839d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * WoTNS - L10nFilter.java - Copyright © 2010 David Roden
+ * WoTNS - L10nFilter.java - Copyright © –2017 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 62c08f4..67dbe60 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * WoTNS - SimpleFieldSetBuilder.java - Copyright © 2011 David Roden
+ * WoTNS - SimpleFieldSetBuilder.java - Copyright © 2011–2017 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 87514fc..9d31b18 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * WoTNS - AbstractCommand.java - Copyright © 2011 David Roden
+ * WoTNS - AbstractCommand.java - Copyright © 2011–2017 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 969eaf0..300570b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * WoTNS - Command.java - Copyright © 2011 David Roden
+ * WoTNS - Command.java - Copyright © 2011–2017 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 595f53f..876de7b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * WoTNS - FcpException.java - Copyright © 2011 David Roden
+ * WoTNS - FcpException.java - Copyright © 2011–2017 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 f68e5a5..007eb58 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * WoTNS - ConnectorListener.java - Copyright © 2010 David Roden
+ * WoTNS - ConnectorListener.java - Copyright © 2010–2017 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 cea089d..b6e6717 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * WoTNS - ConnectorListenerManager.java - Copyright © 2010 David Roden
+ * WoTNS - ConnectorListenerManager.java - Copyright © 2010–2017 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 e0eaca9..9aedab6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * WoTNS - PluginConnector.java - Copyright © 2010 David Roden
+ * WoTNS - PluginConnector.java - Copyright © 2010–2017 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 d34dc2d..aefa79d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * WoTNS - PluginException.java - Copyright © 2010 David Roden
+ * WoTNS - PluginException.java - Copyright © 2010–2017 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 c3dd51a..1ac0de1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * WoTNS - DefaultIdentity.java - Copyright © 2010 David Roden
+ * WoTNS - DefaultIdentity.java - Copyright © 2010–2017 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 8234879..184f42f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * WoTNS - DefaultOwnIdentity.java - Copyright © 2010 David Roden
+ * WoTNS - DefaultOwnIdentity.java - Copyright © 2010–2017 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 efc4e91..269040c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * WoTNS - Identity.java - Copyright © 2010 David Roden
+ * WoTNS - Identity.java - Copyright © 2010–2017 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 e446646..c4b1251 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * WoTNS - IdentityListener.java - Copyright © 2010 David Roden
+ * WoTNS - IdentityListener.java - Copyright © 2010–2017 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 75703c3..e50a9da 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * WoTNS - IdentityListenerManager.java - Copyright © 2010 David Roden
+ * WoTNS - IdentityListenerManager.java - Copyright © 2010–2017 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 0c560fc..1961cac 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * WoTNS - IdentityManager.java - Copyright © 2010 David Roden
+ * WoTNS - IdentityManager.java - Copyright © 2010–2017 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 fd6713f..6f328b4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * WoTNS - OwnIdentity.java - Copyright © 2010 David Roden
+ * WoTNS - OwnIdentity.java - Copyright © 2010–2017 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 a1f4e05..cd62c33 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * WoTNS - Trust.java - Copyright © 2010 David Roden
+ * WoTNS - Trust.java - Copyright © 2010–2017 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 9abb279..88e6941 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * WoTNS - WebOfTrustConnector.java - Copyright © 2010 David Roden
+ * WoTNS - WebOfTrustConnector.java - Copyright © 2010–2017 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 9a73cee..8e48fa6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * WoTNS - WebOfTrustException.java - Copyright © 2010 David Roden
+ * WoTNS - WebOfTrustException.java - Copyright © 2010–2017 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 3bc8665..ee7fb8b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * WoTNS - IdentityComparator.java - Copyright © 2011 David Roden
+ * WoTNS - IdentityComparator.java - Copyright © 2011–2017 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 a992091..c1729ae 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * WoTNS - IdentityTargets.java - Copyright © 2011 David Roden
+ * WoTNS - IdentityTargets.java - Copyright © 2011–2017 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 66032d9..39c95ec 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * WoTNS - Resolver.java - Copyright © 2011 David Roden
+ * WoTNS - Resolver.java - Copyright © 2011–2017 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 abbdea5..969232b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * WoTNS - WoTNSPlugin.java - Copyright © 2011 David Roden
+ * WoTNS - WoTNSPlugin.java - Copyright © 2011–2017 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 bdb7721..79d9c7f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * WoTNS - HttpRequestAccessor.java - Copyright © 2011 David Roden
+ * WoTNS - HttpRequestAccessor.java - Copyright © 2011–2017 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 77d35d5..fb97683 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * WoTNS - IdentityAccessor.java - Copyright © 2011 David Roden
+ * WoTNS - IdentityAccessor.java - Copyright © 2011–2017 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 64b134c..c918df1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * WoTNS - AddTargetPage.java - Copyright © 2011 David Roden
+ * WoTNS - AddTargetPage.java - Copyright © 2011–2017 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 2921c7e..102613f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * WoTNS - BasicPage.java - Copyright © 2011 David Roden
+ * WoTNS - BasicPage.java - Copyright © 2011–2017 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 b8f009d..98964f3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * WoTNS - EditTargetPage.java - Copyright © 2011 David Roden
+ * WoTNS - EditTargetPage.java - Copyright © 2011–2017 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 f8d4a9d..baa5736 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * WoTNS - EnableIdentityPage.java - Copyright © 2011 David Roden
+ * WoTNS - EnableIdentityPage.java - Copyright © 2011–2017 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 be94346..22f7797 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * WoTNS - IndexPage.java - Copyright © 2011 David Roden
+ * WoTNS - IndexPage.java - Copyright © 2011–2017 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 6a4200e..1f027e2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * WoTNS - ManagePage.java - Copyright © 2011 David Roden
+ * WoTNS - ManagePage.java - Copyright © 2011–2017 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 d26d1aa..1c7c81b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * WoTNS - ResolverPage.java - Copyright © 2011 David Roden
+ * WoTNS - ResolverPage.java - Copyright © 2011–2017 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 02b410a..40f5715 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * WoTNS - WebInterface.java - Copyright © 2011 David Roden
+ * WoTNS - WebInterface.java - Copyright © 2011–2017 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 6c74783..e54f6de 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * WoTNS - FreenetRequest.java - Copyright © 2011 David Roden
+ * WoTNS - FreenetRequest.java - Copyright © 2011–2017 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 6352d2d..03ed5f5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * WoTNS - FreenetTemplatePage.java - Copyright © 2010 David Roden
+ * WoTNS - FreenetTemplatePage.java - Copyright © 2010–2017 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 e8ef719..09666a2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * WoTNS - PageToadlet.java - Copyright © 2010 David Roden
+ * WoTNS - PageToadlet.java - Copyright © 2010–2017 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 adf77d7..28ad24d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * WoTNS - PageToadletFactory.java - Copyright © 2010 David Roden
+ * WoTNS - PageToadletFactory.java - Copyright © 2010–2017 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