From 83a3f141499ca2abb86dbc428702807ecb84e42d Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Sat, 16 Mar 2019 23:05:45 +0100 Subject: [PATCH] =?utf8?q?=F0=9F=93=84=20Fix=20project=20name=20in=20copyr?= =?utf8?q?ight=20line?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/main/java/de/todesbaum/util/freenet/fcp2/wot/DefaultIdentity.java | 2 +- .../java/de/todesbaum/util/freenet/fcp2/wot/DefaultOwnIdentity.java | 2 +- src/main/java/de/todesbaum/util/freenet/fcp2/wot/Identity.java | 2 +- src/main/java/de/todesbaum/util/freenet/fcp2/wot/OwnIdentity.java | 2 +- src/main/java/de/todesbaum/util/freenet/fcp2/wot/Trust.java | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/java/de/todesbaum/util/freenet/fcp2/wot/DefaultIdentity.java b/src/main/java/de/todesbaum/util/freenet/fcp2/wot/DefaultIdentity.java index 70ff31a..1399f67 100644 --- a/src/main/java/de/todesbaum/util/freenet/fcp2/wot/DefaultIdentity.java +++ b/src/main/java/de/todesbaum/util/freenet/fcp2/wot/DefaultIdentity.java @@ -1,5 +1,5 @@ /* - * Sone - DefaultIdentity.java - Copyright © 2010–2019 David Roden + * jSite - DefaultIdentity.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 diff --git a/src/main/java/de/todesbaum/util/freenet/fcp2/wot/DefaultOwnIdentity.java b/src/main/java/de/todesbaum/util/freenet/fcp2/wot/DefaultOwnIdentity.java index f3bb754..392a4b2 100644 --- a/src/main/java/de/todesbaum/util/freenet/fcp2/wot/DefaultOwnIdentity.java +++ b/src/main/java/de/todesbaum/util/freenet/fcp2/wot/DefaultOwnIdentity.java @@ -1,5 +1,5 @@ /* - * Sone - DefaultOwnIdentity.java - Copyright © 2010–2019 David Roden + * jSite - DefaultOwnIdentity.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 diff --git a/src/main/java/de/todesbaum/util/freenet/fcp2/wot/Identity.java b/src/main/java/de/todesbaum/util/freenet/fcp2/wot/Identity.java index 18bba9d..d4b9f02 100644 --- a/src/main/java/de/todesbaum/util/freenet/fcp2/wot/Identity.java +++ b/src/main/java/de/todesbaum/util/freenet/fcp2/wot/Identity.java @@ -1,5 +1,5 @@ /* - * Sone - Identity.java - Copyright © 2010–2019 David Roden + * jSite - Identity.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 diff --git a/src/main/java/de/todesbaum/util/freenet/fcp2/wot/OwnIdentity.java b/src/main/java/de/todesbaum/util/freenet/fcp2/wot/OwnIdentity.java index e6fef76..38bd9e5 100644 --- a/src/main/java/de/todesbaum/util/freenet/fcp2/wot/OwnIdentity.java +++ b/src/main/java/de/todesbaum/util/freenet/fcp2/wot/OwnIdentity.java @@ -1,5 +1,5 @@ /* - * Sone - OwnIdentity.java - Copyright © 2010–2019 David Roden + * jSite - OwnIdentity.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 diff --git a/src/main/java/de/todesbaum/util/freenet/fcp2/wot/Trust.java b/src/main/java/de/todesbaum/util/freenet/fcp2/wot/Trust.java index 31c6be9..282ebcc 100644 --- a/src/main/java/de/todesbaum/util/freenet/fcp2/wot/Trust.java +++ b/src/main/java/de/todesbaum/util/freenet/fcp2/wot/Trust.java @@ -1,5 +1,5 @@ /* - * Sone - Trust.java - Copyright © 2010–2019 David Roden + * jSite - 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 -- 2.7.4