X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fde%2Ftodesbaum%2Futil%2Ffreenet%2Ffcp2%2FGenerateSSK.java;h=84e4bf6561ffd1ae1abde64da3a4cb97e2272374;hb=953de352675a4ad91fe307d816a4ea7780c94274;hp=cfeaa7408eab7e089182e10fffcb6f905eeb5016;hpb=6f1a8216cfba28add0ef365b46a08d16d4eb87fe;p=jSite.git diff --git a/src/de/todesbaum/util/freenet/fcp2/GenerateSSK.java b/src/de/todesbaum/util/freenet/fcp2/GenerateSSK.java index cfeaa74..84e4bf6 100644 --- a/src/de/todesbaum/util/freenet/fcp2/GenerateSSK.java +++ b/src/de/todesbaum/util/freenet/fcp2/GenerateSSK.java @@ -1,6 +1,5 @@ /* - * todesbaum-lib - - * Copyright (C) 2006 David Roden + * jSite - GenerateSSK.java - Copyright © 2006–2012 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,9 +22,9 @@ package de.todesbaum.util.freenet.fcp2; * Implementation of the GenerateSSK command. *

* The node can answer with the following messages: SSKKeypair. - * + * * @author David Roden <droden@gmail.com> - * @version $Id: GenerateSSK.java 413 2006-03-29 12:22:31Z bombe $ + * @version $Id$ */ public class GenerateSSK extends Command {