From c81e4e1208d8b84f1933270af370ab52c94821e0 Mon Sep 17 00:00:00 2001 From: Carlo Teubner Date: Mon, 27 May 2024 20:04:03 +0100 Subject: [PATCH] Remove zero-width space character from comments Remove Unicode character U+FEFF ZERO WIDTH NO-BREAK SPACE from Weslly's email address in a few places. Not sure if this was done on purpose (anti-spam measure?), but it's not consistently done anyway (e.g. wasn't the case in src/gui/TotpDialog.cpp), so it seems cleanest to remove this. --- src/core/Totp.cpp | 2 +- src/core/Totp.h | 2 +- src/gui/TotpDialog.h | 2 +- src/gui/TotpSetupDialog.h | 2 +- tests/TestTotp.cpp | 2 +- tests/TestTotp.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/core/Totp.cpp b/src/core/Totp.cpp index 4c491a6e7..f176b0278 100644 --- a/src/core/Totp.cpp +++ b/src/core/Totp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Weslly Honorato <weslly@protonmail.com> + * Copyright (C) 2017 Weslly Honorato * Copyright (C) 2017 KeePassXC Team * * This program is free software: you can redistribute it and/or modify diff --git a/src/core/Totp.h b/src/core/Totp.h index c34ac164d..0b71da154 100644 --- a/src/core/Totp.h +++ b/src/core/Totp.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Weslly Honorato <weslly@protonmail.com> + * Copyright (C) 2017 Weslly Honorato * Copyright (C) 2017 KeePassXC Team * * This program is free software: you can redistribute it and/or modify diff --git a/src/gui/TotpDialog.h b/src/gui/TotpDialog.h index d64549759..cc30a081e 100644 --- a/src/gui/TotpDialog.h +++ b/src/gui/TotpDialog.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Weslly Honorato <weslly@protonmail.com> + * Copyright (C) 2017 Weslly Honorato * Copyright (C) 2017 KeePassXC Team * * This program is free software: you can redistribute it and/or modify diff --git a/src/gui/TotpSetupDialog.h b/src/gui/TotpSetupDialog.h index 3822f119f..8b88cb8e0 100644 --- a/src/gui/TotpSetupDialog.h +++ b/src/gui/TotpSetupDialog.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Weslly Honorato <weslly@protonmail.com> + * Copyright (C) 2017 Weslly Honorato * Copyright (C) 2017 KeePassXC Team * * This program is free software: you can redistribute it and/or modify diff --git a/tests/TestTotp.cpp b/tests/TestTotp.cpp index f2bb3d47a..23108ea5c 100644 --- a/tests/TestTotp.cpp +++ b/tests/TestTotp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Weslly Honorato <weslly@protonmail.com> + * Copyright (C) 2017 Weslly Honorato * Copyright (C) 2017 KeePassXC Team * * This program is free software: you can redistribute it and/or modify diff --git a/tests/TestTotp.h b/tests/TestTotp.h index 92fa7a0e1..0b06750cb 100644 --- a/tests/TestTotp.h +++ b/tests/TestTotp.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Weslly Honorato <weslly@protonmail.com> + * Copyright (C) 2017 Weslly Honorato * Copyright (C) 2017 KeePassXC Team * * This program is free software: you can redistribute it and/or modify