Replace AbstractSoneCommand with Kotlin version
[Sone.git] / src / main / java / net / pterodactylus / sone / data / Identified.java
index e748c7e..12e1b72 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - Identified.java - Copyright © 2013–2015 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 <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
  */
 public interface Identified {