🔀 Merge branch 'release-79'
[Sone.git] / src / main / java / net / pterodactylus / sone / template / UnknownDateFilter.java
index 2c5a004..0d4872b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - UnknownDateFilter.java - Copyright Â© 2011–2016 David Roden
+ * Sone - UnknownDateFilter.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
@@ -26,8 +26,6 @@ import freenet.l10n.BaseL10n;
 /**
  * {@link Filter} implementation that replaces a {@link Long} with a value of
  * {@code 0} by a {@link String} from an {@link BaseL10n l10n handler}.
- *
- * @author <a href="mailto:bombe@pterodactylus.net">David â€˜Bombe’ Roden</a>
  */
 public class UnknownDateFilter implements Filter {