Replace Identified with Kotlin version
[Sone.git] / src / main / java / net / pterodactylus / sone / data / Fingerprintable.java
index df4e2d7..28f5930 100644 (file)
@@ -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 <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
  */
 public interface Fingerprintable {