X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fcore%2FSoneUri.java;h=373077fb943b1128e6122e0d7b54431e80a82a53;hp=f62b4eccbfc8eaaaf4a497a7477854e5a6579333;hb=179e7da4d8d8a474d0b622d60b5f5d32d6ab4052;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..373077f 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–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 @@ -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 {