X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fcore%2FSoneUri.java;h=a9299507255ab24a9805b3c9269febdb27934e75;hp=f62b4eccbfc8eaaaf4a497a7477854e5a6579333;hb=faf66247a34f64946990a985d2ea3003465969cb;hpb=1e9a08c2b73b16dc178437eb8c8025aaa083fcca diff --git a/src/main/java/net/pterodactylus/sone/core/SoneUri.java b/src/main/java/net/pterodactylus/sone/core/SoneUri.java index f62b4ec..a929950 100644 --- a/src/main/java/net/pterodactylus/sone/core/SoneUri.java +++ b/src/main/java/net/pterodactylus/sone/core/SoneUri.java @@ -1,5 +1,5 @@ /* - * Sone - SoneUri.java - Copyright © 2013–2015 David Roden + * Sone - SoneUri.java - Copyright © 2013–2020 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 @@ -28,8 +28,6 @@ import freenet.keys.FreenetURI; /** * Helper class that creates {@link FreenetURI}s for Sone to insert to and * request from. - * - * @author David ‘Bombe’ Roden */ public class SoneUri {