From 040c45be209b7b7e29cbef5a0334d5748fc07f5b Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Sun, 30 Apr 2017 14:53:28 +0200 Subject: [PATCH] Update year in copyright lines --- src/main/java/net/pterodactylus/wotns/freenet/L10nFilter.java | 2 +- .../java/net/pterodactylus/wotns/freenet/SimpleFieldSetBuilder.java | 2 +- src/main/java/net/pterodactylus/wotns/freenet/fcp/AbstractCommand.java | 2 +- src/main/java/net/pterodactylus/wotns/freenet/fcp/Command.java | 2 +- src/main/java/net/pterodactylus/wotns/freenet/fcp/FcpException.java | 2 +- .../java/net/pterodactylus/wotns/freenet/plugin/ConnectorListener.java | 2 +- .../pterodactylus/wotns/freenet/plugin/ConnectorListenerManager.java | 2 +- .../java/net/pterodactylus/wotns/freenet/plugin/PluginConnector.java | 2 +- .../java/net/pterodactylus/wotns/freenet/plugin/PluginException.java | 2 +- src/main/java/net/pterodactylus/wotns/freenet/wot/DefaultIdentity.java | 2 +- .../java/net/pterodactylus/wotns/freenet/wot/DefaultOwnIdentity.java | 2 +- src/main/java/net/pterodactylus/wotns/freenet/wot/Identity.java | 2 +- src/main/java/net/pterodactylus/wotns/freenet/wot/IdentityListener.java | 2 +- .../net/pterodactylus/wotns/freenet/wot/IdentityListenerManager.java | 2 +- src/main/java/net/pterodactylus/wotns/freenet/wot/IdentityManager.java | 2 +- src/main/java/net/pterodactylus/wotns/freenet/wot/OwnIdentity.java | 2 +- src/main/java/net/pterodactylus/wotns/freenet/wot/Trust.java | 2 +- .../java/net/pterodactylus/wotns/freenet/wot/WebOfTrustConnector.java | 2 +- .../java/net/pterodactylus/wotns/freenet/wot/WebOfTrustException.java | 2 +- src/main/java/net/pterodactylus/wotns/main/IdentityComparator.java | 2 +- src/main/java/net/pterodactylus/wotns/main/IdentityTargets.java | 2 +- src/main/java/net/pterodactylus/wotns/main/Resolver.java | 2 +- src/main/java/net/pterodactylus/wotns/main/WoTNSPlugin.java | 2 +- src/main/java/net/pterodactylus/wotns/template/HttpRequestAccessor.java | 2 +- src/main/java/net/pterodactylus/wotns/template/IdentityAccessor.java | 2 +- src/main/java/net/pterodactylus/wotns/ui/web/AddTargetPage.java | 2 +- src/main/java/net/pterodactylus/wotns/ui/web/BasicPage.java | 2 +- src/main/java/net/pterodactylus/wotns/ui/web/EditTargetPage.java | 2 +- src/main/java/net/pterodactylus/wotns/ui/web/EnableIdentityPage.java | 2 +- src/main/java/net/pterodactylus/wotns/ui/web/IndexPage.java | 2 +- src/main/java/net/pterodactylus/wotns/ui/web/ManagePage.java | 2 +- src/main/java/net/pterodactylus/wotns/ui/web/ResolverPage.java | 2 +- src/main/java/net/pterodactylus/wotns/ui/web/WebInterface.java | 2 +- src/main/java/net/pterodactylus/wotns/web/FreenetRequest.java | 2 +- src/main/java/net/pterodactylus/wotns/web/FreenetTemplatePage.java | 2 +- src/main/java/net/pterodactylus/wotns/web/PageToadlet.java | 2 +- src/main/java/net/pterodactylus/wotns/web/PageToadletFactory.java | 2 +- 37 files changed, 37 insertions(+), 37 deletions(-) diff --git a/src/main/java/net/pterodactylus/wotns/freenet/L10nFilter.java b/src/main/java/net/pterodactylus/wotns/freenet/L10nFilter.java index 78cf08b..039839d 100644 --- a/src/main/java/net/pterodactylus/wotns/freenet/L10nFilter.java +++ b/src/main/java/net/pterodactylus/wotns/freenet/L10nFilter.java @@ -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 diff --git a/src/main/java/net/pterodactylus/wotns/freenet/SimpleFieldSetBuilder.java b/src/main/java/net/pterodactylus/wotns/freenet/SimpleFieldSetBuilder.java index 62c08f4..67dbe60 100644 --- a/src/main/java/net/pterodactylus/wotns/freenet/SimpleFieldSetBuilder.java +++ b/src/main/java/net/pterodactylus/wotns/freenet/SimpleFieldSetBuilder.java @@ -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 diff --git a/src/main/java/net/pterodactylus/wotns/freenet/fcp/AbstractCommand.java b/src/main/java/net/pterodactylus/wotns/freenet/fcp/AbstractCommand.java index 87514fc..9d31b18 100644 --- a/src/main/java/net/pterodactylus/wotns/freenet/fcp/AbstractCommand.java +++ b/src/main/java/net/pterodactylus/wotns/freenet/fcp/AbstractCommand.java @@ -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 diff --git a/src/main/java/net/pterodactylus/wotns/freenet/fcp/Command.java b/src/main/java/net/pterodactylus/wotns/freenet/fcp/Command.java index 969eaf0..300570b 100644 --- a/src/main/java/net/pterodactylus/wotns/freenet/fcp/Command.java +++ b/src/main/java/net/pterodactylus/wotns/freenet/fcp/Command.java @@ -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 diff --git a/src/main/java/net/pterodactylus/wotns/freenet/fcp/FcpException.java b/src/main/java/net/pterodactylus/wotns/freenet/fcp/FcpException.java index 595f53f..876de7b 100644 --- a/src/main/java/net/pterodactylus/wotns/freenet/fcp/FcpException.java +++ b/src/main/java/net/pterodactylus/wotns/freenet/fcp/FcpException.java @@ -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 diff --git a/src/main/java/net/pterodactylus/wotns/freenet/plugin/ConnectorListener.java b/src/main/java/net/pterodactylus/wotns/freenet/plugin/ConnectorListener.java index f68e5a5..007eb58 100644 --- a/src/main/java/net/pterodactylus/wotns/freenet/plugin/ConnectorListener.java +++ b/src/main/java/net/pterodactylus/wotns/freenet/plugin/ConnectorListener.java @@ -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 diff --git a/src/main/java/net/pterodactylus/wotns/freenet/plugin/ConnectorListenerManager.java b/src/main/java/net/pterodactylus/wotns/freenet/plugin/ConnectorListenerManager.java index cea089d..b6e6717 100644 --- a/src/main/java/net/pterodactylus/wotns/freenet/plugin/ConnectorListenerManager.java +++ b/src/main/java/net/pterodactylus/wotns/freenet/plugin/ConnectorListenerManager.java @@ -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 diff --git a/src/main/java/net/pterodactylus/wotns/freenet/plugin/PluginConnector.java b/src/main/java/net/pterodactylus/wotns/freenet/plugin/PluginConnector.java index e0eaca9..9aedab6 100644 --- a/src/main/java/net/pterodactylus/wotns/freenet/plugin/PluginConnector.java +++ b/src/main/java/net/pterodactylus/wotns/freenet/plugin/PluginConnector.java @@ -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 diff --git a/src/main/java/net/pterodactylus/wotns/freenet/plugin/PluginException.java b/src/main/java/net/pterodactylus/wotns/freenet/plugin/PluginException.java index d34dc2d..aefa79d 100644 --- a/src/main/java/net/pterodactylus/wotns/freenet/plugin/PluginException.java +++ b/src/main/java/net/pterodactylus/wotns/freenet/plugin/PluginException.java @@ -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 diff --git a/src/main/java/net/pterodactylus/wotns/freenet/wot/DefaultIdentity.java b/src/main/java/net/pterodactylus/wotns/freenet/wot/DefaultIdentity.java index c3dd51a..1ac0de1 100644 --- a/src/main/java/net/pterodactylus/wotns/freenet/wot/DefaultIdentity.java +++ b/src/main/java/net/pterodactylus/wotns/freenet/wot/DefaultIdentity.java @@ -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 diff --git a/src/main/java/net/pterodactylus/wotns/freenet/wot/DefaultOwnIdentity.java b/src/main/java/net/pterodactylus/wotns/freenet/wot/DefaultOwnIdentity.java index 8234879..184f42f 100644 --- a/src/main/java/net/pterodactylus/wotns/freenet/wot/DefaultOwnIdentity.java +++ b/src/main/java/net/pterodactylus/wotns/freenet/wot/DefaultOwnIdentity.java @@ -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 diff --git a/src/main/java/net/pterodactylus/wotns/freenet/wot/Identity.java b/src/main/java/net/pterodactylus/wotns/freenet/wot/Identity.java index efc4e91..269040c 100644 --- a/src/main/java/net/pterodactylus/wotns/freenet/wot/Identity.java +++ b/src/main/java/net/pterodactylus/wotns/freenet/wot/Identity.java @@ -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 diff --git a/src/main/java/net/pterodactylus/wotns/freenet/wot/IdentityListener.java b/src/main/java/net/pterodactylus/wotns/freenet/wot/IdentityListener.java index e446646..c4b1251 100644 --- a/src/main/java/net/pterodactylus/wotns/freenet/wot/IdentityListener.java +++ b/src/main/java/net/pterodactylus/wotns/freenet/wot/IdentityListener.java @@ -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 diff --git a/src/main/java/net/pterodactylus/wotns/freenet/wot/IdentityListenerManager.java b/src/main/java/net/pterodactylus/wotns/freenet/wot/IdentityListenerManager.java index 75703c3..e50a9da 100644 --- a/src/main/java/net/pterodactylus/wotns/freenet/wot/IdentityListenerManager.java +++ b/src/main/java/net/pterodactylus/wotns/freenet/wot/IdentityListenerManager.java @@ -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 diff --git a/src/main/java/net/pterodactylus/wotns/freenet/wot/IdentityManager.java b/src/main/java/net/pterodactylus/wotns/freenet/wot/IdentityManager.java index 0c560fc..1961cac 100644 --- a/src/main/java/net/pterodactylus/wotns/freenet/wot/IdentityManager.java +++ b/src/main/java/net/pterodactylus/wotns/freenet/wot/IdentityManager.java @@ -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 diff --git a/src/main/java/net/pterodactylus/wotns/freenet/wot/OwnIdentity.java b/src/main/java/net/pterodactylus/wotns/freenet/wot/OwnIdentity.java index fd6713f..6f328b4 100644 --- a/src/main/java/net/pterodactylus/wotns/freenet/wot/OwnIdentity.java +++ b/src/main/java/net/pterodactylus/wotns/freenet/wot/OwnIdentity.java @@ -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 diff --git a/src/main/java/net/pterodactylus/wotns/freenet/wot/Trust.java b/src/main/java/net/pterodactylus/wotns/freenet/wot/Trust.java index a1f4e05..cd62c33 100644 --- a/src/main/java/net/pterodactylus/wotns/freenet/wot/Trust.java +++ b/src/main/java/net/pterodactylus/wotns/freenet/wot/Trust.java @@ -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 diff --git a/src/main/java/net/pterodactylus/wotns/freenet/wot/WebOfTrustConnector.java b/src/main/java/net/pterodactylus/wotns/freenet/wot/WebOfTrustConnector.java index 9abb279..88e6941 100644 --- a/src/main/java/net/pterodactylus/wotns/freenet/wot/WebOfTrustConnector.java +++ b/src/main/java/net/pterodactylus/wotns/freenet/wot/WebOfTrustConnector.java @@ -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 diff --git a/src/main/java/net/pterodactylus/wotns/freenet/wot/WebOfTrustException.java b/src/main/java/net/pterodactylus/wotns/freenet/wot/WebOfTrustException.java index 9a73cee..8e48fa6 100644 --- a/src/main/java/net/pterodactylus/wotns/freenet/wot/WebOfTrustException.java +++ b/src/main/java/net/pterodactylus/wotns/freenet/wot/WebOfTrustException.java @@ -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 diff --git a/src/main/java/net/pterodactylus/wotns/main/IdentityComparator.java b/src/main/java/net/pterodactylus/wotns/main/IdentityComparator.java index 3bc8665..ee7fb8b 100644 --- a/src/main/java/net/pterodactylus/wotns/main/IdentityComparator.java +++ b/src/main/java/net/pterodactylus/wotns/main/IdentityComparator.java @@ -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 diff --git a/src/main/java/net/pterodactylus/wotns/main/IdentityTargets.java b/src/main/java/net/pterodactylus/wotns/main/IdentityTargets.java index a992091..c1729ae 100644 --- a/src/main/java/net/pterodactylus/wotns/main/IdentityTargets.java +++ b/src/main/java/net/pterodactylus/wotns/main/IdentityTargets.java @@ -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 diff --git a/src/main/java/net/pterodactylus/wotns/main/Resolver.java b/src/main/java/net/pterodactylus/wotns/main/Resolver.java index 66032d9..39c95ec 100644 --- a/src/main/java/net/pterodactylus/wotns/main/Resolver.java +++ b/src/main/java/net/pterodactylus/wotns/main/Resolver.java @@ -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 diff --git a/src/main/java/net/pterodactylus/wotns/main/WoTNSPlugin.java b/src/main/java/net/pterodactylus/wotns/main/WoTNSPlugin.java index abbdea5..969232b 100644 --- a/src/main/java/net/pterodactylus/wotns/main/WoTNSPlugin.java +++ b/src/main/java/net/pterodactylus/wotns/main/WoTNSPlugin.java @@ -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 diff --git a/src/main/java/net/pterodactylus/wotns/template/HttpRequestAccessor.java b/src/main/java/net/pterodactylus/wotns/template/HttpRequestAccessor.java index bdb7721..79d9c7f 100644 --- a/src/main/java/net/pterodactylus/wotns/template/HttpRequestAccessor.java +++ b/src/main/java/net/pterodactylus/wotns/template/HttpRequestAccessor.java @@ -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 diff --git a/src/main/java/net/pterodactylus/wotns/template/IdentityAccessor.java b/src/main/java/net/pterodactylus/wotns/template/IdentityAccessor.java index 77d35d5..fb97683 100644 --- a/src/main/java/net/pterodactylus/wotns/template/IdentityAccessor.java +++ b/src/main/java/net/pterodactylus/wotns/template/IdentityAccessor.java @@ -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 diff --git a/src/main/java/net/pterodactylus/wotns/ui/web/AddTargetPage.java b/src/main/java/net/pterodactylus/wotns/ui/web/AddTargetPage.java index 64b134c..c918df1 100644 --- a/src/main/java/net/pterodactylus/wotns/ui/web/AddTargetPage.java +++ b/src/main/java/net/pterodactylus/wotns/ui/web/AddTargetPage.java @@ -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 diff --git a/src/main/java/net/pterodactylus/wotns/ui/web/BasicPage.java b/src/main/java/net/pterodactylus/wotns/ui/web/BasicPage.java index 2921c7e..102613f 100644 --- a/src/main/java/net/pterodactylus/wotns/ui/web/BasicPage.java +++ b/src/main/java/net/pterodactylus/wotns/ui/web/BasicPage.java @@ -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 diff --git a/src/main/java/net/pterodactylus/wotns/ui/web/EditTargetPage.java b/src/main/java/net/pterodactylus/wotns/ui/web/EditTargetPage.java index b8f009d..98964f3 100644 --- a/src/main/java/net/pterodactylus/wotns/ui/web/EditTargetPage.java +++ b/src/main/java/net/pterodactylus/wotns/ui/web/EditTargetPage.java @@ -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 diff --git a/src/main/java/net/pterodactylus/wotns/ui/web/EnableIdentityPage.java b/src/main/java/net/pterodactylus/wotns/ui/web/EnableIdentityPage.java index f8d4a9d..baa5736 100644 --- a/src/main/java/net/pterodactylus/wotns/ui/web/EnableIdentityPage.java +++ b/src/main/java/net/pterodactylus/wotns/ui/web/EnableIdentityPage.java @@ -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 diff --git a/src/main/java/net/pterodactylus/wotns/ui/web/IndexPage.java b/src/main/java/net/pterodactylus/wotns/ui/web/IndexPage.java index be94346..22f7797 100644 --- a/src/main/java/net/pterodactylus/wotns/ui/web/IndexPage.java +++ b/src/main/java/net/pterodactylus/wotns/ui/web/IndexPage.java @@ -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 diff --git a/src/main/java/net/pterodactylus/wotns/ui/web/ManagePage.java b/src/main/java/net/pterodactylus/wotns/ui/web/ManagePage.java index 6a4200e..1f027e2 100644 --- a/src/main/java/net/pterodactylus/wotns/ui/web/ManagePage.java +++ b/src/main/java/net/pterodactylus/wotns/ui/web/ManagePage.java @@ -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 diff --git a/src/main/java/net/pterodactylus/wotns/ui/web/ResolverPage.java b/src/main/java/net/pterodactylus/wotns/ui/web/ResolverPage.java index d26d1aa..1c7c81b 100644 --- a/src/main/java/net/pterodactylus/wotns/ui/web/ResolverPage.java +++ b/src/main/java/net/pterodactylus/wotns/ui/web/ResolverPage.java @@ -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 diff --git a/src/main/java/net/pterodactylus/wotns/ui/web/WebInterface.java b/src/main/java/net/pterodactylus/wotns/ui/web/WebInterface.java index 02b410a..40f5715 100644 --- a/src/main/java/net/pterodactylus/wotns/ui/web/WebInterface.java +++ b/src/main/java/net/pterodactylus/wotns/ui/web/WebInterface.java @@ -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 diff --git a/src/main/java/net/pterodactylus/wotns/web/FreenetRequest.java b/src/main/java/net/pterodactylus/wotns/web/FreenetRequest.java index 6c74783..e54f6de 100644 --- a/src/main/java/net/pterodactylus/wotns/web/FreenetRequest.java +++ b/src/main/java/net/pterodactylus/wotns/web/FreenetRequest.java @@ -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 diff --git a/src/main/java/net/pterodactylus/wotns/web/FreenetTemplatePage.java b/src/main/java/net/pterodactylus/wotns/web/FreenetTemplatePage.java index 6352d2d..03ed5f5 100644 --- a/src/main/java/net/pterodactylus/wotns/web/FreenetTemplatePage.java +++ b/src/main/java/net/pterodactylus/wotns/web/FreenetTemplatePage.java @@ -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 diff --git a/src/main/java/net/pterodactylus/wotns/web/PageToadlet.java b/src/main/java/net/pterodactylus/wotns/web/PageToadlet.java index e8ef719..09666a2 100644 --- a/src/main/java/net/pterodactylus/wotns/web/PageToadlet.java +++ b/src/main/java/net/pterodactylus/wotns/web/PageToadlet.java @@ -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 diff --git a/src/main/java/net/pterodactylus/wotns/web/PageToadletFactory.java b/src/main/java/net/pterodactylus/wotns/web/PageToadletFactory.java index adf77d7..28ad24d 100644 --- a/src/main/java/net/pterodactylus/wotns/web/PageToadletFactory.java +++ b/src/main/java/net/pterodactylus/wotns/web/PageToadletFactory.java @@ -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 -- 2.7.4