diff --git a/include/aoc/CeresSearch.hpp b/include/aoc/CeresSearch.hpp index ac63d80..0507097 100644 --- a/include/aoc/CeresSearch.hpp +++ b/include/aoc/CeresSearch.hpp @@ -1,5 +1,5 @@ // Solutions to the Advent Of Code 2024. -// Copyright (C) 2024 Stefan Müller +// 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 diff --git a/include/aoc/Graph.hpp b/include/aoc/Graph.hpp index 3e5e3c6..cfeb484 100644 --- a/include/aoc/Graph.hpp +++ b/include/aoc/Graph.hpp @@ -1,5 +1,5 @@ // Solutions to the Advent Of Code 2024. -// Copyright (C) 2024 Stefan Müller +// 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 diff --git a/include/aoc/HoofIt.hpp b/include/aoc/HoofIt.hpp index 218ae9a..f4d31da 100644 --- a/include/aoc/HoofIt.hpp +++ b/include/aoc/HoofIt.hpp @@ -1,5 +1,5 @@ // Solutions to the Advent Of Code 2024. -// Copyright (C) 2024 Stefan Müller +// 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 diff --git a/include/aoc/LanParty.hpp b/include/aoc/LanParty.hpp index e48f161..4509d97 100644 --- a/include/aoc/LanParty.hpp +++ b/include/aoc/LanParty.hpp @@ -1,5 +1,5 @@ // Solutions to the Advent Of Code 2024. -// Copyright (C) 2024 Stefan Müller +// 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 diff --git a/include/aoc/LinesSolver.hpp b/include/aoc/LinesSolver.hpp index 43922e6..232c24b 100644 --- a/include/aoc/LinesSolver.hpp +++ b/include/aoc/LinesSolver.hpp @@ -1,5 +1,5 @@ // Solutions to the Advent Of Code 2024. -// Copyright (C) 2024 Stefan Müller +// 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 diff --git a/include/aoc/Point2.hpp b/include/aoc/Point2.hpp index 45e06c4..8e3caf3 100644 --- a/include/aoc/Point2.hpp +++ b/include/aoc/Point2.hpp @@ -1,5 +1,5 @@ // Solutions to the Advent Of Code 2024. -// Copyright (C) 2024 Stefan Müller +// 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 diff --git a/include/aoc/PrintQueue.hpp b/include/aoc/PrintQueue.hpp index bd1af24..39b2212 100644 --- a/include/aoc/PrintQueue.hpp +++ b/include/aoc/PrintQueue.hpp @@ -1,5 +1,5 @@ // Solutions to the Advent Of Code 2024. -// Copyright (C) 2024 Stefan Müller +// 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 diff --git a/include/aoc/Vertex.hpp b/include/aoc/Vertex.hpp index f696a03..a71e158 100644 --- a/include/aoc/Vertex.hpp +++ b/include/aoc/Vertex.hpp @@ -1,5 +1,5 @@ // Solutions to the Advent Of Code 2024. -// Copyright (C) 2024 Stefan Müller +// 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 diff --git a/src/CeresSearch.cpp b/src/CeresSearch.cpp index 4ff6006..e30085f 100644 --- a/src/CeresSearch.cpp +++ b/src/CeresSearch.cpp @@ -1,5 +1,5 @@ // Solutions to the Advent Of Code 2024. -// Copyright (C) 2024 Stefan Müller +// 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 diff --git a/src/Graph.cpp b/src/Graph.cpp index 4f1fa95..3052cc4 100644 --- a/src/Graph.cpp +++ b/src/Graph.cpp @@ -1,5 +1,5 @@ // Solutions to the Advent Of Code 2024. -// Copyright (C) 2024 Stefan Müller +// 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 diff --git a/src/HoofIt.cpp b/src/HoofIt.cpp index e6f5d1a..46f0d03 100644 --- a/src/HoofIt.cpp +++ b/src/HoofIt.cpp @@ -1,5 +1,5 @@ // Solutions to the Advent Of Code 2024. -// Copyright (C) 2024 Stefan Müller +// 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 diff --git a/src/LanParty.cpp b/src/LanParty.cpp index 1d3fa82..5d273fe 100644 --- a/src/LanParty.cpp +++ b/src/LanParty.cpp @@ -1,5 +1,5 @@ // Solutions to the Advent Of Code 2024. -// Copyright (C) 2024 Stefan Müller +// 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 diff --git a/src/LinesSolver.cpp b/src/LinesSolver.cpp index 1963b51..cc7c59c 100644 --- a/src/LinesSolver.cpp +++ b/src/LinesSolver.cpp @@ -1,5 +1,5 @@ // Solutions to the Advent Of Code 2024. -// Copyright (C) 2024 Stefan Müller +// 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 diff --git a/src/Point2.cpp b/src/Point2.cpp index a944240..1103915 100644 --- a/src/Point2.cpp +++ b/src/Point2.cpp @@ -1,5 +1,5 @@ // Solutions to the Advent Of Code 2024. -// Copyright (C) 2024 Stefan Müller +// 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 diff --git a/src/PrintQueue.cpp b/src/PrintQueue.cpp index e2fdfa8..f636031 100644 --- a/src/PrintQueue.cpp +++ b/src/PrintQueue.cpp @@ -1,5 +1,5 @@ // Solutions to the Advent Of Code 2024. -// Copyright (C) 2024 Stefan Müller +// 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 diff --git a/src/Vertex.cpp b/src/Vertex.cpp index 5b52df0..5722090 100644 --- a/src/Vertex.cpp +++ b/src/Vertex.cpp @@ -1,5 +1,5 @@ // Solutions to the Advent Of Code 2024. -// Copyright (C) 2024 Stefan Müller +// 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 diff --git a/tests/include/aocTests/TestContext.hpp b/tests/include/aocTests/TestContext.hpp index 845b8ff..9467006 100644 --- a/tests/include/aocTests/TestContext.hpp +++ b/tests/include/aocTests/TestContext.hpp @@ -1,5 +1,5 @@ // Solutions to the Advent Of Code 2024. -// Copyright (C) 2024 Stefan Müller +// 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