Fix copyright line.
authorDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Thu, 23 Jul 2009 04:19:32 +0000 (06:19 +0200)
committerDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Thu, 23 Jul 2009 04:19:32 +0000 (06:19 +0200)
95 files changed:
src/net/pterodactylus/fcp/ARK.java
src/net/pterodactylus/fcp/AddPeer.java
src/net/pterodactylus/fcp/AllData.java
src/net/pterodactylus/fcp/BaseMessage.java
src/net/pterodactylus/fcp/ClientGet.java
src/net/pterodactylus/fcp/ClientHello.java
src/net/pterodactylus/fcp/ClientPut.java
src/net/pterodactylus/fcp/ClientPutComplexDir.java
src/net/pterodactylus/fcp/ClientPutDiskDir.java
src/net/pterodactylus/fcp/CloseConnectionDuplicateClientName.java
src/net/pterodactylus/fcp/ConfigData.java
src/net/pterodactylus/fcp/DSAGroup.java
src/net/pterodactylus/fcp/DataFound.java
src/net/pterodactylus/fcp/EndListPeerNotes.java
src/net/pterodactylus/fcp/EndListPeers.java
src/net/pterodactylus/fcp/EndListPersistentRequests.java
src/net/pterodactylus/fcp/FCPPluginMessage.java
src/net/pterodactylus/fcp/FCPPluginReply.java
src/net/pterodactylus/fcp/FcpAdapter.java
src/net/pterodactylus/fcp/FcpConnection.java
src/net/pterodactylus/fcp/FcpConnectionHandler.java
src/net/pterodactylus/fcp/FcpKeyPair.java
src/net/pterodactylus/fcp/FcpListener.java
src/net/pterodactylus/fcp/FcpListenerManager.java
src/net/pterodactylus/fcp/FcpMessage.java
src/net/pterodactylus/fcp/FcpTest.java
src/net/pterodactylus/fcp/FcpUtils.java
src/net/pterodactylus/fcp/FileEntry.java
src/net/pterodactylus/fcp/FinishedCompression.java
src/net/pterodactylus/fcp/GenerateSSK.java
src/net/pterodactylus/fcp/GetConfig.java
src/net/pterodactylus/fcp/GetFailed.java
src/net/pterodactylus/fcp/GetNode.java
src/net/pterodactylus/fcp/GetPluginInfo.java
src/net/pterodactylus/fcp/GetRequestStatus.java
src/net/pterodactylus/fcp/IdentifierCollision.java
src/net/pterodactylus/fcp/ListPeer.java
src/net/pterodactylus/fcp/ListPeerNotes.java
src/net/pterodactylus/fcp/ListPeers.java
src/net/pterodactylus/fcp/ListPersistentRequests.java
src/net/pterodactylus/fcp/ModifyConfig.java
src/net/pterodactylus/fcp/ModifyPeer.java
src/net/pterodactylus/fcp/ModifyPeerNote.java
src/net/pterodactylus/fcp/ModifyPersistentRequest.java
src/net/pterodactylus/fcp/NodeData.java
src/net/pterodactylus/fcp/NodeHello.java
src/net/pterodactylus/fcp/NodeRef.java
src/net/pterodactylus/fcp/Peer.java
src/net/pterodactylus/fcp/PeerNote.java
src/net/pterodactylus/fcp/PeerRemoved.java
src/net/pterodactylus/fcp/Persistence.java
src/net/pterodactylus/fcp/PersistentGet.java
src/net/pterodactylus/fcp/PersistentPut.java
src/net/pterodactylus/fcp/PersistentPutDir.java
src/net/pterodactylus/fcp/PersistentRequestModified.java
src/net/pterodactylus/fcp/PersistentRequestRemoved.java
src/net/pterodactylus/fcp/PluginInfo.java
src/net/pterodactylus/fcp/Priority.java
src/net/pterodactylus/fcp/ProtocolError.java
src/net/pterodactylus/fcp/PutFailed.java
src/net/pterodactylus/fcp/PutFetchable.java
src/net/pterodactylus/fcp/PutSuccessful.java
src/net/pterodactylus/fcp/RemovePeer.java
src/net/pterodactylus/fcp/RemovePersistentRequest.java
src/net/pterodactylus/fcp/ReturnType.java
src/net/pterodactylus/fcp/SSKKeypair.java
src/net/pterodactylus/fcp/Shutdown.java
src/net/pterodactylus/fcp/SimpleProgress.java
src/net/pterodactylus/fcp/StartedCompression.java
src/net/pterodactylus/fcp/SubscribeUSK.java
src/net/pterodactylus/fcp/SubscribedUSKUpdate.java
src/net/pterodactylus/fcp/TestDDAComplete.java
src/net/pterodactylus/fcp/TestDDAReply.java
src/net/pterodactylus/fcp/TestDDARequest.java
src/net/pterodactylus/fcp/TestDDAResponse.java
src/net/pterodactylus/fcp/URIGenerated.java
src/net/pterodactylus/fcp/UnknownNodeIdentifier.java
src/net/pterodactylus/fcp/UnknownPeerNoteType.java
src/net/pterodactylus/fcp/UploadFrom.java
src/net/pterodactylus/fcp/Verbosity.java
src/net/pterodactylus/fcp/Version.java
src/net/pterodactylus/fcp/WatchGlobal.java
src/net/pterodactylus/fcp/highlevel/FcpClient.java
src/net/pterodactylus/fcp/highlevel/FcpClientListener.java
src/net/pterodactylus/fcp/highlevel/FcpClientListenerManager.java
src/net/pterodactylus/fcp/highlevel/FcpException.java
src/net/pterodactylus/fcp/highlevel/GetRequest.java
src/net/pterodactylus/fcp/highlevel/PutRequest.java
src/net/pterodactylus/fcp/highlevel/Request.java
src/net/pterodactylus/fcp/plugin/WebOfTrustPlugin.java
src/net/pterodactylus/util/event/AbstractListenerManager.java
src/net/pterodactylus/util/filter/Filter.java
src/net/pterodactylus/util/filter/Filters.java
src/net/pterodactylus/util/thread/CurrentThreadExecutor.java
src/net/pterodactylus/util/thread/ObjectWrapper.java

index 6dda319..55a625f 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - ARK.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - ARK.java - Copyright © 2008 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 7d74f0a..2afa5e2 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - AddPeer.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - AddPeer.java - Copyright © 2008 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 e6ed783..aaa0c55 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - AllData.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - AllData.java - Copyright © 2008 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 d956b62..12500f4 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - BaseMessage.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - BaseMessage.java - Copyright © 2008 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 303569e..cb6783f 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - ClientGet.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - ClientGet.java - Copyright © 2008 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 b6cc900..6600c44 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - ClientHello.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - ClientHello.java - Copyright © 2008 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 b9eea25..0022735 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - ClientPut.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - ClientPut.java - Copyright © 2008 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 ada473c..28bc4c0 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - ClientPutComplexDir.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - ClientPutComplexDir.java - Copyright © 2008 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 3bb8274..f52c5cc 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - ClientPutDiskDir.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - ClientPutDiskDir.java - Copyright © 2008 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 f189436..1235541 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - CloseConnectionDuplicateClientName.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - CloseConnectionDuplicateClientName.java - Copyright © 2008 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 4905457..5d0e87a 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - ConfigData.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - ConfigData.java - Copyright © 2008 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 0dc1d40..3f7e18f 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - DSAGroup.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - DSAGroup.java - Copyright © 2008 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 b1ffe64..46679ac 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - DataFound.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - DataFound.java - Copyright © 2008 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 f6deb7f..3a736be 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - EndListPeerNotes.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - EndListPeerNotes.java - Copyright © 2008 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 f241aab..edba692 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - EndListPeers.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - EndListPeers.java - Copyright © 2008 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 586dbac..81d72dc 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - EndListPersistentRequests.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - EndListPersistentRequests.java - Copyright © 2008 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 3593fc0..d429867 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - PluginMessage.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - PluginMessage.java - Copyright © 2008 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 df46925..c3b5281 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - FCPPluginReply.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - FCPPluginReply.java - Copyright © 2008 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 09ff696..438574c 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - FcpAdapter.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - FcpAdapter.java - Copyright © 2008 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 d4271a5..b7129b7 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - FpcConnection.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - FpcConnection.java - Copyright © 2008 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 2c37e5e..d22e279 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - FcpConnectionHandler.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - FcpConnectionHandler.java - Copyright © 2008 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 8c3fef4..09f2e95 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - FcpKeyPair.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - FcpKeyPair.java - Copyright © 2008 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 2efb24e..a23b7ee 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - FpcListener.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - FpcListener.java - Copyright © 2008 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 f2d8133..11509bf 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jFCPlib - FcpListenerManager.java -
- * Copyright © 2009 David Roden
+ * jFCPlib - FcpListenerManager.java - Copyright © 2009 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 a2ac894..1975f44 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - FcpMessage.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - FcpMessage.java - Copyright © 2008 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 93a3637..6d2d773 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - FcpTest.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - FcpTest.java - Copyright © 2008 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 02e8c20..b8b5d84 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - FcpUtils.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - FcpUtils.java - Copyright © 2008 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 c047635..6d0e8a3 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - FileEntry.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - FileEntry.java - Copyright © 2008 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 25ce471..ca9a6cc 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - FinishedCompression.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - FinishedCompression.java - Copyright © 2008 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 024bc8d..acab898 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - GenerateSSK.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - GenerateSSK.java - Copyright © 2008 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 4b8d375..5870a12 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - GetConfig.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - GetConfig.java - Copyright © 2008 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 ca94927..c01bf2b 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - GetFailed.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - GetFailed.java - Copyright © 2008 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 4ca7cb0..f2d74ab 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - GetNode.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - GetNode.java - Copyright © 2008 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 7751268..aaf9705 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - GetPluginInfo.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - GetPluginInfo.java - Copyright © 2008 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 27ca9b4..b4a677f 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - GetRequestStatus.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - GetRequestStatus.java - Copyright © 2008 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 e285e77..981045d 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - IdentifierCollision.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - IdentifierCollision.java - Copyright © 2008 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 d3d601d..8f866ca 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - ListPeer.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - ListPeer.java - Copyright © 2008 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 c63ee27..0fff5e7 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - ListPeerNotes.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - ListPeerNotes.java - Copyright © 2008 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 85951c0..958e9d6 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - ListPeers.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - ListPeers.java - Copyright © 2008 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 2d09924..2b55fdc 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - ListPersistentRequests.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - ListPersistentRequests.java - Copyright © 2008 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 25dbab9..7bfc0a8 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - ModifyConfig.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - ModifyConfig.java - Copyright © 2008 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 c4d7994..1bed3e1 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - ModifyPeer.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - ModifyPeer.java - Copyright © 2008 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 a48ddef..a05afd7 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - ModifyPeerNote.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - ModifyPeerNote.java - Copyright © 2008 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 23e72e6..767d3e1 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - ModifyPersistentRequest.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - ModifyPersistentRequest.java - Copyright © 2008 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 322cdd5..05ee412 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - NodeData.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - NodeData.java - Copyright © 2008 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 52e5400..ecb1817 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - NodeHello.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - NodeHello.java - Copyright © 2008 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 3e7a4ce..728f9e5 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - NodeRef.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - NodeRef.java - Copyright © 2008 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 aec2959..3cfa856 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - Peer.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - Peer.java - Copyright © 2008 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 61dca19..7b32207 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - PeerNote.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - PeerNote.java - Copyright © 2008 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 cb457df..643bbbd 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - PeerRemoved.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - PeerRemoved.java - Copyright © 2008 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 f0bada8..c5975ec 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - Persistence.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - Persistence.java - Copyright © 2008 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 ee08ca4..1d04846 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - PersistentGet.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - PersistentGet.java - Copyright © 2008 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 dc9ec4c..892bd81 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - PersistentPut.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - PersistentPut.java - Copyright © 2008 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 3ea8af9..47c3d8d 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - PersistentPutDir.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - PersistentPutDir.java - Copyright © 2008 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 ac1e4b3..699daa4 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - PersistentRequestModified.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - PersistentRequestModified.java - Copyright © 2008 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 ac98a55..e765461 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - PersistentRequestRemoved.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - PersistentRequestRemoved.java - Copyright © 2008 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 2d1878c..28ac341 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - PluginInfo.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - PluginInfo.java - Copyright © 2008 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 3b3c73f..5025c88 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - Priority.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - Priority.java - Copyright © 2008 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 05d169d..2a6ada7 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - ProtocolError.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - ProtocolError.java - Copyright © 2008 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 b4e1957..a98e02b 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - GetFailed.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - GetFailed.java - Copyright © 2008 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 1b49670..7819bfa 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - PutFetchable.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - PutFetchable.java - Copyright © 2008 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 df349f5..6352f39 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - PutSuccessful.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - PutSuccessful.java - Copyright © 2008 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 ee1f428..10ae44b 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - RemovePeer.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - RemovePeer.java - Copyright © 2008 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 b3ecab4..859a83d 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - RemovePersistentRequest.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - RemovePersistentRequest.java - Copyright © 2008 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 8a6071e..d7a1b4d 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - ReturnType.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - ReturnType.java - Copyright © 2008 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 b7cd574..11f1a2c 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - SSKKeypair.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - SSKKeypair.java - Copyright © 2008 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 4618dc0..42b136a 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - Shutdown.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - Shutdown.java - Copyright © 2008 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 f7420f7..7022f56 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - SimpleProgress.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - SimpleProgress.java - Copyright © 2008 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 fd450f7..690f815 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - StartedCompression.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - StartedCompression.java - Copyright © 2008 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 b972a3f..ee3dae7 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - SubscribeUSK.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - SubscribeUSK.java - Copyright © 2008 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 6eb30cb..764311e 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - SubscribedUSKUpdate.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - SubscribedUSKUpdate.java - Copyright © 2008 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 4da6e3c..556b631 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - TestDDAComplete.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - TestDDAComplete.java - Copyright © 2008 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 0438595..77aba45 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - TestDDAReply.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - TestDDAReply.java - Copyright © 2008 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 53b47ee..0836e6c 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - TestDDARequest.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - TestDDARequest.java - Copyright © 2008 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 c570e21..b82ef66 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - TestDDAResponse.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - TestDDAResponse.java - Copyright © 2008 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 6c9983c..06d3888 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite2 - URIGenerated.java - Copyright © 2008 David Roden
+ * jFCPlib - URIGenerated.java - Copyright © 2008 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
index 929525f..b0688ba 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - UnknownNodeIdentifier.java -
- * Copyright \u00A9 2008 David Roden
+ * jFCPlib - UnknownNodeIdentifier.java - Copyright © 2008 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 8a82d43..e3289e2 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - UnknownPeerNoteType.java -
- * Copyright \u00A9 2008 David Roden
+ * jFCPlib - UnknownPeerNoteType.java - Copyright © 2008 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 4060e8c..cc0d168 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - UploadFrom.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - UploadFrom.java - Copyright © 2008 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 56c7f6b..9e58461 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - Verbosity.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - Verbosity.java - Copyright © 2008 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 09eb513..72aa120 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - Version.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - Version.java - Copyright © 2008 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 48c00cf..ffb4681 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - WatchGlobal.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - WatchGlobal.java - Copyright © 2008 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 cdf438b..3012e00 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jFCPlib - FcpClient.java -
- * Copyright © 2009 David Roden
+ * jFCPlib - FcpClient.java - Copyright © 2009 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 e90c7f0..2d06094 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jFCPlib - FcpClientListener.java -
- * Copyright © 2009 David Roden
+ * jFCPlib - FcpClientListener.java - Copyright © 2009 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 929f0f9..aa797e4 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jFCPlib - FcpClientListenerManager.java -
- * Copyright © 2009 David Roden
+ * jFCPlib - FcpClientListenerManager.java - Copyright © 2009 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 2bac281..dffc1f4 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jFCPlib - FcpException.java -
- * Copyright © 2009 David Roden
+ * jFCPlib - FcpException.java - Copyright © 2009 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 05e8ee9..7204335 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jFCPlib - GetRequest.java -
- * Copyright © 2009 David Roden
+ * jFCPlib - GetRequest.java - Copyright © 2009 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 451c17b..cba84a6 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jFCPlib - PutRequest.java -
- * Copyright © 2009 David Roden
+ * jFCPlib - PutRequest.java - Copyright © 2009 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 4e24b02..0b0f46e 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jFCPlib - Request.java -
- * Copyright © 2009 David Roden
+ * jFCPlib - Request.java - Copyright © 2009 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 bbc825f..3e99b1e 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jFCPlib - WebOfTrustPlugin.java -
- * Copyright © 2009 David Roden
+ * jFCPlib - WebOfTrustPlugin.java - Copyright © 2009 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 58fa330..fb2d43c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * ftw - AbstractListenerManager.java - Copyright © 2009 David Roden
+ * jFCPlib - AbstractListenerManager.java - Copyright © 2009 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 a17931a..90d7699 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jFCPlib - Filter.java -
- * Copyright © 2009 David Roden
+ * jFCPlib - Filter.java - Copyright © 2009 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 fe3f12f..d2bbb49 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jFCPlib - Filters.java -
- * Copyright © 2009 David Roden
+ * jFCPlib - Filters.java - Copyright © 2009 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 380f9fc..71d236d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * ftw - CurrentThreadExecutor.java - Copyright © 2009 David Roden
+ * jFCPlib - CurrentThreadExecutor.java - Copyright © 2009 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 e1350c6..a95ec21 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jFCPlib - UserObject.java -
- * Copyright © 2009 David Roden
+ * jFCPlib - UserObject.java - Copyright © 2009 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