Fix calculation of project size.
[jSite.git] / src / de / todesbaum / util / freenet / fcp2 / GenerateSSK.java
index cfeaa74..84e4bf6 100644 (file)
@@ -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 <code>GenerateSSK</code> command.
  * <p>
  * The node can answer with the following messages: <code>SSKKeypair</code>.
- * 
+ *
  * @author David Roden &lt;droden@gmail.com&gt;
- * @version $Id: GenerateSSK.java 413 2006-03-29 12:22:31Z bombe $
+ * @version $Id$
  */
 public class GenerateSSK extends Command {