X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fdata%2FFingerprintable.java;h=28f59301cce80c380bd7a4c887350d718dd9d316;hp=df4e2d7d550bebf06fce7c8f005afcf1723d0ed5;hb=cbae21d2d447a9de493940bf700b9ba9930d25a7;hpb=76ed638264e531a26e35647d13702db865a52321 diff --git a/src/main/java/net/pterodactylus/sone/data/Fingerprintable.java b/src/main/java/net/pterodactylus/sone/data/Fingerprintable.java index df4e2d7..28f5930 100644 --- a/src/main/java/net/pterodactylus/sone/data/Fingerprintable.java +++ b/src/main/java/net/pterodactylus/sone/data/Fingerprintable.java @@ -1,5 +1,5 @@ /* - * Sone - Fingerprintable.java - Copyright © 2011–2015 David Roden + * Sone - Fingerprintable.java - Copyright © 2011–2016 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 @@ -21,8 +21,6 @@ package net.pterodactylus.sone.data; * Interface for objects that can create a fingerprint of themselves, e.g. to * detect modifications. The fingerprint should only contain original * information; derived information should not be included. - * - * @author David ‘Bombe’ Roden */ public interface Fingerprintable {