X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fweb%2Fpage%2FFreenetPage.java;h=22d608b139cba4c20d41992e497db7e6bb18b9dc;hp=a67fd04ba1835cfe2154aaa6a7014ca09b38d56b;hb=62573c314957b1851f4fbe693b8746686caa940a;hpb=99888ce13cc17d49f5e217ab6f2c9ad5ef168792 diff --git a/src/main/java/net/pterodactylus/sone/web/page/FreenetPage.java b/src/main/java/net/pterodactylus/sone/web/page/FreenetPage.java index a67fd04..22d608b 100644 --- a/src/main/java/net/pterodactylus/sone/web/page/FreenetPage.java +++ b/src/main/java/net/pterodactylus/sone/web/page/FreenetPage.java @@ -1,5 +1,5 @@ /* - * Sone - FreenetPage.java - Copyright © 2011–2013 David Roden + * Sone - FreenetPage.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 @@ -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 David ‘Bombe’ Roden */ public interface FreenetPage extends Page {