X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ffcp%2FVersionCommand.java;h=a7d1cd7f544b24a20a18f27d8b261cd59b30e35f;hp=5f50b4dbf51c15dc6411b818b2afd64d0e56ed51;hb=HEAD;hpb=914d5522692e7714ba5bdefb002fedc8e293f5fc diff --git a/src/main/java/net/pterodactylus/sone/fcp/VersionCommand.java b/src/main/java/net/pterodactylus/sone/fcp/VersionCommand.java index 5f50b4d..a7d1cd7 100644 --- a/src/main/java/net/pterodactylus/sone/fcp/VersionCommand.java +++ b/src/main/java/net/pterodactylus/sone/fcp/VersionCommand.java @@ -1,5 +1,5 @@ /* - * Sone - VersionCommand.java - Copyright © 2011–2016 David Roden + * Sone - VersionCommand.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 @@ -24,8 +24,6 @@ import freenet.support.SimpleFieldSet; /** * Returns version information about the Sone plugin. - * - * @author David ‘Bombe’ Roden */ public class VersionCommand extends AbstractSoneCommand {