X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FGenerateSSK.java;h=5e33c6c12d1c0dd052741974e10149c8f8a1b93e;hb=dd605aee444057a874fabf7fb0045b8448b0d1cd;hp=910362e49dd8363d24709493326a398c75202219;hpb=f553531be78d6d6d95dc152728f2b8d40242b57d;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/GenerateSSK.java b/src/net/pterodactylus/fcp/GenerateSSK.java index 910362e..5e33c6c 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 @@ -22,9 +21,8 @@ package net.pterodactylus.fcp; /** * A “GenerateSSK” message. This message tells the node to generate a new SSK * key pair. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> - * @version $Id$ */ public class GenerateSSK extends FcpMessage { @@ -37,7 +35,7 @@ public class GenerateSSK extends FcpMessage { /** * Creates a new “GenerateSSK” message with the given client identifier. - * + * * @param clientIdentifier * The client identifier */