From: David ‘Bombe’ Roden Date: Sat, 16 Mar 2019 22:05:45 +0000 (+0100) Subject: 📄 Fix project name in copyright line X-Git-Tag: 0.14^2~1 X-Git-Url: https://git.pterodactylus.net/?p=jSite.git;a=commitdiff_plain;h=83a3f141499ca2abb86dbc428702807ecb84e42d 📄 Fix project name in copyright line --- 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