From eb5acd39afdef67a55263c5fefcde07b2487092f Mon Sep 17 00:00:00 2001
From: Dominik Loidolt <dominik.loidolt@univie.ac.at>
Date: Fri, 18 Nov 2022 17:20:41 +0100
Subject: [PATCH] remove the , at end of the author line

---
 include/byteorder.h                       | 2 +-
 include/cmp_data_types.h                  | 2 +-
 include/cmp_debug.h                       | 2 +-
 include/cmp_entity.h                      | 2 +-
 include/cmp_guess.h                       | 2 +-
 include/cmp_icu.h                         | 2 +-
 include/cmp_rdcu.h                        | 2 +-
 include/cmp_rdcu_cfg.h                    | 2 +-
 include/cmp_support.h                     | 2 +-
 include/compiler.h                        | 2 +-
 include/decmp.h                           | 2 +-
 include/my_inttypes.h                     | 2 +-
 include/rdcu_cmd.h                        | 2 +-
 include/rdcu_ctrl.h                       | 2 +-
 include/rdcu_pkt_to_file.h                | 2 +-
 include/rdcu_rmap.h                       | 2 +-
 include/rmap.h                            | 2 +-
 lib/cmp_entity.c                          | 2 +-
 lib/cmp_guess.c                           | 2 +-
 lib/cmp_icu.c                             | 2 +-
 lib/cmp_io.c                              | 2 +-
 lib/cmp_rdcu.c                            | 2 +-
 lib/cmp_rdcu_cfg.c                        | 2 +-
 lib/cmp_support.c                         | 2 +-
 lib/decmp.c                               | 2 +-
 lib/rdcu_cmd.c                            | 2 +-
 lib/rdcu_ctrl.c                           | 2 +-
 lib/rdcu_pkt_to_file.c                    | 2 +-
 lib/rdcu_rmap.c                           | 2 +-
 lib/rmap.c                                | 2 +-
 test/cmp_data_types/test_cmp_data_types.c | 2 +-
 test/cmp_decmp/test_cmp_decmp.c           | 2 +-
 test/cmp_entity/test_cmp_entity.c         | 2 +-
 test/cmp_rdcu_cfg/test_cmp_rdcu_cfg.c     | 2 +-
 34 files changed, 34 insertions(+), 34 deletions(-)

diff --git a/include/byteorder.h b/include/byteorder.h
index efd4c59..56bb7ef 100644
--- a/include/byteorder.h
+++ b/include/byteorder.h
@@ -1,6 +1,6 @@
 /**
  * @file   byteorder.h
- * @author Armin Luntzer (armin.luntzer@univie.ac.at),
+ * @author Armin Luntzer (armin.luntzer@univie.ac.at)
  * @date   2015
  *
  * @copyright GPLv2
diff --git a/include/cmp_data_types.h b/include/cmp_data_types.h
index ec95be8..693a953 100644
--- a/include/cmp_data_types.h
+++ b/include/cmp_data_types.h
@@ -1,6 +1,6 @@
 /**
  * @file   cmp_data_types.h
- * @author Dominik Loidolt (dominik.loidolt@univie.ac.at),
+ * @author Dominik Loidolt (dominik.loidolt@univie.ac.at)
  * @date   2020
  * @brief definition of the different compression data types
  *
diff --git a/include/cmp_debug.h b/include/cmp_debug.h
index defc4e3..475c5a7 100644
--- a/include/cmp_debug.h
+++ b/include/cmp_debug.h
@@ -1,6 +1,6 @@
 /**
  * @file   cmp_debug.h
- * @author Dominik Loidolt (dominik.loidolt@univie.ac.at),
+ * @author Dominik Loidolt (dominik.loidolt@univie.ac.at)
  * @date   2020
  *
  * @copyright GPLv2
diff --git a/include/cmp_entity.h b/include/cmp_entity.h
index 2444434..dd1fa94 100644
--- a/include/cmp_entity.h
+++ b/include/cmp_entity.h
@@ -1,6 +1,6 @@
 /**
  * @file   cmp_entity.h
- * @author Dominik Loidolt (dominik.loidolt@univie.ac.at),
+ * @author Dominik Loidolt (dominik.loidolt@univie.ac.at)
  * @date   May, 2021
  *
  * @copyright GPLv2
diff --git a/include/cmp_guess.h b/include/cmp_guess.h
index 4b26e9c..efca334 100644
--- a/include/cmp_guess.h
+++ b/include/cmp_guess.h
@@ -1,6 +1,6 @@
 /**
  * @file   cmp_guess.h
- * @author Dominik Loidolt (dominik.loidolt@univie.ac.at),
+ * @author Dominik Loidolt (dominik.loidolt@univie.ac.at)
  * @date   2020
  *
  * @copyright GPLv2
diff --git a/include/cmp_icu.h b/include/cmp_icu.h
index 743e7d1..4cba66f 100644
--- a/include/cmp_icu.h
+++ b/include/cmp_icu.h
@@ -1,6 +1,6 @@
 /**
  * @file   cmp_icu.h
- * @author Dominik Loidolt (dominik.loidolt@univie.ac.at),
+ * @author Dominik Loidolt (dominik.loidolt@univie.ac.at)
  * @date   2020
  *
  * @copyright GPLv2
diff --git a/include/cmp_rdcu.h b/include/cmp_rdcu.h
index 3a32cbc..d269db1 100644
--- a/include/cmp_rdcu.h
+++ b/include/cmp_rdcu.h
@@ -1,6 +1,6 @@
 /**
  * @file   cmp_rdcu.h
- * @author Dominik Loidolt (dominik.loidolt@univie.ac.at),
+ * @author Dominik Loidolt (dominik.loidolt@univie.ac.at)
  * @date   2019
  *
  * @copyright GPLv2
diff --git a/include/cmp_rdcu_cfg.h b/include/cmp_rdcu_cfg.h
index d5346ad..c8ef639 100644
--- a/include/cmp_rdcu_cfg.h
+++ b/include/cmp_rdcu_cfg.h
@@ -1,6 +1,6 @@
 /**
  * @file   cmp_rdcu_cfg.h
- * @author Dominik Loidolt (dominik.loidolt@univie.ac.at),
+ * @author Dominik Loidolt (dominik.loidolt@univie.ac.at)
  * @date   2020
  *
  * @copyright GPLv2
diff --git a/include/cmp_support.h b/include/cmp_support.h
index 3d53e7f..105a9da 100644
--- a/include/cmp_support.h
+++ b/include/cmp_support.h
@@ -1,6 +1,6 @@
 /**
  * @file   cmp_support.h
- * @author Dominik Loidolt (dominik.loidolt@univie.ac.at),
+ * @author Dominik Loidolt (dominik.loidolt@univie.ac.at)
  * @date   2018
  *
  * @copyright GPLv2
diff --git a/include/compiler.h b/include/compiler.h
index 7bf73af..0061700 100644
--- a/include/compiler.h
+++ b/include/compiler.h
@@ -1,6 +1,6 @@
 /**
  * @file   compiler.h
- * @author Armin Luntzer (armin.luntzer@univie.ac.at),
+ * @author Armin Luntzer (armin.luntzer@univie.ac.at)
  * @date   2015
  *
  * @copyright GPLv2
diff --git a/include/decmp.h b/include/decmp.h
index 826eb89..c09da34 100644
--- a/include/decmp.h
+++ b/include/decmp.h
@@ -1,6 +1,6 @@
 /**
  * @file   decmp.h
- * @author Dominik Loidolt (dominik.loidolt@univie.ac.at),
+ * @author Dominik Loidolt (dominik.loidolt@univie.ac.at)
  * @date   2020
  *
  * @copyright GPLv2
diff --git a/include/my_inttypes.h b/include/my_inttypes.h
index 0af552b..3d7f911 100644
--- a/include/my_inttypes.h
+++ b/include/my_inttypes.h
@@ -14,7 +14,7 @@
  * more details.
  *
  * @brief This is a simple inttypes.h implementation for the sparc platform,
- * since the sparc-elf-gcc toolchain does not provide one.
+ *	since the sparc-elf-gcc toolchain does not provide one.
  * @warning Does not fully implement the standard.
  */
 
diff --git a/include/rdcu_cmd.h b/include/rdcu_cmd.h
index 5cb168f..d124472 100644
--- a/include/rdcu_cmd.h
+++ b/include/rdcu_cmd.h
@@ -1,6 +1,6 @@
 /**
  * @file   rdcu_cmd.h
- * @author Armin Luntzer (armin.luntzer@univie.ac.at),
+ * @author Armin Luntzer (armin.luntzer@univie.ac.at)
  * @date   2018
  *
  * @copyright GPLv2
diff --git a/include/rdcu_ctrl.h b/include/rdcu_ctrl.h
index eb3e3a0..6b73f4b 100644
--- a/include/rdcu_ctrl.h
+++ b/include/rdcu_ctrl.h
@@ -1,6 +1,6 @@
 /**
  * @file   rdcu_ctrl.h
- * @author Armin Luntzer (armin.luntzer@univie.ac.at),
+ * @author Armin Luntzer (armin.luntzer@univie.ac.at)
  * @date   2018
  *
  * @copyright GPLv2
diff --git a/include/rdcu_pkt_to_file.h b/include/rdcu_pkt_to_file.h
index 49267d8..a536440 100644
--- a/include/rdcu_pkt_to_file.h
+++ b/include/rdcu_pkt_to_file.h
@@ -1,6 +1,6 @@
 /**
  * @file   rdcu_pkt_to_file.h
- * @author Dominik Loidolt (dominik.loidolt@univie.ac.at),
+ * @author Dominik Loidolt (dominik.loidolt@univie.ac.at)
  * @date   2020
  *
  * @copyright GPLv2
diff --git a/include/rdcu_rmap.h b/include/rdcu_rmap.h
index 94ba069..b0cdc84 100644
--- a/include/rdcu_rmap.h
+++ b/include/rdcu_rmap.h
@@ -1,6 +1,6 @@
 /**
  * @file   rdcu_rmap.h
- * @author Armin Luntzer (armin.luntzer@univie.ac.at),
+ * @author Armin Luntzer (armin.luntzer@univie.ac.at)
  * @date   2018
  *
  * @copyright GPLv2
diff --git a/include/rmap.h b/include/rmap.h
index f70f3c8..3752dba 100644
--- a/include/rmap.h
+++ b/include/rmap.h
@@ -1,6 +1,6 @@
 /**
  * @file   rmap.h
- * @author Armin Luntzer (armin.luntzer@univie.ac.at),
+ * @author Armin Luntzer (armin.luntzer@univie.ac.at)
  * @date   2018
  *
  * @copyright GPLv2
diff --git a/lib/cmp_entity.c b/lib/cmp_entity.c
index 57fafd8..64052c1 100644
--- a/lib/cmp_entity.c
+++ b/lib/cmp_entity.c
@@ -1,6 +1,6 @@
 /**
  * @file   cmp_entity.c
- * @author Dominik Loidolt (dominik.loidolt@univie.ac.at),
+ * @author Dominik Loidolt (dominik.loidolt@univie.ac.at)
  * @date   May 2021
  *
  * @copyright GPLv2
diff --git a/lib/cmp_guess.c b/lib/cmp_guess.c
index aad7328..8cdf751 100644
--- a/lib/cmp_guess.c
+++ b/lib/cmp_guess.c
@@ -1,6 +1,6 @@
 /**
  * @file   cmp_guess.c
- * @author Dominik Loidolt (dominik.loidolt@univie.ac.at),
+ * @author Dominik Loidolt (dominik.loidolt@univie.ac.at)
  * @date   2021
  *
  * @copyright GPLv2
diff --git a/lib/cmp_icu.c b/lib/cmp_icu.c
index b5560aa..445e4d1 100644
--- a/lib/cmp_icu.c
+++ b/lib/cmp_icu.c
@@ -1,6 +1,6 @@
 /**
  * @file   cmp_icu.c
- * @author Dominik Loidolt (dominik.loidolt@univie.ac.at),
+ * @author Dominik Loidolt (dominik.loidolt@univie.ac.at)
  * @date   2020
  *
  * @copyright GPLv2
diff --git a/lib/cmp_io.c b/lib/cmp_io.c
index 2d3caff..4f3ba6a 100644
--- a/lib/cmp_io.c
+++ b/lib/cmp_io.c
@@ -1,6 +1,6 @@
 /**
  * @file   cmp_io.c
- * @author Dominik Loidolt (dominik.loidolt@univie.ac.at),
+ * @author Dominik Loidolt (dominik.loidolt@univie.ac.at)
  * @author Johannes Seelig (johannes.seelig@univie.ac.at)
  * @date   2020
  *
diff --git a/lib/cmp_rdcu.c b/lib/cmp_rdcu.c
index abb97ef..e50fee6 100644
--- a/lib/cmp_rdcu.c
+++ b/lib/cmp_rdcu.c
@@ -1,6 +1,6 @@
 /**
  * @file   cmp_rdcu.c
- * @author Dominik Loidolt (dominik.loidolt@univie.ac.at),
+ * @author Dominik Loidolt (dominik.loidolt@univie.ac.at)
  * @date   2019
  *
  * @copyright GPLv2
diff --git a/lib/cmp_rdcu_cfg.c b/lib/cmp_rdcu_cfg.c
index 9a0ee8d..750a35e 100644
--- a/lib/cmp_rdcu_cfg.c
+++ b/lib/cmp_rdcu_cfg.c
@@ -1,6 +1,6 @@
 /**
  * @file   cmp_rdcu_cfg.c
- * @author Dominik Loidolt (dominik.loidolt@univie.ac.at),
+ * @author Dominik Loidolt (dominik.loidolt@univie.ac.at)
  * @date   2020
  *
  * @copyright GPLv2
diff --git a/lib/cmp_support.c b/lib/cmp_support.c
index dd7fbec..dea1e6f 100644
--- a/lib/cmp_support.c
+++ b/lib/cmp_support.c
@@ -1,6 +1,6 @@
 /**
  * @file   cmp_support.c
- * @author Dominik Loidolt (dominik.loidolt@univie.ac.at),
+ * @author Dominik Loidolt (dominik.loidolt@univie.ac.at)
  * @date   2019
  *
  * @copyright GPLv2
diff --git a/lib/decmp.c b/lib/decmp.c
index 242779f..ea8cecd 100644
--- a/lib/decmp.c
+++ b/lib/decmp.c
@@ -1,6 +1,6 @@
 /**
  * @file   decmp.c
- * @author Dominik Loidolt (dominik.loidolt@univie.ac.at),
+ * @author Dominik Loidolt (dominik.loidolt@univie.ac.at)
  * @date   2020
  *
  * @copyright GPLv2
diff --git a/lib/rdcu_cmd.c b/lib/rdcu_cmd.c
index 39c7c6d..2c7feae 100644
--- a/lib/rdcu_cmd.c
+++ b/lib/rdcu_cmd.c
@@ -1,6 +1,6 @@
 /**
  * @file   rdcu_cmd.c
- * @author Armin Luntzer (armin.luntzer@univie.ac.at),
+ * @author Armin Luntzer (armin.luntzer@univie.ac.at)
  * @date   2018
  *
  * @copyright GPLv2
diff --git a/lib/rdcu_ctrl.c b/lib/rdcu_ctrl.c
index 759ad99..f870c53 100644
--- a/lib/rdcu_ctrl.c
+++ b/lib/rdcu_ctrl.c
@@ -1,6 +1,6 @@
 /**
  * @file   rdcu_ctrl.c
- * @author Armin Luntzer (armin.luntzer@univie.ac.at),
+ * @author Armin Luntzer (armin.luntzer@univie.ac.at)
  * @date   2018
  *
  * @copyright GPLv2
diff --git a/lib/rdcu_pkt_to_file.c b/lib/rdcu_pkt_to_file.c
index 891bd74..723ab9b 100644
--- a/lib/rdcu_pkt_to_file.c
+++ b/lib/rdcu_pkt_to_file.c
@@ -1,6 +1,6 @@
 /**
  * @file   rdcu_pkt_to_file.c
- * @author Dominik Loidolt (dominik.loidolt@univie.ac.at),
+ * @author Dominik Loidolt (dominik.loidolt@univie.ac.at)
  * @date   2020
  *
  * @copyright GPLv2
diff --git a/lib/rdcu_rmap.c b/lib/rdcu_rmap.c
index 59f220a..73d90cf 100644
--- a/lib/rdcu_rmap.c
+++ b/lib/rdcu_rmap.c
@@ -1,6 +1,6 @@
 /**
  * @file   rdcu_rmap.c
- * @author Armin Luntzer (armin.luntzer@univie.ac.at),
+ * @author Armin Luntzer (armin.luntzer@univie.ac.at)
  * @date   2018
  *
  * @copyright GPLv2
diff --git a/lib/rmap.c b/lib/rmap.c
index 06f7263..3164a83 100644
--- a/lib/rmap.c
+++ b/lib/rmap.c
@@ -1,6 +1,6 @@
 /**
  * @file   rmap.c
- * @author Armin Luntzer (armin.luntzer@univie.ac.at),
+ * @author Armin Luntzer (armin.luntzer@univie.ac.at)
  * @date   2018
  *
  * @copyright GPLv2
diff --git a/test/cmp_data_types/test_cmp_data_types.c b/test/cmp_data_types/test_cmp_data_types.c
index 33d907d..403143c 100644
--- a/test/cmp_data_types/test_cmp_data_types.c
+++ b/test/cmp_data_types/test_cmp_data_types.c
@@ -1,6 +1,6 @@
 /**
  * @file test_cmp_data_types.c
- * @author Dominik Loidolt (dominik.loidolt@univie.ac.at),
+ * @author Dominik Loidolt (dominik.loidolt@univie.ac.at)
  * @date   2022
  *
  * @copyright GPLv2
diff --git a/test/cmp_decmp/test_cmp_decmp.c b/test/cmp_decmp/test_cmp_decmp.c
index 31ce9e7..d9dc3ab 100644
--- a/test/cmp_decmp/test_cmp_decmp.c
+++ b/test/cmp_decmp/test_cmp_decmp.c
@@ -1,6 +1,6 @@
 /**
  * @file   test_cmp_decmp.c
- * @author Dominik Loidolt (dominik.loidolt@univie.ac.at),
+ * @author Dominik Loidolt (dominik.loidolt@univie.ac.at)
  * @date   2022
  *
  * @copyright GPLv2
diff --git a/test/cmp_entity/test_cmp_entity.c b/test/cmp_entity/test_cmp_entity.c
index d58c27c..c127a88 100644
--- a/test/cmp_entity/test_cmp_entity.c
+++ b/test/cmp_entity/test_cmp_entity.c
@@ -1,6 +1,6 @@
 /**
  * @file   test_cmp_entity.c
- * @author Dominik Loidolt (dominik.loidolt@univie.ac.at),
+ * @author Dominik Loidolt (dominik.loidolt@univie.ac.at)
  * @date   2022
  *
  * @copyright GPLv2
diff --git a/test/cmp_rdcu_cfg/test_cmp_rdcu_cfg.c b/test/cmp_rdcu_cfg/test_cmp_rdcu_cfg.c
index 9d70564..a59ecfd 100644
--- a/test/cmp_rdcu_cfg/test_cmp_rdcu_cfg.c
+++ b/test/cmp_rdcu_cfg/test_cmp_rdcu_cfg.c
@@ -1,6 +1,6 @@
 /**
  * @file test_cmp_rdcu_cfg.c
- * @author Dominik Loidolt (dominik.loidolt@univie.ac.at),
+ * @author Dominik Loidolt (dominik.loidolt@univie.ac.at)
  * @date   2022
  *
  * @copyright GPLv2
-- 
GitLab