X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ffreenet%2Fwot%2FWebOfTrustException.java;h=954fe0408c0d2c2dc6cd20bc8239d59bbcdca9ea;hp=f59b2a3e1bf8ae838721a8700af22cdbb5b7380f;hb=b4d2d68b5ea4f4edc7337f380cfe078756678126;hpb=3ff1cdf09693a28719246a9a98a8b908e8c848f7 diff --git a/src/main/java/net/pterodactylus/sone/freenet/wot/WebOfTrustException.java b/src/main/java/net/pterodactylus/sone/freenet/wot/WebOfTrustException.java index f59b2a3..954fe04 100644 --- a/src/main/java/net/pterodactylus/sone/freenet/wot/WebOfTrustException.java +++ b/src/main/java/net/pterodactylus/sone/freenet/wot/WebOfTrustException.java @@ -1,5 +1,5 @@ /* - * Sone - WebOfTrustException.java - Copyright © 2010 David Roden + * Sone - WebOfTrustException.java - Copyright © 2010–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 @@ -20,8 +20,6 @@ package net.pterodactylus.sone.freenet.wot; /** * Exception that signals an error processing web of trust identities, mostly * when communicating with the web of trust plugin. - * - * @author David ‘Bombe’ Roden */ public class WebOfTrustException extends Exception {