From 4ad93bafb2c0e590999a1d0631247f6f93a8fefe Mon Sep 17 00:00:00 2001 From: "Thomas (Tom) Piccirello" <8296030+Piccirello@users.noreply.github.com> Date: Sun, 7 Sep 2025 01:10:07 -0700 Subject: [PATCH] Update Piccirello's copyright email PR #23197. --- src/base/bittorrent/downloadpriority.cpp | 2 +- src/base/bittorrent/downloadpriority.h | 2 +- src/base/freediskspacechecker.cpp | 2 +- src/base/freediskspacechecker.h | 2 +- src/gui/ipsubnetwhitelistoptionsdialog.cpp | 2 +- src/gui/ipsubnetwhitelistoptionsdialog.h | 2 +- src/webui/api/searchcontroller.cpp | 2 +- src/webui/api/searchcontroller.h | 2 +- src/webui/www/private/scripts/file-tree.js | 2 +- src/webui/www/private/scripts/filesystem.js | 2 +- src/webui/www/private/scripts/localpreferences.js | 2 +- src/webui/www/private/scripts/prop-peers.js | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/base/bittorrent/downloadpriority.cpp b/src/base/bittorrent/downloadpriority.cpp index bf3ad3b79..b1086224b 100644 --- a/src/base/bittorrent/downloadpriority.cpp +++ b/src/base/bittorrent/downloadpriority.cpp @@ -1,6 +1,6 @@ /* * Bittorrent Client using Qt and libtorrent. - * Copyright (C) 2018 Thomas Piccirello + * Copyright (C) 2018 Thomas Piccirello * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/base/bittorrent/downloadpriority.h b/src/base/bittorrent/downloadpriority.h index 8f355d660..b26893de2 100644 --- a/src/base/bittorrent/downloadpriority.h +++ b/src/base/bittorrent/downloadpriority.h @@ -1,6 +1,6 @@ /* * Bittorrent Client using Qt and libtorrent. - * Copyright (C) 2018 Thomas Piccirello + * Copyright (C) 2018 Thomas Piccirello * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/base/freediskspacechecker.cpp b/src/base/freediskspacechecker.cpp index ace9dcf96..f694a1f31 100644 --- a/src/base/freediskspacechecker.cpp +++ b/src/base/freediskspacechecker.cpp @@ -1,7 +1,7 @@ /* * Bittorrent Client using Qt and libtorrent. * Copyright (C) 2023-2025 Vladimir Golovnev - * Copyright (C) 2018 Thomas Piccirello + * Copyright (C) 2018 Thomas Piccirello * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/base/freediskspacechecker.h b/src/base/freediskspacechecker.h index 950ffc026..9f14eb4e2 100644 --- a/src/base/freediskspacechecker.h +++ b/src/base/freediskspacechecker.h @@ -1,7 +1,7 @@ /* * Bittorrent Client using Qt and libtorrent. * Copyright (C) 2023-2025 Vladimir Golovnev - * Copyright (C) 2018 Thomas Piccirello + * Copyright (C) 2018 Thomas Piccirello * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/gui/ipsubnetwhitelistoptionsdialog.cpp b/src/gui/ipsubnetwhitelistoptionsdialog.cpp index 11556422c..e8de6ac08 100644 --- a/src/gui/ipsubnetwhitelistoptionsdialog.cpp +++ b/src/gui/ipsubnetwhitelistoptionsdialog.cpp @@ -1,6 +1,6 @@ /* * Bittorrent Client using Qt and libtorrent. - * Copyright (C) 2017 Thomas Piccirello + * Copyright (C) 2017 Thomas Piccirello * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/gui/ipsubnetwhitelistoptionsdialog.h b/src/gui/ipsubnetwhitelistoptionsdialog.h index 2b9538ac7..d4436ec94 100644 --- a/src/gui/ipsubnetwhitelistoptionsdialog.h +++ b/src/gui/ipsubnetwhitelistoptionsdialog.h @@ -1,6 +1,6 @@ /* * Bittorrent Client using Qt and libtorrent. - * Copyright (C) 2017 Thomas Piccirello + * Copyright (C) 2017 Thomas Piccirello * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/webui/api/searchcontroller.cpp b/src/webui/api/searchcontroller.cpp index 2af76a0f4..c8c5298f2 100644 --- a/src/webui/api/searchcontroller.cpp +++ b/src/webui/api/searchcontroller.cpp @@ -1,7 +1,7 @@ /* * Bittorrent Client using Qt and libtorrent. * Copyright (C) 2024 Vladimir Golovnev - * Copyright (C) 2018 Thomas Piccirello + * Copyright (C) 2018 Thomas Piccirello * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/webui/api/searchcontroller.h b/src/webui/api/searchcontroller.h index b5fd7928b..9f73e805f 100644 --- a/src/webui/api/searchcontroller.h +++ b/src/webui/api/searchcontroller.h @@ -1,7 +1,7 @@ /* * Bittorrent Client using Qt and libtorrent. * Copyright (C) 2024 Vladimir Golovnev - * Copyright (C) 2018 Thomas Piccirello + * Copyright (C) 2018 Thomas Piccirello * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/webui/www/private/scripts/file-tree.js b/src/webui/www/private/scripts/file-tree.js index 958653e18..96bc11aae 100644 --- a/src/webui/www/private/scripts/file-tree.js +++ b/src/webui/www/private/scripts/file-tree.js @@ -1,6 +1,6 @@ /* * Bittorrent Client using Qt and libtorrent. - * Copyright (C) 2019 Thomas Piccirello + * Copyright (C) 2019 Thomas Piccirello * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/webui/www/private/scripts/filesystem.js b/src/webui/www/private/scripts/filesystem.js index 311ad906d..5ab831fe3 100644 --- a/src/webui/www/private/scripts/filesystem.js +++ b/src/webui/www/private/scripts/filesystem.js @@ -1,6 +1,6 @@ /* * Bittorrent Client using Qt and libtorrent. - * Copyright (C) 2019 Thomas Piccirello + * Copyright (C) 2019 Thomas Piccirello * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/webui/www/private/scripts/localpreferences.js b/src/webui/www/private/scripts/localpreferences.js index 345b11774..865417038 100644 --- a/src/webui/www/private/scripts/localpreferences.js +++ b/src/webui/www/private/scripts/localpreferences.js @@ -1,7 +1,7 @@ /* * Bittorrent Client using Qt and libtorrent. * Copyright (C) 2025 Mike Tzou (Chocobo1) - * Copyright (C) 2019 Thomas Piccirello + * Copyright (C) 2019 Thomas Piccirello * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/webui/www/private/scripts/prop-peers.js b/src/webui/www/private/scripts/prop-peers.js index a3f22eeb0..9c4061897 100644 --- a/src/webui/www/private/scripts/prop-peers.js +++ b/src/webui/www/private/scripts/prop-peers.js @@ -1,6 +1,6 @@ /* * Bittorrent Client using Qt and libtorrent. - * Copyright (C) 2018 Thomas Piccirello + * Copyright (C) 2018 Thomas Piccirello * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License