X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ftext%2FTextFilter.java;fp=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ftext%2FTextFilter.java;h=0703f329f98b914334a73539ca6aeba9d2cf30f9;hp=fa57f9c74ffa39a4640a2dcb92c4701d147b2206;hb=03cec6a6772c2d836d94864adddaf544cbe9d72f;hpb=6f1f26e3998cfef155b0cf59152827accea70d30 diff --git a/src/main/java/net/pterodactylus/sone/text/TextFilter.java b/src/main/java/net/pterodactylus/sone/text/TextFilter.java index fa57f9c..0703f32 100644 --- a/src/main/java/net/pterodactylus/sone/text/TextFilter.java +++ b/src/main/java/net/pterodactylus/sone/text/TextFilter.java @@ -1,5 +1,5 @@ /* - * Sone - TextFilter.java - Copyright © 2011–2016 David Roden + * Sone - TextFilter.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 @@ -23,8 +23,6 @@ package net.pterodactylus.sone.text; * will be converted to “KSK@gpl.txt”. This will only work for links that point * to the same address Sone is accessed by, so if you access Sone using * localhost:8888, links to 127.0.0.1:8888 will not be removed. - * - * @author David ‘Bombe’ Roden */ public class TextFilter {