From 998170806914b83aa53679ac52151298dbe0d23e Mon Sep 17 00:00:00 2001 From: cont-integration <CI@iri.upc.edu> Date: Sat, 6 Jan 2024 07:28:49 +0100 Subject: [PATCH] [skip ci] license headers added or modified --- include/publisher_vision.h | 2 +- include/subscriber_camera.h | 2 +- license_header_2023.txt => license_header_2024.txt | 2 +- src/publisher_vision.cpp | 2 +- src/subscriber_camera.cpp | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) rename license_header_2023.txt => license_header_2024.txt (88%) diff --git a/include/publisher_vision.h b/include/publisher_vision.h index 6e80d7e..3bf4638 100644 --- a/include/publisher_vision.h +++ b/include/publisher_vision.h @@ -1,6 +1,6 @@ //--------LICENSE_START-------- // -// Copyright (C) 2020,2021,2022,2023 Institut de Robòtica i Informà tica Industrial, CSIC-UPC. +// Copyright (C) 2020,2021,2022,2023,2024 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_camera.h b/include/subscriber_camera.h index 11d69f6..8a1b38d 100644 --- a/include/subscriber_camera.h +++ b/include/subscriber_camera.h @@ -1,6 +1,6 @@ //--------LICENSE_START-------- // -// Copyright (C) 2020,2021,2022,2023 Institut de Robòtica i Informà tica Industrial, CSIC-UPC. +// Copyright (C) 2020,2021,2022,2023,2024 Institut de Robòtica i Informà tica Industrial, CSIC-UPC. // Authors: Joan Solà Ortega (jsola@iri.upc.edu) // All rights reserved. // diff --git a/license_header_2023.txt b/license_header_2024.txt similarity index 88% rename from license_header_2023.txt rename to license_header_2024.txt index 2ddae24..517c005 100644 --- a/license_header_2023.txt +++ b/license_header_2024.txt @@ -1,4 +1,4 @@ -// Copyright (C) 2020,2021,2022,2023 Institut de Robòtica i Informà tica Industrial, CSIC-UPC. +// Copyright (C) 2020,2021,2022,2023,2024 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_vision.cpp b/src/publisher_vision.cpp index 1c50d9d..39e35c4 100644 --- a/src/publisher_vision.cpp +++ b/src/publisher_vision.cpp @@ -1,6 +1,6 @@ //--------LICENSE_START-------- // -// Copyright (C) 2020,2021,2022,2023 Institut de Robòtica i Informà tica Industrial, CSIC-UPC. +// Copyright (C) 2020,2021,2022,2023,2024 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_camera.cpp b/src/subscriber_camera.cpp index efa9af9..77d78b3 100644 --- a/src/subscriber_camera.cpp +++ b/src/subscriber_camera.cpp @@ -1,6 +1,6 @@ //--------LICENSE_START-------- // -// Copyright (C) 2020,2021,2022,2023 Institut de Robòtica i Informà tica Industrial, CSIC-UPC. +// Copyright (C) 2020,2021,2022,2023,2024 Institut de Robòtica i Informà tica Industrial, CSIC-UPC. // Authors: Joan Solà Ortega (jsola@iri.upc.edu) // All rights reserved. // -- GitLab