From 36cfcb9b555584bf841120cdf4e6a865ef9ed825 Mon Sep 17 00:00:00 2001 From: Alexandre Coderre-Chabot Date: Sun, 15 Dec 2024 14:50:59 -0800 Subject: [PATCH] Update comments (#7) --- .clang-format | 2 +- .clang-tidy | 2 +- CMakeLists.txt | 2 +- source/Configuration.hpp | 2 +- source/Emailer.hpp | 2 +- source/Matchings.hpp | 2 +- source/MessengerArgument.hpp | 2 +- source/MessengerMain.cpp | 2 +- source/MessengerProgram.hpp | 2 +- source/MessengerSettings.hpp | 2 +- source/Participant.hpp | 2 +- source/RandomizerArgument.hpp | 2 +- source/RandomizerMain.cpp | 2 +- source/RandomizerProgram.hpp | 2 +- source/RandomizerSettings.hpp | 2 +- source/String.hpp | 2 +- test/Configuration.cpp | 2 +- test/CreateSampleParticipant.hpp | 2 +- test/Emailer.cpp | 2 +- test/Matchings.cpp | 2 +- test/MessengerSettings.cpp | 2 +- test/Participant.cpp | 2 +- test/RandomizerSettings.cpp | 2 +- test/String.cpp | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) diff --git a/.clang-format b/.clang-format index f6dc5c1..d142e2a 100644 --- a/.clang-format +++ b/.clang-format @@ -5,7 +5,7 @@ # exchange event! # # Secret Santa is hosted at: -# https://github.com/acodcha/phq +# https://github.com/acodcha/secret-santa # # Secret Santa is licensed under the MIT License: # https://mit-license.org diff --git a/.clang-tidy b/.clang-tidy index 819a8df..0eb5190 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -5,7 +5,7 @@ # exchange event! # # Secret Santa is hosted at: -# https://github.com/acodcha/phq +# https://github.com/acodcha/secret-santa # # Secret Santa is licensed under the MIT License: # https://mit-license.org diff --git a/CMakeLists.txt b/CMakeLists.txt index c83cc02..fd8c3e9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ # exchange event! # # Secret Santa is hosted at: -# https://github.com/acodcha/phq +# https://github.com/acodcha/secret-santa # # Secret Santa is licensed under the MIT License: # https://mit-license.org diff --git a/source/Configuration.hpp b/source/Configuration.hpp index 174c9ec..c818044 100644 --- a/source/Configuration.hpp +++ b/source/Configuration.hpp @@ -4,7 +4,7 @@ // exchange event! // // Secret Santa is hosted at: -// https://github.com/acodcha/phq +// https://github.com/acodcha/secret-santa // // Secret Santa is licensed under the MIT License: // https://mit-license.org diff --git a/source/Emailer.hpp b/source/Emailer.hpp index 25a9dcd..526ed6a 100644 --- a/source/Emailer.hpp +++ b/source/Emailer.hpp @@ -4,7 +4,7 @@ // exchange event! // // Secret Santa is hosted at: -// https://github.com/acodcha/phq +// https://github.com/acodcha/secret-santa // // Secret Santa is licensed under the MIT License: // https://mit-license.org diff --git a/source/Matchings.hpp b/source/Matchings.hpp index beec04a..463b62c 100644 --- a/source/Matchings.hpp +++ b/source/Matchings.hpp @@ -4,7 +4,7 @@ // exchange event! // // Secret Santa is hosted at: -// https://github.com/acodcha/phq +// https://github.com/acodcha/secret-santa // // Secret Santa is licensed under the MIT License: // https://mit-license.org diff --git a/source/MessengerArgument.hpp b/source/MessengerArgument.hpp index 11bd085..d51d47c 100644 --- a/source/MessengerArgument.hpp +++ b/source/MessengerArgument.hpp @@ -4,7 +4,7 @@ // exchange event! // // Secret Santa is hosted at: -// https://github.com/acodcha/phq +// https://github.com/acodcha/secret-santa // // Secret Santa is licensed under the MIT License: // https://mit-license.org diff --git a/source/MessengerMain.cpp b/source/MessengerMain.cpp index d7bc2cd..2dbdf8d 100644 --- a/source/MessengerMain.cpp +++ b/source/MessengerMain.cpp @@ -4,7 +4,7 @@ // exchange event! // // Secret Santa is hosted at: -// https://github.com/acodcha/phq +// https://github.com/acodcha/secret-santa // // Secret Santa is licensed under the MIT License: // https://mit-license.org diff --git a/source/MessengerProgram.hpp b/source/MessengerProgram.hpp index 3049350..2493c2e 100644 --- a/source/MessengerProgram.hpp +++ b/source/MessengerProgram.hpp @@ -4,7 +4,7 @@ // exchange event! // // Secret Santa is hosted at: -// https://github.com/acodcha/phq +// https://github.com/acodcha/secret-santa // // Secret Santa is licensed under the MIT License: // https://mit-license.org diff --git a/source/MessengerSettings.hpp b/source/MessengerSettings.hpp index 9c24576..2ca32bd 100644 --- a/source/MessengerSettings.hpp +++ b/source/MessengerSettings.hpp @@ -4,7 +4,7 @@ // exchange event! // // Secret Santa is hosted at: -// https://github.com/acodcha/phq +// https://github.com/acodcha/secret-santa // // Secret Santa is licensed under the MIT License: // https://mit-license.org diff --git a/source/Participant.hpp b/source/Participant.hpp index 5ae329f..b0fa8eb 100644 --- a/source/Participant.hpp +++ b/source/Participant.hpp @@ -4,7 +4,7 @@ // exchange event! // // Secret Santa is hosted at: -// https://github.com/acodcha/phq +// https://github.com/acodcha/secret-santa // // Secret Santa is licensed under the MIT License: // https://mit-license.org diff --git a/source/RandomizerArgument.hpp b/source/RandomizerArgument.hpp index ef65d99..91bf992 100644 --- a/source/RandomizerArgument.hpp +++ b/source/RandomizerArgument.hpp @@ -4,7 +4,7 @@ // exchange event! // // Secret Santa is hosted at: -// https://github.com/acodcha/phq +// https://github.com/acodcha/secret-santa // // Secret Santa is licensed under the MIT License: // https://mit-license.org diff --git a/source/RandomizerMain.cpp b/source/RandomizerMain.cpp index e2236c5..88ab19a 100644 --- a/source/RandomizerMain.cpp +++ b/source/RandomizerMain.cpp @@ -4,7 +4,7 @@ // exchange event! // // Secret Santa is hosted at: -// https://github.com/acodcha/phq +// https://github.com/acodcha/secret-santa // // Secret Santa is licensed under the MIT License: // https://mit-license.org diff --git a/source/RandomizerProgram.hpp b/source/RandomizerProgram.hpp index aa8c9f1..e9e6c92 100644 --- a/source/RandomizerProgram.hpp +++ b/source/RandomizerProgram.hpp @@ -4,7 +4,7 @@ // exchange event! // // Secret Santa is hosted at: -// https://github.com/acodcha/phq +// https://github.com/acodcha/secret-santa // // Secret Santa is licensed under the MIT License: // https://mit-license.org diff --git a/source/RandomizerSettings.hpp b/source/RandomizerSettings.hpp index 3305ec4..1c3725c 100644 --- a/source/RandomizerSettings.hpp +++ b/source/RandomizerSettings.hpp @@ -4,7 +4,7 @@ // exchange event! // // Secret Santa is hosted at: -// https://github.com/acodcha/phq +// https://github.com/acodcha/secret-santa // // Secret Santa is licensed under the MIT License: // https://mit-license.org diff --git a/source/String.hpp b/source/String.hpp index 8a37420..c549037 100644 --- a/source/String.hpp +++ b/source/String.hpp @@ -4,7 +4,7 @@ // exchange event! // // Secret Santa is hosted at: -// https://github.com/acodcha/phq +// https://github.com/acodcha/secret-santa // // Secret Santa is licensed under the MIT License: // https://mit-license.org diff --git a/test/Configuration.cpp b/test/Configuration.cpp index d513392..b81abca 100644 --- a/test/Configuration.cpp +++ b/test/Configuration.cpp @@ -4,7 +4,7 @@ // exchange event! // // Secret Santa is hosted at: -// https://github.com/acodcha/phq +// https://github.com/acodcha/secret-santa // // Secret Santa is licensed under the MIT License: // https://mit-license.org diff --git a/test/CreateSampleParticipant.hpp b/test/CreateSampleParticipant.hpp index 4990f3a..cf14238 100644 --- a/test/CreateSampleParticipant.hpp +++ b/test/CreateSampleParticipant.hpp @@ -4,7 +4,7 @@ // exchange event! // // Secret Santa is hosted at: -// https://github.com/acodcha/phq +// https://github.com/acodcha/secret-santa // // Secret Santa is licensed under the MIT License: // https://mit-license.org diff --git a/test/Emailer.cpp b/test/Emailer.cpp index 0f9bebd..1cc3ef8 100644 --- a/test/Emailer.cpp +++ b/test/Emailer.cpp @@ -4,7 +4,7 @@ // exchange event! // // Secret Santa is hosted at: -// https://github.com/acodcha/phq +// https://github.com/acodcha/secret-santa // // Secret Santa is licensed under the MIT License: // https://mit-license.org diff --git a/test/Matchings.cpp b/test/Matchings.cpp index 815c174..a29a3d9 100644 --- a/test/Matchings.cpp +++ b/test/Matchings.cpp @@ -4,7 +4,7 @@ // exchange event! // // Secret Santa is hosted at: -// https://github.com/acodcha/phq +// https://github.com/acodcha/secret-santa // // Secret Santa is licensed under the MIT License: // https://mit-license.org diff --git a/test/MessengerSettings.cpp b/test/MessengerSettings.cpp index 2f102d7..d19a7a3 100644 --- a/test/MessengerSettings.cpp +++ b/test/MessengerSettings.cpp @@ -4,7 +4,7 @@ // exchange event! // // Secret Santa is hosted at: -// https://github.com/acodcha/phq +// https://github.com/acodcha/secret-santa // // Secret Santa is licensed under the MIT License: // https://mit-license.org diff --git a/test/Participant.cpp b/test/Participant.cpp index 0adbaaf..b2219e3 100644 --- a/test/Participant.cpp +++ b/test/Participant.cpp @@ -4,7 +4,7 @@ // exchange event! // // Secret Santa is hosted at: -// https://github.com/acodcha/phq +// https://github.com/acodcha/secret-santa // // Secret Santa is licensed under the MIT License: // https://mit-license.org diff --git a/test/RandomizerSettings.cpp b/test/RandomizerSettings.cpp index 3347922..97f1401 100644 --- a/test/RandomizerSettings.cpp +++ b/test/RandomizerSettings.cpp @@ -4,7 +4,7 @@ // exchange event! // // Secret Santa is hosted at: -// https://github.com/acodcha/phq +// https://github.com/acodcha/secret-santa // // Secret Santa is licensed under the MIT License: // https://mit-license.org diff --git a/test/String.cpp b/test/String.cpp index ef74716..1645f07 100644 --- a/test/String.cpp +++ b/test/String.cpp @@ -4,7 +4,7 @@ // exchange event! // // Secret Santa is hosted at: -// https://github.com/acodcha/phq +// https://github.com/acodcha/secret-santa // // Secret Santa is licensed under the MIT License: // https://mit-license.org