X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FFinishedCompression.java;h=ca9a6cc8ba4474d44e724ff9e8fbcc3ca9de6645;hb=e0d4c56493b97a16514ca865cad0ae42a2d8a5a2;hp=20038b63d6d7917cd887303ee6d6bb6015095a2d;hpb=f553531be78d6d6d95dc152728f2b8d40242b57d;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/FinishedCompression.java b/src/net/pterodactylus/fcp/FinishedCompression.java index 20038b6..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 @@ -23,8 +22,7 @@ package net.pterodactylus.fcp; * A “FinishedCompression” message signals the client that the compression of * the request data has been finished. * - * @author David Roden <droden@gmail.com> - * @version $Id$ + * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class FinishedCompression extends BaseMessage {