🔀 Merge branch 'release-79'
[Sone.git] / src / main / java / net / pterodactylus / sone / data / Sone.java
index b761c7b..273b73e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - Sone.java - Copyright Â© 2010–2016 David Roden
+ * Sone - Sone.java - Copyright Â© 2010–2019 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
@@ -44,15 +44,11 @@ import com.google.common.primitives.Ints;
 /**
  * A Sone defines everything about a user: her profile, her status updates, her
  * replies, her likes and dislikes, etc.
- *
- * @author <a href="mailto:bombe@pterodactylus.net">David â€˜Bombe’ Roden</a>
  */
 public interface Sone extends Identified, Fingerprintable, Comparable<Sone> {
 
        /**
         * Enumeration for the possible states of a {@link Sone}.
-        *
-        * @author <a href="mailto:bombe@pterodactylus.net">David â€˜Bombe’ Roden</a>
         */
        public enum SoneStatus {