diff --git a/AdventOfCode2024/AdventOfCode2024.cpp b/AdventOfCode2024/AdventOfCode2024.cpp index d9b0ae0..86e9c38 100644 --- a/AdventOfCode2024/AdventOfCode2024.cpp +++ b/AdventOfCode2024/AdventOfCode2024.cpp @@ -1,6 +1,6 @@ // Solutions to the Advent Of Code 2024. // Copyright (C) 2024 Stefan Müller -// +// // 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 the Free Software // Foundation, either version 3 of the License, or (at your option) any later diff --git a/AdventOfCode2024/AdventOfCode2024.h b/AdventOfCode2024/AdventOfCode2024.h index 5fa518c..a516c89 100644 --- a/AdventOfCode2024/AdventOfCode2024.h +++ b/AdventOfCode2024/AdventOfCode2024.h @@ -1,6 +1,6 @@ // Solutions to the Advent Of Code 2024. // Copyright (C) 2024 Stefan Müller -// +// // 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 the Free Software // Foundation, either version 3 of the License, or (at your option) any later