From c7056f23850b6f6a5293591cb43b7116a4f69bdb Mon Sep 17 00:00:00 2001
From: Federico Mandelli <federico.mandelli@skywarder.eu>
Date: Thu, 18 Jul 2024 10:48:00 +0200
Subject: [PATCH] [Copyright] Fixed wrong copyright that generated warnings in
 pipeline

---
 src/boards/Parafoil/Actuators/Actuators.cpp           | 2 +-
 src/boards/Parafoil/Actuators/Actuators.h             | 2 +-
 src/boards/Parafoil/BoardScheduler.cpp                | 2 +-
 src/boards/Parafoil/BoardScheduler.h                  | 2 +-
 src/boards/Parafoil/Configs/ActuatorsConfigs.h        | 2 +-
 src/boards/Parafoil/Configs/FlightModeManagerConfig.h | 2 +-
 src/boards/Parafoil/Radio/Radio.cpp                   | 2 +-
 src/boards/Parafoil/Radio/Radio.h                     | 2 +-
 src/boards/Parafoil/Sensors/Sensors.h                 | 2 +-
 src/boards/Parafoil/Wing/AutomaticWingAlgorithm.cpp   | 2 +-
 src/boards/Parafoil/Wing/WingTargetPositionData.h     | 2 +-
 src/scripts/EventDumper/EventDumper.cpp               | 2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/src/boards/Parafoil/Actuators/Actuators.cpp b/src/boards/Parafoil/Actuators/Actuators.cpp
index 4f317e60d..b65eef8bb 100644
--- a/src/boards/Parafoil/Actuators/Actuators.cpp
+++ b/src/boards/Parafoil/Actuators/Actuators.cpp
@@ -1,5 +1,5 @@
 /* Copyright (c) 2024 Skyward Experimental Rocketry
- * Author: Alberto Nidasio, Federico Lolli, Angelo Prete
+ * Authors: Alberto Nidasio, Federico Lolli, Angelo Prete
  *
  * 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/boards/Parafoil/Actuators/Actuators.h b/src/boards/Parafoil/Actuators/Actuators.h
index afbb371fe..cf6a47018 100644
--- a/src/boards/Parafoil/Actuators/Actuators.h
+++ b/src/boards/Parafoil/Actuators/Actuators.h
@@ -1,5 +1,5 @@
 /* Copyright (c) 2024 Skyward Experimental Rocketry
- * Author: Alberto Nidasio, Federico Lolli, Angelo Prete
+ * Authors: Alberto Nidasio, Federico Lolli, Angelo Prete
  *
  * 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/boards/Parafoil/BoardScheduler.cpp b/src/boards/Parafoil/BoardScheduler.cpp
index 228547cd2..359e9fc71 100644
--- a/src/boards/Parafoil/BoardScheduler.cpp
+++ b/src/boards/Parafoil/BoardScheduler.cpp
@@ -1,5 +1,5 @@
 /* Copyright (c) 2023 Skyward Experimental Rocketry
- * Authors: Matteo Pignataro
+ * Author: Matteo Pignataro
  *
  * 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/boards/Parafoil/BoardScheduler.h b/src/boards/Parafoil/BoardScheduler.h
index 8ebf8db1e..b0d48ab31 100644
--- a/src/boards/Parafoil/BoardScheduler.h
+++ b/src/boards/Parafoil/BoardScheduler.h
@@ -1,5 +1,5 @@
 /* Copyright (c) 2023 Skyward Experimental Rocketry
- * Authors: Matteo Pignataro
+ * Author: Matteo Pignataro
  *
  * 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/boards/Parafoil/Configs/ActuatorsConfigs.h b/src/boards/Parafoil/Configs/ActuatorsConfigs.h
index c4799d1dc..5e3676de6 100644
--- a/src/boards/Parafoil/Configs/ActuatorsConfigs.h
+++ b/src/boards/Parafoil/Configs/ActuatorsConfigs.h
@@ -1,5 +1,5 @@
 /* Copyright (c) 2024 Skyward Experimental Rocketry
- * Author: Alberto Nidasio, Federico Lolli, Angelo Prete
+ * Authors: Alberto Nidasio, Federico Lolli, Angelo Prete
  *
  * 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/boards/Parafoil/Configs/FlightModeManagerConfig.h b/src/boards/Parafoil/Configs/FlightModeManagerConfig.h
index a9489f1ff..6804ffab7 100644
--- a/src/boards/Parafoil/Configs/FlightModeManagerConfig.h
+++ b/src/boards/Parafoil/Configs/FlightModeManagerConfig.h
@@ -1,5 +1,5 @@
 /* Copyright (c) 2022 Skyward Experimental Rocketry
- * Author: Federico Mandelli, Angelo Prete
+ * Authors: Federico Mandelli, Angelo Prete
  *
  * 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/boards/Parafoil/Radio/Radio.cpp b/src/boards/Parafoil/Radio/Radio.cpp
index e4ec807c2..260ababf9 100644
--- a/src/boards/Parafoil/Radio/Radio.cpp
+++ b/src/boards/Parafoil/Radio/Radio.cpp
@@ -1,5 +1,5 @@
 /* Copyright (c) 2023 Skyward Experimental Rocketry
- * Author: Matteo Pignataro, Federico Mandelli
+ * Authors: Matteo Pignataro, Federico Mandelli
  *
  * 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/boards/Parafoil/Radio/Radio.h b/src/boards/Parafoil/Radio/Radio.h
index 80049452c..346c8b310 100644
--- a/src/boards/Parafoil/Radio/Radio.h
+++ b/src/boards/Parafoil/Radio/Radio.h
@@ -1,5 +1,5 @@
 /* Copyright (c) 2023 Skyward Experimental Rocketry
- * Author: Matteo Pignataro, Federico Mandelli
+ * Authors: Matteo Pignataro, Federico Mandelli
  *
  * 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/boards/Parafoil/Sensors/Sensors.h b/src/boards/Parafoil/Sensors/Sensors.h
index 26316ac97..af60a9e32 100644
--- a/src/boards/Parafoil/Sensors/Sensors.h
+++ b/src/boards/Parafoil/Sensors/Sensors.h
@@ -1,5 +1,5 @@
 /* Copyright (c) 2023 Skyward Experimental Rocketry
- * Author: Matteo Pignataro, Federico Mandelli
+ * Authors: Matteo Pignataro, Federico Mandelli
  *
  * 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/boards/Parafoil/Wing/AutomaticWingAlgorithm.cpp b/src/boards/Parafoil/Wing/AutomaticWingAlgorithm.cpp
index 963b91d1d..6bca48d92 100644
--- a/src/boards/Parafoil/Wing/AutomaticWingAlgorithm.cpp
+++ b/src/boards/Parafoil/Wing/AutomaticWingAlgorithm.cpp
@@ -1,5 +1,5 @@
 /* Copyright (c) 2023 Skyward Experimental Rocketry
- * Author: Matteo Pignataro, Radu Raul
+ * Authors: Matteo Pignataro, Radu Raul
  *
  * 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/boards/Parafoil/Wing/WingTargetPositionData.h b/src/boards/Parafoil/Wing/WingTargetPositionData.h
index 32aca881f..d36a661e8 100644
--- a/src/boards/Parafoil/Wing/WingTargetPositionData.h
+++ b/src/boards/Parafoil/Wing/WingTargetPositionData.h
@@ -1,5 +1,5 @@
 /* Copyright (c) 2022 Skyward Experimental Rocketry
- * Author: Alberto Nidasio, Radu Raul
+ * Authors: Alberto Nidasio, Radu Raul
  *
  * 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/scripts/EventDumper/EventDumper.cpp b/src/scripts/EventDumper/EventDumper.cpp
index b47cfb989..4b47aa20c 100644
--- a/src/scripts/EventDumper/EventDumper.cpp
+++ b/src/scripts/EventDumper/EventDumper.cpp
@@ -1,5 +1,5 @@
 /* Copyright (c) 2023 Skyward Experimental Rocketry
- * Authors: Matteo Pignataro
+ * Author: Matteo Pignataro
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
-- 
GitLab