From d462e496d7afa319e1814182964c9a0b6ff5d2cf Mon Sep 17 00:00:00 2001
From: jvallve <jvallve@iri.upc.edu>
Date: Fri, 3 Mar 2023 13:37:13 +0100
Subject: [PATCH] [skip ci] added web to license header

---
 include/gnss/capture/capture_gnss.h                          | 2 +-
 include/gnss/capture/capture_gnss_fix.h                      | 2 +-
 include/gnss/capture/capture_gnss_tdcp.h                     | 2 +-
 include/gnss/common/gnss.h                                   | 2 +-
 include/gnss/factor/factor_gnss_displacement_2d.h            | 2 +-
 include/gnss/factor/factor_gnss_displacement_3d.h            | 2 +-
 include/gnss/factor/factor_gnss_displacement_3d_with_clock.h | 2 +-
 include/gnss/factor/factor_gnss_fix_2d.h                     | 2 +-
 include/gnss/factor/factor_gnss_fix_3d.h                     | 2 +-
 include/gnss/factor/factor_gnss_fix_3d_with_clock.h          | 2 +-
 include/gnss/factor/factor_gnss_pseudo_range.h               | 2 +-
 include/gnss/factor/factor_gnss_tdcp.h                       | 2 +-
 include/gnss/feature/feature_gnss_displacement.h             | 2 +-
 include/gnss/feature/feature_gnss_fix.h                      | 2 +-
 include/gnss/feature/feature_gnss_satellite.h                | 2 +-
 include/gnss/processor/processor_gnss_fix.h                  | 2 +-
 include/gnss/processor/processor_gnss_tdcp.h                 | 2 +-
 include/gnss/processor/processor_tracker_gnss.h              | 2 +-
 include/gnss/sensor/sensor_gnss.h                            | 2 +-
 include/gnss/tree_manager/tree_manager_sliding_window_tdcp.h | 2 +-
 license_header_2023.txt                                      | 2 +-
 src/capture/capture_gnss.cpp                                 | 2 +-
 src/capture/capture_gnss_fix.cpp                             | 2 +-
 src/processor/processor_gnss_fix.cpp                         | 2 +-
 src/processor/processor_gnss_tdcp.cpp                        | 2 +-
 src/processor/processor_tracker_gnss.cpp                     | 2 +-
 src/sensor/sensor_gnss.cpp                                   | 2 +-
 src/tree_manager/tree_manager_sliding_window_tdcp.cpp        | 2 +-
 test/gtest_example.cpp                                       | 2 +-
 test/gtest_factor_gnss_displacement_2d.cpp                   | 2 +-
 test/gtest_factor_gnss_displacement_3d.cpp                   | 2 +-
 test/gtest_factor_gnss_displacement_3d_with_clock.cpp        | 2 +-
 test/gtest_factor_gnss_fix_2d.cpp                            | 2 +-
 test/gtest_factor_gnss_fix_3d.cpp                            | 2 +-
 test/gtest_factor_gnss_fix_3d_with_clock.cpp                 | 2 +-
 test/gtest_factor_gnss_pseudo_range.cpp                      | 2 +-
 test/gtest_factor_gnss_tdcp.cpp                              | 2 +-
 test/gtest_schema.cpp                                        | 2 +-
 test/gtest_sensor_gnss.cpp                                   | 2 +-
 39 files changed, 39 insertions(+), 39 deletions(-)

diff --git a/include/gnss/capture/capture_gnss.h b/include/gnss/capture/capture_gnss.h
index 47150b529..2459375b6 100644
--- a/include/gnss/capture/capture_gnss.h
+++ b/include/gnss/capture/capture_gnss.h
@@ -4,7 +4,7 @@
 // Joan Vallvé Navarro (jvallve@iri.upc.edu)
 // All rights reserved.
 //
-// This file is part of WOLF
+// This file is part of WOLF: http://www.iri.upc.edu/wolf
 // WOLF is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as published by
 // the Free Software Foundation, either version 3 of the License, or
diff --git a/include/gnss/capture/capture_gnss_fix.h b/include/gnss/capture/capture_gnss_fix.h
index 08863e466..41c1ffa42 100644
--- a/include/gnss/capture/capture_gnss_fix.h
+++ b/include/gnss/capture/capture_gnss_fix.h
@@ -4,7 +4,7 @@
 // Joan Vallvé Navarro (jvallve@iri.upc.edu)
 // All rights reserved.
 //
-// This file is part of WOLF
+// This file is part of WOLF: http://www.iri.upc.edu/wolf
 // WOLF is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as published by
 // the Free Software Foundation, either version 3 of the License, or
diff --git a/include/gnss/capture/capture_gnss_tdcp.h b/include/gnss/capture/capture_gnss_tdcp.h
index cd1fd0899..2df31f6a8 100644
--- a/include/gnss/capture/capture_gnss_tdcp.h
+++ b/include/gnss/capture/capture_gnss_tdcp.h
@@ -4,7 +4,7 @@
 // Joan Vallvé Navarro (jvallve@iri.upc.edu)
 // All rights reserved.
 //
-// This file is part of WOLF
+// This file is part of WOLF: http://www.iri.upc.edu/wolf
 // WOLF is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as published by
 // the Free Software Foundation, either version 3 of the License, or
diff --git a/include/gnss/common/gnss.h b/include/gnss/common/gnss.h
index 4b8cd71aa..bcefbc158 100644
--- a/include/gnss/common/gnss.h
+++ b/include/gnss/common/gnss.h
@@ -4,7 +4,7 @@
 // Joan Vallvé Navarro (jvallve@iri.upc.edu)
 // All rights reserved.
 //
-// This file is part of WOLF
+// This file is part of WOLF: http://www.iri.upc.edu/wolf
 // WOLF is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as published by
 // the Free Software Foundation, either version 3 of the License, or
diff --git a/include/gnss/factor/factor_gnss_displacement_2d.h b/include/gnss/factor/factor_gnss_displacement_2d.h
index 5d2e0e6f8..107942e21 100644
--- a/include/gnss/factor/factor_gnss_displacement_2d.h
+++ b/include/gnss/factor/factor_gnss_displacement_2d.h
@@ -4,7 +4,7 @@
 // Joan Vallvé Navarro (jvallve@iri.upc.edu)
 // All rights reserved.
 //
-// This file is part of WOLF
+// This file is part of WOLF: http://www.iri.upc.edu/wolf
 // WOLF is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as published by
 // the Free Software Foundation, either version 3 of the License, or
diff --git a/include/gnss/factor/factor_gnss_displacement_3d.h b/include/gnss/factor/factor_gnss_displacement_3d.h
index c7882b43b..45984ce5f 100644
--- a/include/gnss/factor/factor_gnss_displacement_3d.h
+++ b/include/gnss/factor/factor_gnss_displacement_3d.h
@@ -4,7 +4,7 @@
 // Joan Vallvé Navarro (jvallve@iri.upc.edu)
 // All rights reserved.
 //
-// This file is part of WOLF
+// This file is part of WOLF: http://www.iri.upc.edu/wolf
 // WOLF is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as published by
 // the Free Software Foundation, either version 3 of the License, or
diff --git a/include/gnss/factor/factor_gnss_displacement_3d_with_clock.h b/include/gnss/factor/factor_gnss_displacement_3d_with_clock.h
index f2da16f97..a27ce3810 100644
--- a/include/gnss/factor/factor_gnss_displacement_3d_with_clock.h
+++ b/include/gnss/factor/factor_gnss_displacement_3d_with_clock.h
@@ -4,7 +4,7 @@
 // Joan Vallvé Navarro (jvallve@iri.upc.edu)
 // All rights reserved.
 //
-// This file is part of WOLF
+// This file is part of WOLF: http://www.iri.upc.edu/wolf
 // WOLF is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as published by
 // the Free Software Foundation, either version 3 of the License, or
diff --git a/include/gnss/factor/factor_gnss_fix_2d.h b/include/gnss/factor/factor_gnss_fix_2d.h
index 6470e5f89..5dab0f109 100644
--- a/include/gnss/factor/factor_gnss_fix_2d.h
+++ b/include/gnss/factor/factor_gnss_fix_2d.h
@@ -4,7 +4,7 @@
 // Joan Vallvé Navarro (jvallve@iri.upc.edu)
 // All rights reserved.
 //
-// This file is part of WOLF
+// This file is part of WOLF: http://www.iri.upc.edu/wolf
 // WOLF is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as published by
 // the Free Software Foundation, either version 3 of the License, or
diff --git a/include/gnss/factor/factor_gnss_fix_3d.h b/include/gnss/factor/factor_gnss_fix_3d.h
index c8e7582a7..c749a26da 100644
--- a/include/gnss/factor/factor_gnss_fix_3d.h
+++ b/include/gnss/factor/factor_gnss_fix_3d.h
@@ -4,7 +4,7 @@
 // Joan Vallvé Navarro (jvallve@iri.upc.edu)
 // All rights reserved.
 //
-// This file is part of WOLF
+// This file is part of WOLF: http://www.iri.upc.edu/wolf
 // WOLF is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as published by
 // the Free Software Foundation, either version 3 of the License, or
diff --git a/include/gnss/factor/factor_gnss_fix_3d_with_clock.h b/include/gnss/factor/factor_gnss_fix_3d_with_clock.h
index 1fe50374a..352e7a03b 100644
--- a/include/gnss/factor/factor_gnss_fix_3d_with_clock.h
+++ b/include/gnss/factor/factor_gnss_fix_3d_with_clock.h
@@ -4,7 +4,7 @@
 // Joan Vallvé Navarro (jvallve@iri.upc.edu)
 // All rights reserved.
 //
-// This file is part of WOLF
+// This file is part of WOLF: http://www.iri.upc.edu/wolf
 // WOLF is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as published by
 // the Free Software Foundation, either version 3 of the License, or
diff --git a/include/gnss/factor/factor_gnss_pseudo_range.h b/include/gnss/factor/factor_gnss_pseudo_range.h
index ccd72ae5b..55a44af22 100644
--- a/include/gnss/factor/factor_gnss_pseudo_range.h
+++ b/include/gnss/factor/factor_gnss_pseudo_range.h
@@ -4,7 +4,7 @@
 // Joan Vallvé Navarro (jvallve@iri.upc.edu)
 // All rights reserved.
 //
-// This file is part of WOLF
+// This file is part of WOLF: http://www.iri.upc.edu/wolf
 // WOLF is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as published by
 // the Free Software Foundation, either version 3 of the License, or
diff --git a/include/gnss/factor/factor_gnss_tdcp.h b/include/gnss/factor/factor_gnss_tdcp.h
index 7151a90aa..c50ce7af3 100644
--- a/include/gnss/factor/factor_gnss_tdcp.h
+++ b/include/gnss/factor/factor_gnss_tdcp.h
@@ -4,7 +4,7 @@
 // Joan Vallvé Navarro (jvallve@iri.upc.edu)
 // All rights reserved.
 //
-// This file is part of WOLF
+// This file is part of WOLF: http://www.iri.upc.edu/wolf
 // WOLF is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as published by
 // the Free Software Foundation, either version 3 of the License, or
diff --git a/include/gnss/feature/feature_gnss_displacement.h b/include/gnss/feature/feature_gnss_displacement.h
index 6955c8966..492e41b60 100644
--- a/include/gnss/feature/feature_gnss_displacement.h
+++ b/include/gnss/feature/feature_gnss_displacement.h
@@ -4,7 +4,7 @@
 // Joan Vallvé Navarro (jvallve@iri.upc.edu)
 // All rights reserved.
 //
-// This file is part of WOLF
+// This file is part of WOLF: http://www.iri.upc.edu/wolf
 // WOLF is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as published by
 // the Free Software Foundation, either version 3 of the License, or
diff --git a/include/gnss/feature/feature_gnss_fix.h b/include/gnss/feature/feature_gnss_fix.h
index a1a8a350c..30c346f16 100644
--- a/include/gnss/feature/feature_gnss_fix.h
+++ b/include/gnss/feature/feature_gnss_fix.h
@@ -4,7 +4,7 @@
 // Joan Vallvé Navarro (jvallve@iri.upc.edu)
 // All rights reserved.
 //
-// This file is part of WOLF
+// This file is part of WOLF: http://www.iri.upc.edu/wolf
 // WOLF is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as published by
 // the Free Software Foundation, either version 3 of the License, or
diff --git a/include/gnss/feature/feature_gnss_satellite.h b/include/gnss/feature/feature_gnss_satellite.h
index 378f93eef..03c34f8af 100644
--- a/include/gnss/feature/feature_gnss_satellite.h
+++ b/include/gnss/feature/feature_gnss_satellite.h
@@ -4,7 +4,7 @@
 // Joan Vallvé Navarro (jvallve@iri.upc.edu)
 // All rights reserved.
 //
-// This file is part of WOLF
+// This file is part of WOLF: http://www.iri.upc.edu/wolf
 // WOLF is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as published by
 // the Free Software Foundation, either version 3 of the License, or
diff --git a/include/gnss/processor/processor_gnss_fix.h b/include/gnss/processor/processor_gnss_fix.h
index 7cbb8c15b..49b2103e7 100644
--- a/include/gnss/processor/processor_gnss_fix.h
+++ b/include/gnss/processor/processor_gnss_fix.h
@@ -4,7 +4,7 @@
 // Joan Vallvé Navarro (jvallve@iri.upc.edu)
 // All rights reserved.
 //
-// This file is part of WOLF
+// This file is part of WOLF: http://www.iri.upc.edu/wolf
 // WOLF is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as published by
 // the Free Software Foundation, either version 3 of the License, or
diff --git a/include/gnss/processor/processor_gnss_tdcp.h b/include/gnss/processor/processor_gnss_tdcp.h
index 00f8d78ac..41566208b 100644
--- a/include/gnss/processor/processor_gnss_tdcp.h
+++ b/include/gnss/processor/processor_gnss_tdcp.h
@@ -4,7 +4,7 @@
 // Joan Vallvé Navarro (jvallve@iri.upc.edu)
 // All rights reserved.
 //
-// This file is part of WOLF
+// This file is part of WOLF: http://www.iri.upc.edu/wolf
 // WOLF is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as published by
 // the Free Software Foundation, either version 3 of the License, or
diff --git a/include/gnss/processor/processor_tracker_gnss.h b/include/gnss/processor/processor_tracker_gnss.h
index 583efd609..7dd210f74 100644
--- a/include/gnss/processor/processor_tracker_gnss.h
+++ b/include/gnss/processor/processor_tracker_gnss.h
@@ -4,7 +4,7 @@
 // Joan Vallvé Navarro (jvallve@iri.upc.edu)
 // All rights reserved.
 //
-// This file is part of WOLF
+// This file is part of WOLF: http://www.iri.upc.edu/wolf
 // WOLF is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as published by
 // the Free Software Foundation, either version 3 of the License, or
diff --git a/include/gnss/sensor/sensor_gnss.h b/include/gnss/sensor/sensor_gnss.h
index 5cf5832cf..d57381bb3 100644
--- a/include/gnss/sensor/sensor_gnss.h
+++ b/include/gnss/sensor/sensor_gnss.h
@@ -4,7 +4,7 @@
 // Joan Vallvé Navarro (jvallve@iri.upc.edu)
 // All rights reserved.
 //
-// This file is part of WOLF
+// This file is part of WOLF: http://www.iri.upc.edu/wolf
 // WOLF is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as published by
 // the Free Software Foundation, either version 3 of the License, or
diff --git a/include/gnss/tree_manager/tree_manager_sliding_window_tdcp.h b/include/gnss/tree_manager/tree_manager_sliding_window_tdcp.h
index 3f7a665ca..d76f751cf 100644
--- a/include/gnss/tree_manager/tree_manager_sliding_window_tdcp.h
+++ b/include/gnss/tree_manager/tree_manager_sliding_window_tdcp.h
@@ -4,7 +4,7 @@
 // Joan Vallvé Navarro (jvallve@iri.upc.edu)
 // All rights reserved.
 //
-// This file is part of WOLF
+// This file is part of WOLF: http://www.iri.upc.edu/wolf
 // WOLF is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as published by
 // the Free Software Foundation, either version 3 of the License, or
diff --git a/license_header_2023.txt b/license_header_2023.txt
index 8ef808b15..529e05aa1 100644
--- a/license_header_2023.txt
+++ b/license_header_2023.txt
@@ -4,7 +4,7 @@
 // Joan Vallvé Navarro (jvallve@iri.upc.edu)
 // All rights reserved.
 //
-// This file is part of WOLF.
+// This file is part of WOLF: http://www.iri.upc.edu/wolf
 // WOLF is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as published by
 // the Free Software Foundation, either version 3 of the License, or
diff --git a/src/capture/capture_gnss.cpp b/src/capture/capture_gnss.cpp
index 6bfc824e1..de2df8dc1 100644
--- a/src/capture/capture_gnss.cpp
+++ b/src/capture/capture_gnss.cpp
@@ -4,7 +4,7 @@
 // Joan Vallvé Navarro (jvallve@iri.upc.edu)
 // All rights reserved.
 //
-// This file is part of WOLF
+// This file is part of WOLF: http://www.iri.upc.edu/wolf
 // WOLF is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as published by
 // the Free Software Foundation, either version 3 of the License, or
diff --git a/src/capture/capture_gnss_fix.cpp b/src/capture/capture_gnss_fix.cpp
index 9bf618b18..e132ce39b 100644
--- a/src/capture/capture_gnss_fix.cpp
+++ b/src/capture/capture_gnss_fix.cpp
@@ -4,7 +4,7 @@
 // Joan Vallvé Navarro (jvallve@iri.upc.edu)
 // All rights reserved.
 //
-// This file is part of WOLF
+// This file is part of WOLF: http://www.iri.upc.edu/wolf
 // WOLF is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as published by
 // the Free Software Foundation, either version 3 of the License, or
diff --git a/src/processor/processor_gnss_fix.cpp b/src/processor/processor_gnss_fix.cpp
index 577dd7f62..05d16bd00 100644
--- a/src/processor/processor_gnss_fix.cpp
+++ b/src/processor/processor_gnss_fix.cpp
@@ -4,7 +4,7 @@
 // Joan Vallvé Navarro (jvallve@iri.upc.edu)
 // All rights reserved.
 //
-// This file is part of WOLF
+// This file is part of WOLF: http://www.iri.upc.edu/wolf
 // WOLF is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as published by
 // the Free Software Foundation, either version 3 of the License, or
diff --git a/src/processor/processor_gnss_tdcp.cpp b/src/processor/processor_gnss_tdcp.cpp
index cf2491013..6f09c1572 100644
--- a/src/processor/processor_gnss_tdcp.cpp
+++ b/src/processor/processor_gnss_tdcp.cpp
@@ -4,7 +4,7 @@
 // Joan Vallvé Navarro (jvallve@iri.upc.edu)
 // All rights reserved.
 //
-// This file is part of WOLF
+// This file is part of WOLF: http://www.iri.upc.edu/wolf
 // WOLF is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as published by
 // the Free Software Foundation, either version 3 of the License, or
diff --git a/src/processor/processor_tracker_gnss.cpp b/src/processor/processor_tracker_gnss.cpp
index eb5d34cbb..c7370bed1 100644
--- a/src/processor/processor_tracker_gnss.cpp
+++ b/src/processor/processor_tracker_gnss.cpp
@@ -4,7 +4,7 @@
 // Joan Vallvé Navarro (jvallve@iri.upc.edu)
 // All rights reserved.
 //
-// This file is part of WOLF
+// This file is part of WOLF: http://www.iri.upc.edu/wolf
 // WOLF is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as published by
 // the Free Software Foundation, either version 3 of the License, or
diff --git a/src/sensor/sensor_gnss.cpp b/src/sensor/sensor_gnss.cpp
index 5993034aa..3a7df3b72 100644
--- a/src/sensor/sensor_gnss.cpp
+++ b/src/sensor/sensor_gnss.cpp
@@ -4,7 +4,7 @@
 // Joan Vallvé Navarro (jvallve@iri.upc.edu)
 // All rights reserved.
 //
-// This file is part of WOLF
+// This file is part of WOLF: http://www.iri.upc.edu/wolf
 // WOLF is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as published by
 // the Free Software Foundation, either version 3 of the License, or
diff --git a/src/tree_manager/tree_manager_sliding_window_tdcp.cpp b/src/tree_manager/tree_manager_sliding_window_tdcp.cpp
index 246619f9c..86e30341c 100644
--- a/src/tree_manager/tree_manager_sliding_window_tdcp.cpp
+++ b/src/tree_manager/tree_manager_sliding_window_tdcp.cpp
@@ -4,7 +4,7 @@
 // Joan Vallvé Navarro (jvallve@iri.upc.edu)
 // All rights reserved.
 //
-// This file is part of WOLF
+// This file is part of WOLF: http://www.iri.upc.edu/wolf
 // WOLF is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as published by
 // the Free Software Foundation, either version 3 of the License, or
diff --git a/test/gtest_example.cpp b/test/gtest_example.cpp
index 9e7bcb3d3..2d12ff9d3 100644
--- a/test/gtest_example.cpp
+++ b/test/gtest_example.cpp
@@ -4,7 +4,7 @@
 // Joan Vallvé Navarro (jvallve@iri.upc.edu)
 // All rights reserved.
 //
-// This file is part of WOLF
+// This file is part of WOLF: http://www.iri.upc.edu/wolf
 // WOLF is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as published by
 // the Free Software Foundation, either version 3 of the License, or
diff --git a/test/gtest_factor_gnss_displacement_2d.cpp b/test/gtest_factor_gnss_displacement_2d.cpp
index e4039c425..433ae69c1 100644
--- a/test/gtest_factor_gnss_displacement_2d.cpp
+++ b/test/gtest_factor_gnss_displacement_2d.cpp
@@ -3,7 +3,7 @@
 // Joan Vallvé Navarro (jvallve@iri.upc.edu)
 // All rights reserved.
 //
-// This file is part of WOLF
+// This file is part of WOLF: http://www.iri.upc.edu/wolf
 // WOLF is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as published by
 // the Free Software Foundation, either version 3 of the License, or
diff --git a/test/gtest_factor_gnss_displacement_3d.cpp b/test/gtest_factor_gnss_displacement_3d.cpp
index c3ea94f31..f4fd580e3 100644
--- a/test/gtest_factor_gnss_displacement_3d.cpp
+++ b/test/gtest_factor_gnss_displacement_3d.cpp
@@ -3,7 +3,7 @@
 // Joan Vallvé Navarro (jvallve@iri.upc.edu)
 // All rights reserved.
 //
-// This file is part of WOLF
+// This file is part of WOLF: http://www.iri.upc.edu/wolf
 // WOLF is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as published by
 // the Free Software Foundation, either version 3 of the License, or
diff --git a/test/gtest_factor_gnss_displacement_3d_with_clock.cpp b/test/gtest_factor_gnss_displacement_3d_with_clock.cpp
index 884d8f887..7d87c2d51 100644
--- a/test/gtest_factor_gnss_displacement_3d_with_clock.cpp
+++ b/test/gtest_factor_gnss_displacement_3d_with_clock.cpp
@@ -3,7 +3,7 @@
 // Joan Vallvé Navarro (jvallve@iri.upc.edu)
 // All rights reserved.
 //
-// This file is part of WOLF
+// This file is part of WOLF: http://www.iri.upc.edu/wolf
 // WOLF is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as published by
 // the Free Software Foundation, either version 3 of the License, or
diff --git a/test/gtest_factor_gnss_fix_2d.cpp b/test/gtest_factor_gnss_fix_2d.cpp
index 315acce64..a9ab082b3 100644
--- a/test/gtest_factor_gnss_fix_2d.cpp
+++ b/test/gtest_factor_gnss_fix_2d.cpp
@@ -4,7 +4,7 @@
 // Joan Vallvé Navarro (jvallve@iri.upc.edu)
 // All rights reserved.
 //
-// This file is part of WOLF
+// This file is part of WOLF: http://www.iri.upc.edu/wolf
 // WOLF is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as published by
 // the Free Software Foundation, either version 3 of the License, or
diff --git a/test/gtest_factor_gnss_fix_3d.cpp b/test/gtest_factor_gnss_fix_3d.cpp
index a06dcc4f8..ea3484837 100644
--- a/test/gtest_factor_gnss_fix_3d.cpp
+++ b/test/gtest_factor_gnss_fix_3d.cpp
@@ -4,7 +4,7 @@
 // Joan Vallvé Navarro (jvallve@iri.upc.edu)
 // All rights reserved.
 //
-// This file is part of WOLF
+// This file is part of WOLF: http://www.iri.upc.edu/wolf
 // WOLF is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as published by
 // the Free Software Foundation, either version 3 of the License, or
diff --git a/test/gtest_factor_gnss_fix_3d_with_clock.cpp b/test/gtest_factor_gnss_fix_3d_with_clock.cpp
index b1e1b6e40..ce33b44bd 100644
--- a/test/gtest_factor_gnss_fix_3d_with_clock.cpp
+++ b/test/gtest_factor_gnss_fix_3d_with_clock.cpp
@@ -4,7 +4,7 @@
 // Joan Vallvé Navarro (jvallve@iri.upc.edu)
 // All rights reserved.
 //
-// This file is part of WOLF
+// This file is part of WOLF: http://www.iri.upc.edu/wolf
 // WOLF is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as published by
 // the Free Software Foundation, either version 3 of the License, or
diff --git a/test/gtest_factor_gnss_pseudo_range.cpp b/test/gtest_factor_gnss_pseudo_range.cpp
index 843f73fd8..a7daa9918 100644
--- a/test/gtest_factor_gnss_pseudo_range.cpp
+++ b/test/gtest_factor_gnss_pseudo_range.cpp
@@ -4,7 +4,7 @@
 // Joan Vallvé Navarro (jvallve@iri.upc.edu)
 // All rights reserved.
 //
-// This file is part of WOLF
+// This file is part of WOLF: http://www.iri.upc.edu/wolf
 // WOLF is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as published by
 // the Free Software Foundation, either version 3 of the License, or
diff --git a/test/gtest_factor_gnss_tdcp.cpp b/test/gtest_factor_gnss_tdcp.cpp
index a37c6717a..609a20c52 100644
--- a/test/gtest_factor_gnss_tdcp.cpp
+++ b/test/gtest_factor_gnss_tdcp.cpp
@@ -4,7 +4,7 @@
 // Joan Vallvé Navarro (jvallve@iri.upc.edu)
 // All rights reserved.
 //
-// This file is part of WOLF
+// This file is part of WOLF: http://www.iri.upc.edu/wolf
 // WOLF is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as published by
 // the Free Software Foundation, either version 3 of the License, or
diff --git a/test/gtest_schema.cpp b/test/gtest_schema.cpp
index 52831a491..c1e63a4ee 100644
--- a/test/gtest_schema.cpp
+++ b/test/gtest_schema.cpp
@@ -4,7 +4,7 @@
 // Joan Vallvé Navarro (jvallve@iri.upc.edu)
 // All rights reserved.
 //
-// This file is part of WOLF
+// This file is part of WOLF: http://www.iri.upc.edu/wolf
 // WOLF is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as published by
 // the Free Software Foundation, either version 3 of the License, or
diff --git a/test/gtest_sensor_gnss.cpp b/test/gtest_sensor_gnss.cpp
index 07753164f..2f237c631 100644
--- a/test/gtest_sensor_gnss.cpp
+++ b/test/gtest_sensor_gnss.cpp
@@ -4,7 +4,7 @@
 // Joan Vallvé Navarro (jvallve@iri.upc.edu)
 // All rights reserved.
 //
-// This file is part of WOLF
+// This file is part of WOLF: http://www.iri.upc.edu/wolf
 // WOLF is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as published by
 // the Free Software Foundation, either version 3 of the License, or
-- 
GitLab