X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fdata%2FIdentified.java;h=12e1b7217ff3d6e192c0f643d5180bbf8762eec1;hp=489247994643559ce73fc596a86453832fa18661;hb=5ab6ee01df9bac0c7bd5d27a6990dfdf60555d0f;hpb=59987c0cdf71bb2b58e0b97abe60e5d77e3cd8be diff --git a/src/main/java/net/pterodactylus/sone/data/Identified.java b/src/main/java/net/pterodactylus/sone/data/Identified.java index 4892479..12e1b72 100644 --- a/src/main/java/net/pterodactylus/sone/data/Identified.java +++ b/src/main/java/net/pterodactylus/sone/data/Identified.java @@ -1,5 +1,5 @@ /* - * Sone - Identified.java - Copyright © 2013 David Roden + * Sone - Identified.java - Copyright © 2013–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 @@ -24,8 +24,6 @@ import com.google.common.base.Optional; /** * Interface for all objects that expose an ID. - * - * @author David ‘Bombe’ Roden */ public interface Identified {