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