From 9324e0fab5450ebcc0562c782bf07acb89b83492 Mon Sep 17 00:00:00 2001 From: Davide Basso <davide.basso@skywarder.eu> Date: Thu, 22 Feb 2024 13:09:55 +0100 Subject: [PATCH] [Style] Fix copyright lint warnings --- 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/tests/algorithms/ADA/EuRoC-pressure-logs.h | 2 +- src/tests/catch/test-units.cpp | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) 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 482938be0..b2a1fccbc 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 1ace1725e..22dca159b 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/tests/algorithms/ADA/EuRoC-pressure-logs.h b/src/tests/algorithms/ADA/EuRoC-pressure-logs.h index 938f2ca5e..5d0b204b1 100644 --- a/src/tests/algorithms/ADA/EuRoC-pressure-logs.h +++ b/src/tests/algorithms/ADA/EuRoC-pressure-logs.h @@ -1,4 +1,4 @@ -/* Copyright (c)Pascal(2022 Skyward Experimental Rocketry +/* Copyright (c) 2022 Skyward Experimental Rocketry * Author: Alberto Nidasio * * Permission is hereby granted, free of charge, to any person obtaining a copy 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