X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ffcp%2FLikeReplyCommand.java;h=acdfb98ac5db5e0981af6f99daa4f19f7568f221;hp=6fba11bb44df40e2547ec0e969ef64e0e5fe1fff;hb=faf66247a34f64946990a985d2ea3003465969cb;hpb=914d5522692e7714ba5bdefb002fedc8e293f5fc diff --git a/src/main/java/net/pterodactylus/sone/fcp/LikeReplyCommand.java b/src/main/java/net/pterodactylus/sone/fcp/LikeReplyCommand.java index 6fba11b..acdfb98 100644 --- a/src/main/java/net/pterodactylus/sone/fcp/LikeReplyCommand.java +++ b/src/main/java/net/pterodactylus/sone/fcp/LikeReplyCommand.java @@ -1,5 +1,5 @@ /* - * Sone - LikeReplyCommand.java - Copyright © 2011–2016 David Roden + * Sone - LikeReplyCommand.java - Copyright © 2011–2020 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 @@ -26,8 +26,6 @@ import freenet.support.SimpleFieldSet; /** * Implements the “LikeReply” FCP command which allows the user to like a reply. - * - * @author David ‘Bombe’ Roden */ public class LikeReplyCommand extends AbstractSoneCommand {