Change project name in headers and comments
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 30 Apr 2017 12:48:29 +0000 (14:48 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 30 Apr 2017 12:48:29 +0000 (14:48 +0200)
24 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/template/HttpRequestAccessor.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 692b572..78cf08b 100644 (file)
@@ -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
index d3675f6..62c08f4 100644 (file)
@@ -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
index 01b103c..87514fc 100644 (file)
@@ -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
index 4eac38c..969eaf0 100644 (file)
@@ -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 <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
  */
index 1544919..595f53f 100644 (file)
@@ -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
index 18b121d..f68e5a5 100644 (file)
@@ -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
index 0a0c891..cea089d 100644 (file)
@@ -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
index bb466f1..e0eaca9 100644 (file)
@@ -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
index 39d1d20..d34dc2d 100644 (file)
@@ -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
index e84ba6e..c3dd51a 100644 (file)
@@ -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
index 6f322b3..8234879 100644 (file)
@@ -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
index 41e28ae..efc4e91 100644 (file)
@@ -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
index afe788e..e446646 100644 (file)
@@ -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
index 63ce4fa..75703c3 100644 (file)
@@ -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
index 44430a8..0c560fc 100644 (file)
@@ -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
index b8d4d15..fd6713f 100644 (file)
@@ -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
index a8d7fc6..a1f4e05 100644 (file)
@@ -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
index c546591..9abb279 100644 (file)
@@ -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
index 345ea6a..9a73cee 100644 (file)
@@ -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
index d8b44ee..bdb7721 100644 (file)
@@ -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
index bf15f5b..6c74783 100644 (file)
@@ -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
index 4cc63bb..6352d2d 100644 (file)
@@ -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
index 818a27c..e8ef719 100644 (file)
@@ -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
index 64fdcc0..adf77d7 100644 (file)
@@ -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