From f82822649a687cdac25e642525f13599fa744fb3 Mon Sep 17 00:00:00 2001 From: Carlos Mastalli <c.mastalli@hw.ac.uk> Date: Thu, 18 May 2023 18:30:37 +0100 Subject: [PATCH] [doc] Updated copyright and contributors --- CMakeLists.txt | 3 ++- README.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b66f716..71d865a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,7 +42,8 @@ include("${JRL_CMAKE_MODULES}/base.cmake") # Print initial message message(STATUS "${PROJECT_DESCRIPTION}, version ${PROJECT_VERSION}") -message(STATUS "Copyright (C) 2018-2021 LAAS-CNRS, University of Edinburgh") +message(STATUS "Copyright (C) 2018-2023 LAAS-CNRS, University of Edinburgh") +message(STATUS " Heriot-Watt University, INRIA") message(STATUS "All rights reserved.") message(STATUS "Released under the BSD 3-Clause License.") diff --git a/README.md b/README.md index 64a393b..bb177d9 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ cmake .. && make && make install ### :writing_hand: Written by -- [Carlos Mastalli](https://cmastalli.github.io/), The University of Edinburgh :uk: +- [Carlos Mastalli](https://cmastalli.github.io/), Heriot-Watt University :uk: - [Guilhem Saurel](https://github.com/nim65s), LAAS-CNRS :fr: ### :construction_worker: With contributions from @@ -67,3 +67,4 @@ cmake .. && make && make install - [Wolfgang Merkt](http://www.wolfgangmerkt.com/research/), University of Oxford :uk: - [Josep Martà Saumell](https://www.iri.upc.edu/staff/jmarti), IRI: CSIC-UPC :es: - [Louis Montaut](https://lmontaut.github.io/), INRIA :fr:, CTU :czech_republic: +- [Sergi Martinez](https://www.romilab.org/team/sergi-martinez), Heriot-Watt University :uk: -- GitLab