✅ Add more tests for FreenetTemplatePage
[Sone.git] / src / main / java / net / pterodactylus / sone / web / page / FreenetPage.java
index e68444c..8619f4c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - FreenetPage.java - Copyright © 2011–2012 David Roden
+ * Sone - FreenetPage.java - Copyright © 2011–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
@@ -24,8 +24,6 @@ import net.pterodactylus.util.web.Page;
 /**
  * Freenet-specific {@link Page} extension that adds the capability to allow a
  * link to a page to be unharmed by Freenet’s content filter.
- *
- * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
  */
 public interface FreenetPage extends Page<FreenetRequest> {