From fef88ac3fec994a58f38ec7a573a65c141af00f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20M=C3=BCller?= Date: Sat, 17 May 2025 00:03:52 +0200 Subject: [PATCH] Fix copyright dates --- LICENSE | 4 ++-- README.md | 2 +- include/aoc/common/Grid.hpp | 2 +- include/aoc/extra/MullData.hpp | 2 +- src/HistorianHysteria.cpp | 2 +- src/LanParty.cpp | 2 +- src/MullItOver.cpp | 2 +- src/PrintQueue.cpp | 2 +- src/RedNosedReports.cpp | 2 +- src/common/Point2.cpp | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/LICENSE b/LICENSE index 3dad846..e8b2067 100644 --- a/LICENSE +++ b/LICENSE @@ -209,7 +209,7 @@ If you develop a new program, and you want it to be of the greatest possible use To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the “copyright” line and a pointer to where the full notice is found. AdventOfCode2024 - Copyright (C) 2024 warrence + Copyright (C) 2024-2025 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 version. @@ -221,7 +221,7 @@ Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: - AdventOfCode2024 Copyright (C) 2024 warrence + AdventOfCode2024 Copyright (C) 2024-2025 Stefan Müller This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. diff --git a/README.md b/README.md index aaa504a..896a44e 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ Since Dijkstra's algorithm cheaply produces shortest distances from the exit to ## License -Copyright (C) 2024 Stefan Müller +Copyright (C) 2024-2025 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 version. diff --git a/include/aoc/common/Grid.hpp b/include/aoc/common/Grid.hpp index c5a8d72..02c165b 100644 --- a/include/aoc/common/Grid.hpp +++ b/include/aoc/common/Grid.hpp @@ -1,5 +1,5 @@ // Solutions to the Advent Of Code 2024. -// Copyright (C) 2024 Stefan Müller +// Copyright (C) 2024-2025 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/extra/MullData.hpp b/include/aoc/extra/MullData.hpp index a895716..21beb28 100644 --- a/include/aoc/extra/MullData.hpp +++ b/include/aoc/extra/MullData.hpp @@ -1,5 +1,5 @@ // Solutions to the Advent Of Code 2024. -// Copyright (C) 2024 Stefan Müller +// Copyright (C) 2024-2025 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/HistorianHysteria.cpp b/src/HistorianHysteria.cpp index b7cb655..5606bb4 100644 --- a/src/HistorianHysteria.cpp +++ b/src/HistorianHysteria.cpp @@ -1,5 +1,5 @@ // Solutions to the Advent Of Code 2024. -// Copyright (C) 2024 Stefan Müller +// Copyright (C) 2024-2025 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 ca13d1e..d0c6210 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-2025 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/MullItOver.cpp b/src/MullItOver.cpp index c830b8c..4eec9f7 100644 --- a/src/MullItOver.cpp +++ b/src/MullItOver.cpp @@ -1,5 +1,5 @@ // Solutions to the Advent Of Code 2024. -// Copyright (C) 2024 Stefan Müller +// Copyright (C) 2024-2025 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 10c837e..c0b4c5f 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-2025 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/RedNosedReports.cpp b/src/RedNosedReports.cpp index 835477e..48e6415 100644 --- a/src/RedNosedReports.cpp +++ b/src/RedNosedReports.cpp @@ -1,5 +1,5 @@ // Solutions to the Advent Of Code 2024. -// Copyright (C) 2024 Stefan Müller +// Copyright (C) 2024-2025 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/common/Point2.cpp b/src/common/Point2.cpp index 57a7a8a..914630f 100644 --- a/src/common/Point2.cpp +++ b/src/common/Point2.cpp @@ -1,5 +1,5 @@ // Solutions to the Advent Of Code 2024. -// Copyright (C) 2024 Stefan Müller +// Copyright (C) 2024-2025 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