🔀 Merge branch 'release-79'
[Sone.git] / src / main / java / net / pterodactylus / sone / fcp / DeleteReplyCommand.java
index d75603e..4531f93 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - DeleteReplyCommand.java - Copyright Â© 2011–2016 David Roden
+ * Sone - DeleteReplyCommand.java - Copyright Â© 2011–2019 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
@@ -27,7 +27,6 @@ import freenet.support.SimpleFieldSet;
  * FCP command that deletes a {@link PostReply}.
  *
  * @see Core#deleteReply(PostReply)
- * @author <a href="mailto:bombe@pterodactylus.net">David â€˜Bombe’ Roden</a>
  */
 public class DeleteReplyCommand extends AbstractSoneCommand {