X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FVersion.java;h=72aa120959ea7159ca85054f100740bbd14937b4;hb=e0d4c56493b97a16514ca865cad0ae42a2d8a5a2;hp=2c7bde5498150de60a30f63ff99140d341538abb;hpb=64c2c9bd494f3ea9d1ae84f8d86827dea025bee6;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/Version.java b/src/net/pterodactylus/fcp/Version.java index 2c7bde5..72aa120 100644 --- a/src/net/pterodactylus/fcp/Version.java +++ b/src/net/pterodactylus/fcp/Version.java @@ -1,6 +1,5 @@ /* - * jSite2 - Version.java - - * Copyright © 2008 David Roden + * jFCPlib - Version.java - Copyright © 2008 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 @@ -133,4 +132,4 @@ public class Version { return nodeName + "," + treeVersion + "," + protocolVersion + "," + buildNumber; } -} \ No newline at end of file +}