From 3ab51a6b75966a3c921c49af0a21e0f3295175ba Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niccol=C3=B2=20Betto?= <niccolo.betto@skywarder.eu>
Date: Tue, 10 Sep 2024 20:23:20 +0200
Subject: [PATCH] [Linter] Fix incorrect authorship for all files

---
 src/bsps/stm32f767zi_compute_unit_v2/interfaces-impl/bsp.cpp | 2 +-
 src/bsps/stm32f767zi_lyra_biscotto/interfaces-impl/bsp.cpp   | 2 +-
 src/bsps/stm32f767zi_lyra_motor/interfaces-impl/bsp.cpp      | 2 +-
 src/bsps/stm32f767zi_rig_v2/interfaces-impl/bsp.cpp          | 2 +-
 src/entrypoints/compute-unit-v2-testsuite.cpp                | 2 +-
 src/shared/sensors/analog/TrafagPressureSensor.h             | 2 +-
 src/shared/sensors/analog/TwoPointAnalogLoadCell.h           | 2 +-
 src/shared/units/Acceleration.h                              | 2 +-
 src/shared/units/Angle.h                                     | 2 +-
 src/shared/units/Length.h                                    | 2 +-
 src/shared/units/Pressure.h                                  | 2 +-
 src/shared/units/Speed.h                                     | 2 +-
 src/shared/units/Time.h                                      | 2 +-
 src/shared/units/Units.h                                     | 2 +-
 src/shared/utils/DependencyManager/DependencyManager.cpp     | 2 +-
 src/shared/utils/DependencyManager/DependencyManager.h       | 2 +-
 src/shared/utils/Registry/RegistryBackend.h                  | 2 +-
 src/tests/catch/test-units.cpp                               | 2 +-
 18 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/src/bsps/stm32f767zi_compute_unit_v2/interfaces-impl/bsp.cpp b/src/bsps/stm32f767zi_compute_unit_v2/interfaces-impl/bsp.cpp
index cebec9b01..e7bf2e4cf 100644
--- a/src/bsps/stm32f767zi_compute_unit_v2/interfaces-impl/bsp.cpp
+++ b/src/bsps/stm32f767zi_compute_unit_v2/interfaces-impl/bsp.cpp
@@ -1,5 +1,5 @@
 /* Copyright (c) 2023 Skyward Experimental Rocketry
- * Author: Alberto Nidasio, Davide Mor
+ * Authors: Alberto Nidasio, Davide Mor
  *
  * 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/bsps/stm32f767zi_lyra_biscotto/interfaces-impl/bsp.cpp b/src/bsps/stm32f767zi_lyra_biscotto/interfaces-impl/bsp.cpp
index e48915e32..133580cc1 100644
--- a/src/bsps/stm32f767zi_lyra_biscotto/interfaces-impl/bsp.cpp
+++ b/src/bsps/stm32f767zi_lyra_biscotto/interfaces-impl/bsp.cpp
@@ -1,5 +1,5 @@
 /* Copyright (c) 2023 Skyward Experimental Rocketry
- * Author: Alberto Nidasio, Davide Mor
+ * Authors: Alberto Nidasio, Davide Mor
  *
  * 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/bsps/stm32f767zi_lyra_motor/interfaces-impl/bsp.cpp b/src/bsps/stm32f767zi_lyra_motor/interfaces-impl/bsp.cpp
index 6698f1979..ab59a4667 100644
--- a/src/bsps/stm32f767zi_lyra_motor/interfaces-impl/bsp.cpp
+++ b/src/bsps/stm32f767zi_lyra_motor/interfaces-impl/bsp.cpp
@@ -1,5 +1,5 @@
 /* Copyright (c) 2023 Skyward Experimental Rocketry
- * Author: Alberto Nidasio, Davide Mor
+ * Authors: Alberto Nidasio, Davide Mor
  *
  * 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/bsps/stm32f767zi_rig_v2/interfaces-impl/bsp.cpp b/src/bsps/stm32f767zi_rig_v2/interfaces-impl/bsp.cpp
index 2c764c17e..0d0c1bcc3 100644
--- a/src/bsps/stm32f767zi_rig_v2/interfaces-impl/bsp.cpp
+++ b/src/bsps/stm32f767zi_rig_v2/interfaces-impl/bsp.cpp
@@ -1,5 +1,5 @@
 /* Copyright (c) 2023 Skyward Experimental Rocketry
- * Author: Alberto Nidasio, Davide Mor
+ * Authors: Alberto Nidasio, Davide Mor
  *
  * 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/entrypoints/compute-unit-v2-testsuite.cpp b/src/entrypoints/compute-unit-v2-testsuite.cpp
index 5f675ef39..86dd9292d 100644
--- a/src/entrypoints/compute-unit-v2-testsuite.cpp
+++ b/src/entrypoints/compute-unit-v2-testsuite.cpp
@@ -1,5 +1,5 @@
 /* Copyright (c) 2024 Skyward Experimental Rocketry
- * Author: Davide Mor, Emilio Corigliano
+ * Authors: Davide Mor, Emilio Corigliano
  *
  * 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/shared/sensors/analog/TrafagPressureSensor.h b/src/shared/sensors/analog/TrafagPressureSensor.h
index 730b42116..a0539c62f 100644
--- a/src/shared/sensors/analog/TrafagPressureSensor.h
+++ b/src/shared/sensors/analog/TrafagPressureSensor.h
@@ -1,5 +1,5 @@
 /* Copyright (c) 2024 Skyward Experimental Rocketry
- * Authors: Davide Mor
+ * Author: Davide Mor
  *
  * 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/shared/sensors/analog/TwoPointAnalogLoadCell.h b/src/shared/sensors/analog/TwoPointAnalogLoadCell.h
index ff4ec8d98..fa620b6d1 100644
--- a/src/shared/sensors/analog/TwoPointAnalogLoadCell.h
+++ b/src/shared/sensors/analog/TwoPointAnalogLoadCell.h
@@ -1,5 +1,5 @@
 /* Copyright (c) 2024 Skyward Experimental Rocketry
- * Authors: Davide Mor
+ * Author: Davide Mor
  *
  * 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/shared/units/Acceleration.h b/src/shared/units/Acceleration.h
index eac700e5a..92351a547 100644
--- a/src/shared/units/Acceleration.h
+++ b/src/shared/units/Acceleration.h
@@ -1,5 +1,5 @@
 /* Copyright (c) 2023 Skyward Experimental Rocketry
- * Authors: Davide Basso
+ * Author: Davide Basso
  *
  * 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/shared/units/Angle.h b/src/shared/units/Angle.h
index 6a1c8eef1..a8cef5827 100644
--- a/src/shared/units/Angle.h
+++ b/src/shared/units/Angle.h
@@ -1,5 +1,5 @@
 /* Copyright (c) 2023 Skyward Experimental Rocketry
- * Authors: Davide Basso
+ * Author: Davide Basso
  *
  * 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/shared/units/Length.h b/src/shared/units/Length.h
index cb6f024c5..6e0f99521 100644
--- a/src/shared/units/Length.h
+++ b/src/shared/units/Length.h
@@ -1,5 +1,5 @@
 /* Copyright (c) 2023 Skyward Experimental Rocketry
- * Authors: Davide Basso
+ * Author: Davide Basso
  *
  * 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/shared/units/Pressure.h b/src/shared/units/Pressure.h
index 30dc96bb0..a2cfa6e8b 100644
--- a/src/shared/units/Pressure.h
+++ b/src/shared/units/Pressure.h
@@ -1,5 +1,5 @@
 /* Copyright (c) 2023 Skyward Experimental Rocketry
- * Authors: Davide Basso
+ * Author: Davide Basso
  *
  * 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/shared/units/Speed.h b/src/shared/units/Speed.h
index 051d90e07..06f04c824 100644
--- a/src/shared/units/Speed.h
+++ b/src/shared/units/Speed.h
@@ -1,5 +1,5 @@
 /* Copyright (c) 2023 Skyward Experimental Rocketry
- * Authors: Davide Basso
+ * Author: Davide Basso
  *
  * 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/shared/units/Time.h b/src/shared/units/Time.h
index 155fef4d9..70ff0971d 100644
--- a/src/shared/units/Time.h
+++ b/src/shared/units/Time.h
@@ -1,5 +1,5 @@
 /* Copyright (c) 2023 Skyward Experimental Rocketry
- * Authors: Davide Basso
+ * Author: Davide Basso
  *
  * 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/shared/units/Units.h b/src/shared/units/Units.h
index fd26b2b59..44fea2e8b 100644
--- a/src/shared/units/Units.h
+++ b/src/shared/units/Units.h
@@ -1,5 +1,5 @@
 /* Copyright (c) 2023 Skyward Experimental Rocketry
- * Authors: Davide Basso
+ * Author: Davide Basso
  *
  * 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/shared/utils/DependencyManager/DependencyManager.cpp b/src/shared/utils/DependencyManager/DependencyManager.cpp
index 10e47a0f7..4899b2967 100644
--- a/src/shared/utils/DependencyManager/DependencyManager.cpp
+++ b/src/shared/utils/DependencyManager/DependencyManager.cpp
@@ -1,5 +1,5 @@
 /* Copyright (c) 2024 Skyward Experimental Rocketry
- * Authors: Davide Mor
+ * Author: Davide Mor
  *
  * 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/shared/utils/DependencyManager/DependencyManager.h b/src/shared/utils/DependencyManager/DependencyManager.h
index 8ce5153d4..10637d78e 100644
--- a/src/shared/utils/DependencyManager/DependencyManager.h
+++ b/src/shared/utils/DependencyManager/DependencyManager.h
@@ -1,5 +1,5 @@
 /* Copyright (c) 2024 Skyward Experimental Rocketry
- * Authors: Davide Mor
+ * Author: Davide Mor
  *
  * 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/shared/utils/Registry/RegistryBackend.h b/src/shared/utils/Registry/RegistryBackend.h
index 9a1f8cffa..3a4980ff0 100644
--- a/src/shared/utils/Registry/RegistryBackend.h
+++ b/src/shared/utils/Registry/RegistryBackend.h
@@ -1,5 +1,5 @@
 /* Copyright (c) 2024 Skyward Experimental Rocketry
- * Author: Nicolò Caruso, Davide Mor
+ * Authors: Nicolò Caruso, Davide Mor
  *
  * 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/tests/catch/test-units.cpp b/src/tests/catch/test-units.cpp
index 4bc4025bd..1daa16ba8 100644
--- a/src/tests/catch/test-units.cpp
+++ b/src/tests/catch/test-units.cpp
@@ -1,5 +1,5 @@
 /* Copyright (c) 2023 Skyward Experimental Rocketry
- * Authors: Davide Basso
+ * Author: Davide Basso
  *
  * 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