X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ffreenet%2Fwot%2FTrust.java;h=2da00f61fb6ee3c39a9a5eef65837e3507a84913;hp=9a70a1429b808dccf4f5d2d1579ab42849fc28cb;hb=179e7da4d8d8a474d0b622d60b5f5d32d6ab4052;hpb=0797df88b4485c2c22fcaba6338fe27ce3faa10c diff --git a/src/main/java/net/pterodactylus/sone/freenet/wot/Trust.java b/src/main/java/net/pterodactylus/sone/freenet/wot/Trust.java index 9a70a14..2da00f6 100644 --- a/src/main/java/net/pterodactylus/sone/freenet/wot/Trust.java +++ b/src/main/java/net/pterodactylus/sone/freenet/wot/Trust.java @@ -1,5 +1,5 @@ /* - * Sone - Trust.java - Copyright © 2010–2013 David Roden + * Sone - Trust.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 @@ -23,8 +23,6 @@ import com.google.common.base.Objects; /** * Container class for trust in the web of trust. - * - * @author David ‘Bombe’ Roden */ public class Trust {