From c311724c8bd4bd23ef7028965abbb13bdbbb7289 Mon Sep 17 00:00:00 2001 From: BlueAndi Date: Wed, 3 Jan 2024 23:21:42 +0100 Subject: [PATCH] Copyright year updated. --- .vscode/extensions.json | 17 ++++++++++------- LICENSE | 2 +- lib/Board/Board.cpp | 2 +- lib/Board/Board.h | 2 +- lib/Common/Log.cpp | 2 +- lib/Common/Log.h | 2 +- lib/Competition/Competition.cpp | 2 +- lib/Competition/Competition.h | 2 +- lib/Competition/Group.cpp | 2 +- lib/Competition/Group.h | 2 +- lib/FlashMem/FlashMem.cpp | 2 +- lib/FlashMem/FlashMem.h | 2 +- lib/FlashMem/Settings.cpp | 2 +- lib/FlashMem/Settings.h | 2 +- lib/WIFI/WIFI.cpp | 2 +- lib/WIFI/WIFI.h | 2 +- lib/WebServer/LapTriggerWebServer.cpp | 2 +- lib/WebServer/LapTriggerWebServer.h | 2 +- src/main.cpp | 2 +- 19 files changed, 28 insertions(+), 25 deletions(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 0f0d740..080e70d 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,7 +1,10 @@ -{ - // See http://go.microsoft.com/fwlink/?LinkId=827846 - // for the documentation about the extensions.json format - "recommendations": [ - "platformio.platformio-ide" - ] -} +{ + // See http://go.microsoft.com/fwlink/?LinkId=827846 + // for the documentation about the extensions.json format + "recommendations": [ + "platformio.platformio-ide" + ], + "unwantedRecommendations": [ + "ms-vscode.cpptools-extension-pack" + ] +} diff --git a/LICENSE b/LICENSE index 0f6c15d..026c9e6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Andreas Merkle +Copyright (c) 2020 - 2024 Andreas Merkle Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Board/Board.cpp b/lib/Board/Board.cpp index 1c5851f..94885dd 100644 --- a/lib/Board/Board.cpp +++ b/lib/Board/Board.cpp @@ -1,6 +1,6 @@ /* MIT License * - * Copyright (c) 2020-2023 Andreas Merkle + * Copyright (c) 2020 - 2024 Andreas Merkle * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Board/Board.h b/lib/Board/Board.h index abf6163..6e4b97c 100644 --- a/lib/Board/Board.h +++ b/lib/Board/Board.h @@ -1,6 +1,6 @@ /* MIT License * - * Copyright (c) 2020-2023 Andreas Merkle + * Copyright (c) 2020 - 2024 Andreas Merkle * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Common/Log.cpp b/lib/Common/Log.cpp index bb7a5e2..f67d15c 100644 --- a/lib/Common/Log.cpp +++ b/lib/Common/Log.cpp @@ -1,6 +1,6 @@ /* MIT License * - * Copyright (c) 2020-2023 Andreas Merkle + * Copyright (c) 2020 - 2024 Andreas Merkle * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Common/Log.h b/lib/Common/Log.h index 7183730..37c455c 100644 --- a/lib/Common/Log.h +++ b/lib/Common/Log.h @@ -1,6 +1,6 @@ /* MIT License * - * Copyright (c) 2020-2023 Andreas Merkle + * Copyright (c) 2020 - 2024 Andreas Merkle * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Competition/Competition.cpp b/lib/Competition/Competition.cpp index 9db6d1f..fbd98eb 100644 --- a/lib/Competition/Competition.cpp +++ b/lib/Competition/Competition.cpp @@ -1,6 +1,6 @@ /* MIT License * - * Copyright (c) 2020-2023 Andreas Merkle + * Copyright (c) 2020 - 2024 Andreas Merkle * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Competition/Competition.h b/lib/Competition/Competition.h index 806e007..e733a31 100644 --- a/lib/Competition/Competition.h +++ b/lib/Competition/Competition.h @@ -1,6 +1,6 @@ /* MIT License * - * Copyright (c) 2020-2023 Andreas Merkle + * Copyright (c) 2020 - 2024 Andreas Merkle * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Competition/Group.cpp b/lib/Competition/Group.cpp index 5594968..375635b 100644 --- a/lib/Competition/Group.cpp +++ b/lib/Competition/Group.cpp @@ -1,6 +1,6 @@ /* MIT License * - * Copyright (c) 2020-2023 Andreas Merkle + * Copyright (c) 2020 - 2024 Andreas Merkle * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Competition/Group.h b/lib/Competition/Group.h index b2e4def..8266711 100644 --- a/lib/Competition/Group.h +++ b/lib/Competition/Group.h @@ -1,6 +1,6 @@ /* MIT License * - * Copyright (c) 2020-2023 Andreas Merkle + * Copyright (c) 2020 - 2024 Andreas Merkle * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/FlashMem/FlashMem.cpp b/lib/FlashMem/FlashMem.cpp index d96b627..cffac17 100644 --- a/lib/FlashMem/FlashMem.cpp +++ b/lib/FlashMem/FlashMem.cpp @@ -1,6 +1,6 @@ /* MIT License * - * Copyright (c) 2020-2023 Andreas Merkle + * Copyright (c) 2020 - 2024 Andreas Merkle * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/FlashMem/FlashMem.h b/lib/FlashMem/FlashMem.h index 4967ed4..54c6270 100644 --- a/lib/FlashMem/FlashMem.h +++ b/lib/FlashMem/FlashMem.h @@ -1,6 +1,6 @@ /* MIT License * - * Copyright (c) 2020-2023 Andreas Merkle + * Copyright (c) 2020 - 2024 Andreas Merkle * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/FlashMem/Settings.cpp b/lib/FlashMem/Settings.cpp index 0716118..a966fcc 100644 --- a/lib/FlashMem/Settings.cpp +++ b/lib/FlashMem/Settings.cpp @@ -1,6 +1,6 @@ /* MIT License * - * Copyright (c) 2020-2023 Andreas Merkle + * Copyright (c) 2020 - 2024 Andreas Merkle * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/FlashMem/Settings.h b/lib/FlashMem/Settings.h index 11db085..cb73a57 100644 --- a/lib/FlashMem/Settings.h +++ b/lib/FlashMem/Settings.h @@ -1,6 +1,6 @@ /* MIT License * - * Copyright (c) 2020-2023 Andreas Merkle + * Copyright (c) 2020 - 2024 Andreas Merkle * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/WIFI/WIFI.cpp b/lib/WIFI/WIFI.cpp index 049f6c8..d5d680c 100644 --- a/lib/WIFI/WIFI.cpp +++ b/lib/WIFI/WIFI.cpp @@ -1,6 +1,6 @@ /* MIT License * - * Copyright (c) 2020-2023 Andreas Merkle + * Copyright (c) 2020 - 2024 Andreas Merkle * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/WIFI/WIFI.h b/lib/WIFI/WIFI.h index 38fb4e1..4afa401 100644 --- a/lib/WIFI/WIFI.h +++ b/lib/WIFI/WIFI.h @@ -1,6 +1,6 @@ /* MIT License * - * Copyright (c) 2020-2023 Andreas Merkle + * Copyright (c) 2020 - 2024 Andreas Merkle * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/WebServer/LapTriggerWebServer.cpp b/lib/WebServer/LapTriggerWebServer.cpp index 670756a..9789890 100644 --- a/lib/WebServer/LapTriggerWebServer.cpp +++ b/lib/WebServer/LapTriggerWebServer.cpp @@ -1,6 +1,6 @@ /* MIT License * - * Copyright (c) 2020-2023 Andreas Merkle + * Copyright (c) 2020 - 2024 Andreas Merkle * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/WebServer/LapTriggerWebServer.h b/lib/WebServer/LapTriggerWebServer.h index 5451982..b31c60a 100644 --- a/lib/WebServer/LapTriggerWebServer.h +++ b/lib/WebServer/LapTriggerWebServer.h @@ -1,6 +1,6 @@ /* MIT License * - * Copyright (c) 2020-2023 Andreas Merkle + * Copyright (c) 2020 - 2024 Andreas Merkle * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main.cpp b/src/main.cpp index 50fac4c..78c1b8b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,6 +1,6 @@ /* MIT License * - * Copyright (c) 2020-2023 Andreas Merkle + * Copyright (c) 2020 - 2024 Andreas Merkle * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal