From 1aa266e9197f11b0ca9af002391cd1fc387a379a Mon Sep 17 00:00:00 2001
From: cont-integration <CI@iri.upc.edu>
Date: Fri, 6 Jan 2023 01:07:30 +0100
Subject: [PATCH] [skip ci] license headers added or modified

---
 include/factory_publisher.h                        | 2 +-
 include/factory_subscriber.h                       | 2 +-
 include/node.h                                     | 4 ++--
 include/publisher.h                                | 2 +-
 include/publisher_graph.h                          | 2 +-
 include/publisher_pose.h                           | 2 +-
 include/publisher_state_block.h                    | 2 +-
 include/publisher_tf.h                             | 2 +-
 include/publisher_trajectory.h                     | 8 +-------
 include/subscriber.h                               | 2 +-
 include/subscriber_diffdrive.h                     | 4 ++--
 include/subscriber_landmarks.h                     | 4 ++--
 include/subscriber_odom2d.h                        | 4 ++--
 include/subscriber_pose.h                          | 4 ++--
 license_header_2022.txt => license_header_2023.txt | 2 +-
 src/node.cpp                                       | 2 +-
 src/publisher_graph.cpp                            | 2 +-
 src/publisher_pose.cpp                             | 2 +-
 src/publisher_state_block.cpp                      | 2 +-
 src/publisher_tf.cpp                               | 2 +-
 src/publisher_trajectory.cpp                       | 2 +-
 src/subscriber_diffdrive.cpp                       | 2 +-
 src/subscriber_landmarks.cpp                       | 2 +-
 src/subscriber_odom2d.cpp                          | 2 +-
 src/subscriber_pose.cpp                            | 2 +-
 25 files changed, 30 insertions(+), 36 deletions(-)
 rename license_header_2022.txt => license_header_2023.txt (88%)

diff --git a/include/factory_publisher.h b/include/factory_publisher.h
index b64e40f..c362413 100644
--- a/include/factory_publisher.h
+++ b/include/factory_publisher.h
@@ -1,6 +1,6 @@
 //--------LICENSE_START--------
 //
-// Copyright (C) 2020,2021,2022 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
+// Copyright (C) 2020,2021,2022,2023 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
 // Authors: Joan Solà Ortega (jsola@iri.upc.edu)
 // All rights reserved.
 //
diff --git a/include/factory_subscriber.h b/include/factory_subscriber.h
index 6d2eaf9..b9c2c1d 100644
--- a/include/factory_subscriber.h
+++ b/include/factory_subscriber.h
@@ -1,6 +1,6 @@
 //--------LICENSE_START--------
 //
-// Copyright (C) 2020,2021,2022 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
+// Copyright (C) 2020,2021,2022,2023 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
 // Authors: Joan Solà Ortega (jsola@iri.upc.edu)
 // All rights reserved.
 //
diff --git a/include/node.h b/include/node.h
index d4c2dde..562af3e 100644
--- a/include/node.h
+++ b/include/node.h
@@ -1,6 +1,6 @@
 //--------LICENSE_START--------
 //
-// Copyright (C) 2020,2021,2022 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
+// Copyright (C) 2020,2021,2022,2023 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
 // Authors: Joan Solà Ortega (jsola@iri.upc.edu)
 // All rights reserved.
 //
@@ -114,4 +114,4 @@ class WolfRosNode
         void createProfilingFile();
 };
 
-#endif // NODE_H
\ No newline at end of file
+#endif // NODE_H
diff --git a/include/publisher.h b/include/publisher.h
index e595811..2f128c6 100644
--- a/include/publisher.h
+++ b/include/publisher.h
@@ -1,6 +1,6 @@
 //--------LICENSE_START--------
 //
-// Copyright (C) 2020,2021,2022 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
+// Copyright (C) 2020,2021,2022,2023 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
 // Authors: Joan Solà Ortega (jsola@iri.upc.edu)
 // All rights reserved.
 //
diff --git a/include/publisher_graph.h b/include/publisher_graph.h
index 4cdf019..3ac38b6 100644
--- a/include/publisher_graph.h
+++ b/include/publisher_graph.h
@@ -1,6 +1,6 @@
 //--------LICENSE_START--------
 //
-// Copyright (C) 2020,2021,2022 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
+// Copyright (C) 2020,2021,2022,2023 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
 // Authors: Joan Solà Ortega (jsola@iri.upc.edu)
 // All rights reserved.
 //
diff --git a/include/publisher_pose.h b/include/publisher_pose.h
index 59a0ef3..a9de5a4 100644
--- a/include/publisher_pose.h
+++ b/include/publisher_pose.h
@@ -1,6 +1,6 @@
 //--------LICENSE_START--------
 //
-// Copyright (C) 2020,2021,2022 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
+// Copyright (C) 2020,2021,2022,2023 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
 // Authors: Joan Solà Ortega (jsola@iri.upc.edu)
 // All rights reserved.
 //
diff --git a/include/publisher_state_block.h b/include/publisher_state_block.h
index c0d229c..3bd8dc3 100644
--- a/include/publisher_state_block.h
+++ b/include/publisher_state_block.h
@@ -1,6 +1,6 @@
 //--------LICENSE_START--------
 //
-// Copyright (C) 2020,2021,2022 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
+// Copyright (C) 2020,2021,2022,2023 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
 // Authors: Joan Solà Ortega (jsola@iri.upc.edu)
 // All rights reserved.
 //
diff --git a/include/publisher_tf.h b/include/publisher_tf.h
index fe545e5..12eed3e 100644
--- a/include/publisher_tf.h
+++ b/include/publisher_tf.h
@@ -1,6 +1,6 @@
 //--------LICENSE_START--------
 //
-// Copyright (C) 2020,2021,2022 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
+// Copyright (C) 2020,2021,2022,2023 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
 // Authors: Joan Solà Ortega (jsola@iri.upc.edu)
 // All rights reserved.
 //
diff --git a/include/publisher_trajectory.h b/include/publisher_trajectory.h
index 7ce9eaa..22b457a 100644
--- a/include/publisher_trajectory.h
+++ b/include/publisher_trajectory.h
@@ -1,6 +1,6 @@
 //--------LICENSE_START--------
 //
-// Copyright (C) 2020,2021,2022 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
+// Copyright (C) 2020,2021,2022,2023 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
 // Authors: Joan Solà Ortega (jsola@iri.upc.edu)
 // All rights reserved.
 //
@@ -18,12 +18,6 @@
 // You should have received a copy of the GNU Lesser General Public License
 // along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-/*
- * publisher_trajectory.h
- *
- *  Created on: Feb 03, 2022
- *      Author: igeer
- */
 //--------LICENSE_END--------
 #ifndef PUBLISHER_TRAJECTORY_H
 #define PUBLISHER_TRAJECTORY_H
diff --git a/include/subscriber.h b/include/subscriber.h
index 5de7b2b..e18cc93 100644
--- a/include/subscriber.h
+++ b/include/subscriber.h
@@ -1,6 +1,6 @@
 //--------LICENSE_START--------
 //
-// Copyright (C) 2020,2021,2022 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
+// Copyright (C) 2020,2021,2022,2023 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
 // Authors: Joan Solà Ortega (jsola@iri.upc.edu)
 // All rights reserved.
 //
diff --git a/include/subscriber_diffdrive.h b/include/subscriber_diffdrive.h
index 48f64e2..6a5a524 100644
--- a/include/subscriber_diffdrive.h
+++ b/include/subscriber_diffdrive.h
@@ -1,6 +1,6 @@
 //--------LICENSE_START--------
 //
-// Copyright (C) 2020,2021,2022 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
+// Copyright (C) 2020,2021,2022,2023 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
 // Authors: Joan Solà Ortega (jsola@iri.upc.edu)
 // All rights reserved.
 //
@@ -60,4 +60,4 @@ class SubscriberDiffdrive : public Subscriber
 
 }  // namespace wolf
 
-#endif // WOLF_SUBSCRIBER_DIFFDRIVE_H_
\ No newline at end of file
+#endif // WOLF_SUBSCRIBER_DIFFDRIVE_H_
diff --git a/include/subscriber_landmarks.h b/include/subscriber_landmarks.h
index f389542..ad91728 100644
--- a/include/subscriber_landmarks.h
+++ b/include/subscriber_landmarks.h
@@ -1,6 +1,6 @@
 //--------LICENSE_START--------
 //
-// Copyright (C) 2020,2021,2022 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
+// Copyright (C) 2020,2021,2022,2023 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
 // Authors: Joan Solà Ortega (jsola@iri.upc.edu)
 // All rights reserved.
 //
@@ -57,4 +57,4 @@ class SubscriberLandmarks : public Subscriber
 
     void callback(const wolf_ros_node::LandmarkDetectionArray::ConstPtr& msg);
 };
-}  // namespace wolf
\ No newline at end of file
+}  // namespace wolf
diff --git a/include/subscriber_odom2d.h b/include/subscriber_odom2d.h
index 16ea0f0..0773663 100644
--- a/include/subscriber_odom2d.h
+++ b/include/subscriber_odom2d.h
@@ -1,6 +1,6 @@
 //--------LICENSE_START--------
 //
-// Copyright (C) 2020,2021,2022 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
+// Copyright (C) 2020,2021,2022,2023 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
 // Authors: Joan Solà Ortega (jsola@iri.upc.edu)
 // All rights reserved.
 //
@@ -62,4 +62,4 @@ class SubscriberOdom2d : public Subscriber
 
 }  // namespace wolf
 
-#endif
\ No newline at end of file
+#endif
diff --git a/include/subscriber_pose.h b/include/subscriber_pose.h
index 27be7e4..c6ca337 100644
--- a/include/subscriber_pose.h
+++ b/include/subscriber_pose.h
@@ -1,6 +1,6 @@
 //--------LICENSE_START--------
 //
-// Copyright (C) 2020,2021,2022 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
+// Copyright (C) 2020,2021,2022,2023 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
 // Authors: Joan Solà Ortega (jsola@iri.upc.edu)
 // All rights reserved.
 //
@@ -62,4 +62,4 @@ class SubscriberPose : public Subscriber
 
 }  // namespace wolf
 
-#endif
\ No newline at end of file
+#endif
diff --git a/license_header_2022.txt b/license_header_2023.txt
similarity index 88%
rename from license_header_2022.txt
rename to license_header_2023.txt
index 0c98702..2ddae24 100644
--- a/license_header_2022.txt
+++ b/license_header_2023.txt
@@ -1,4 +1,4 @@
-// Copyright (C) 2020,2021,2022 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
+// Copyright (C) 2020,2021,2022,2023 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
 // Authors: Joan Solà Ortega (jsola@iri.upc.edu)
 // All rights reserved.
 //
diff --git a/src/node.cpp b/src/node.cpp
index 7e102f8..4812440 100644
--- a/src/node.cpp
+++ b/src/node.cpp
@@ -1,6 +1,6 @@
 //--------LICENSE_START--------
 //
-// Copyright (C) 2020,2021,2022 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
+// Copyright (C) 2020,2021,2022,2023 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
 // Authors: Joan Solà Ortega (jsola@iri.upc.edu)
 // All rights reserved.
 //
diff --git a/src/publisher_graph.cpp b/src/publisher_graph.cpp
index 33e6aa2..a36bbf8 100644
--- a/src/publisher_graph.cpp
+++ b/src/publisher_graph.cpp
@@ -1,6 +1,6 @@
 //--------LICENSE_START--------
 //
-// Copyright (C) 2020,2021,2022 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
+// Copyright (C) 2020,2021,2022,2023 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
 // Authors: Joan Solà Ortega (jsola@iri.upc.edu)
 // All rights reserved.
 //
diff --git a/src/publisher_pose.cpp b/src/publisher_pose.cpp
index 65222db..a65fd43 100644
--- a/src/publisher_pose.cpp
+++ b/src/publisher_pose.cpp
@@ -1,6 +1,6 @@
 //--------LICENSE_START--------
 //
-// Copyright (C) 2020,2021,2022 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
+// Copyright (C) 2020,2021,2022,2023 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
 // Authors: Joan Solà Ortega (jsola@iri.upc.edu)
 // All rights reserved.
 //
diff --git a/src/publisher_state_block.cpp b/src/publisher_state_block.cpp
index f2a698d..0355e5b 100644
--- a/src/publisher_state_block.cpp
+++ b/src/publisher_state_block.cpp
@@ -1,6 +1,6 @@
 //--------LICENSE_START--------
 //
-// Copyright (C) 2020,2021,2022 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
+// Copyright (C) 2020,2021,2022,2023 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
 // Authors: Joan Solà Ortega (jsola@iri.upc.edu)
 // All rights reserved.
 //
diff --git a/src/publisher_tf.cpp b/src/publisher_tf.cpp
index 448d9bb..8e181c5 100644
--- a/src/publisher_tf.cpp
+++ b/src/publisher_tf.cpp
@@ -1,6 +1,6 @@
 //--------LICENSE_START--------
 //
-// Copyright (C) 2020,2021,2022 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
+// Copyright (C) 2020,2021,2022,2023 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
 // Authors: Joan Solà Ortega (jsola@iri.upc.edu)
 // All rights reserved.
 //
diff --git a/src/publisher_trajectory.cpp b/src/publisher_trajectory.cpp
index 85ba935..c0899a2 100644
--- a/src/publisher_trajectory.cpp
+++ b/src/publisher_trajectory.cpp
@@ -1,6 +1,6 @@
 //--------LICENSE_START--------
 //
-// Copyright (C) 2020,2021,2022 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
+// Copyright (C) 2020,2021,2022,2023 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
 // Authors: Joan Solà Ortega (jsola@iri.upc.edu)
 // All rights reserved.
 //
diff --git a/src/subscriber_diffdrive.cpp b/src/subscriber_diffdrive.cpp
index 815e5f8..128eeef 100644
--- a/src/subscriber_diffdrive.cpp
+++ b/src/subscriber_diffdrive.cpp
@@ -1,6 +1,6 @@
 //--------LICENSE_START--------
 //
-// Copyright (C) 2020,2021,2022 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
+// Copyright (C) 2020,2021,2022,2023 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
 // Authors: Joan Solà Ortega (jsola@iri.upc.edu)
 // All rights reserved.
 //
diff --git a/src/subscriber_landmarks.cpp b/src/subscriber_landmarks.cpp
index a85a692..a5ef47c 100644
--- a/src/subscriber_landmarks.cpp
+++ b/src/subscriber_landmarks.cpp
@@ -1,6 +1,6 @@
 //--------LICENSE_START--------
 //
-// Copyright (C) 2020,2021,2022 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
+// Copyright (C) 2020,2021,2022,2023 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
 // Authors: Joan Solà Ortega (jsola@iri.upc.edu)
 // All rights reserved.
 //
diff --git a/src/subscriber_odom2d.cpp b/src/subscriber_odom2d.cpp
index 699f10d..b5a0c8b 100644
--- a/src/subscriber_odom2d.cpp
+++ b/src/subscriber_odom2d.cpp
@@ -1,6 +1,6 @@
 //--------LICENSE_START--------
 //
-// Copyright (C) 2020,2021,2022 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
+// Copyright (C) 2020,2021,2022,2023 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
 // Authors: Joan Solà Ortega (jsola@iri.upc.edu)
 // All rights reserved.
 //
diff --git a/src/subscriber_pose.cpp b/src/subscriber_pose.cpp
index 70fddea..3d7157b 100644
--- a/src/subscriber_pose.cpp
+++ b/src/subscriber_pose.cpp
@@ -1,6 +1,6 @@
 //--------LICENSE_START--------
 //
-// Copyright (C) 2020,2021,2022 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
+// Copyright (C) 2020,2021,2022,2023 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
 // Authors: Joan Solà Ortega (jsola@iri.upc.edu)
 // All rights reserved.
 //
-- 
GitLab