Update years in copyright line
[Sone.git] / src / main / java / net / pterodactylus / sone / core / event / MarkPostKnownEvent.java
index 03c47f6..112361a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - MarkPostKnownEvent.java - Copyright © 2013 David Roden
+ * Sone - MarkPostKnownEvent.java - Copyright © 2013–2015 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
@@ -20,7 +20,7 @@ package net.pterodactylus.sone.core.event;
 import net.pterodactylus.sone.data.Post;
 
 /**
- * Event that signals that a {@line Post} has been marked as
+ * Event that signals that a {@link Post} has been marked as
  * {@link Post#isKnown() known}.
  *
  * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>