From d38acfadf5c9a3dd775659d1f3b9eb6efb87f8ab 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:48:29 +0200 Subject: [PATCH] Change project name in headers and comments --- src/main/java/net/pterodactylus/wotns/freenet/L10nFilter.java | 2 +- .../java/net/pterodactylus/wotns/freenet/SimpleFieldSetBuilder.java | 2 +- .../java/net/pterodactylus/wotns/freenet/fcp/AbstractCommand.java | 2 +- src/main/java/net/pterodactylus/wotns/freenet/fcp/Command.java | 4 ++-- src/main/java/net/pterodactylus/wotns/freenet/fcp/FcpException.java | 2 +- .../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 +- .../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 +- .../java/net/pterodactylus/wotns/freenet/wot/IdentityListener.java | 2 +- .../net/pterodactylus/wotns/freenet/wot/IdentityListenerManager.java | 2 +- .../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 +- .../java/net/pterodactylus/wotns/template/HttpRequestAccessor.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 +- 24 files changed, 25 insertions(+), 25 deletions(-) diff --git a/src/main/java/net/pterodactylus/wotns/freenet/L10nFilter.java b/src/main/java/net/pterodactylus/wotns/freenet/L10nFilter.java index 692b572..78cf08b 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 @@ /* - * Sone - L10nFilter.java - Copyright © 2010 David Roden + * WoTNS - L10nFilter.java - Copyright © 2010 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/SimpleFieldSetBuilder.java b/src/main/java/net/pterodactylus/wotns/freenet/SimpleFieldSetBuilder.java index d3675f6..62c08f4 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 @@ /* - * Sone - SimpleFieldSetBuilder.java - Copyright © 2011 David Roden + * WoTNS - SimpleFieldSetBuilder.java - Copyright © 2011 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 01b103c..87514fc 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 @@ /* - * Sone - AbstractCommand.java - Copyright © 2011 David Roden + * WoTNS - AbstractCommand.java - Copyright © 2011 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 4eac38c..969eaf0 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 @@ /* - * Sone - Command.java - Copyright © 2011 David Roden + * WoTNS - Command.java - Copyright © 2011 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 @@ -23,7 +23,7 @@ import freenet.support.api.Bucket; /** * Implementation of an FCP interface for other clients or plugins to - * communicate with Sone. + * communicate with WoTNS. * * @author David ‘Bombe’ Roden */ 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 1544919..595f53f 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 @@ /* - * Sone - FcpException.java - Copyright © 2011 David Roden + * WoTNS - FcpException.java - Copyright © 2011 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 18b121d..f68e5a5 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 @@ /* - * Sone - ConnectorListener.java - Copyright © 2010 David Roden + * WoTNS - ConnectorListener.java - Copyright © 2010 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 0a0c891..cea089d 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 @@ /* - * Sone - ConnectorListenerManager.java - Copyright © 2010 David Roden + * WoTNS - ConnectorListenerManager.java - Copyright © 2010 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 bb466f1..e0eaca9 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 @@ /* - * Sone - PluginConnector.java - Copyright © 2010 David Roden + * WoTNS - PluginConnector.java - Copyright © 2010 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 39d1d20..d34dc2d 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 @@ /* - * Sone - PluginException.java - Copyright © 2010 David Roden + * WoTNS - PluginException.java - Copyright © 2010 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 e84ba6e..c3dd51a 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 @@ /* - * Sone - DefaultIdentity.java - Copyright © 2010 David Roden + * WoTNS - DefaultIdentity.java - Copyright © 2010 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 6f322b3..8234879 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 @@ /* - * Sone - DefaultOwnIdentity.java - Copyright © 2010 David Roden + * WoTNS - DefaultOwnIdentity.java - Copyright © 2010 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 41e28ae..efc4e91 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 @@ /* - * Sone - Identity.java - Copyright © 2010 David Roden + * WoTNS - Identity.java - Copyright © 2010 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 afe788e..e446646 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 @@ /* - * Sone - IdentityListener.java - Copyright © 2010 David Roden + * WoTNS - IdentityListener.java - Copyright © 2010 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 63ce4fa..75703c3 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 @@ /* - * Sone - IdentityListenerManager.java - Copyright © 2010 David Roden + * WoTNS - IdentityListenerManager.java - Copyright © 2010 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 44430a8..0c560fc 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 @@ /* - * Sone - IdentityManager.java - Copyright © 2010 David Roden + * WoTNS - IdentityManager.java - Copyright © 2010 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 b8d4d15..fd6713f 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 @@ /* - * Sone - OwnIdentity.java - Copyright © 2010 David Roden + * WoTNS - OwnIdentity.java - Copyright © 2010 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 a8d7fc6..a1f4e05 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 @@ /* - * Sone - Trust.java - Copyright © 2010 David Roden + * WoTNS - Trust.java - Copyright © 2010 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 c546591..9abb279 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 @@ /* - * Sone - WebOfTrustConnector.java - Copyright © 2010 David Roden + * WoTNS - WebOfTrustConnector.java - Copyright © 2010 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 345ea6a..9a73cee 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 @@ /* - * Sone - WebOfTrustException.java - Copyright © 2010 David Roden + * WoTNS - WebOfTrustException.java - Copyright © 2010 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 d8b44ee..bdb7721 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 @@ /* - * Sone - HttpRequestAccessor.java - Copyright © 2011 David Roden + * WoTNS - HttpRequestAccessor.java - Copyright © 2011 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 bf15f5b..6c74783 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 @@ /* - * Sone - FreenetRequest.java - Copyright © 2011 David Roden + * WoTNS - FreenetRequest.java - Copyright © 2011 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 4cc63bb..6352d2d 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 @@ /* - * Sone - FreenetTemplatePage.java - Copyright © 2010 David Roden + * WoTNS - FreenetTemplatePage.java - Copyright © 2010 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 818a27c..e8ef719 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 @@ /* - * Sone - PageToadlet.java - Copyright © 2010 David Roden + * WoTNS - PageToadlet.java - Copyright © 2010 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 64fdcc0..adf77d7 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 @@ /* - * Sone - PageToadletFactory.java - Copyright © 2010 David Roden + * WoTNS - PageToadletFactory.java - Copyright © 2010 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