From e23a422978be1d5e9241c547aff4a690ca642d73 Mon Sep 17 00:00:00 2001 From: cont-integration <CI@iri.upc.edu> Date: Mon, 9 Jan 2023 13:34:08 +0100 Subject: [PATCH] [skip ci] license headers added or modified --- include/publisher_vision.h | 2 +- include/subscriber_camera.h | 2 +- license_header_2022.txt => license_header_2023.txt | 2 +- src/publisher_vision.cpp | 2 +- src/subscriber_camera.cpp | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) rename license_header_2022.txt => license_header_2023.txt (88%) diff --git a/include/publisher_vision.h b/include/publisher_vision.h index 08405e9..6e80d7e 100644 --- a/include/publisher_vision.h +++ b/include/publisher_vision.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_camera.h b/include/subscriber_camera.h index 1fc4049..11d69f6 100644 --- a/include/subscriber_camera.h +++ b/include/subscriber_camera.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/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/publisher_vision.cpp b/src/publisher_vision.cpp index 76e96b7..1c50d9d 100644 --- a/src/publisher_vision.cpp +++ b/src/publisher_vision.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_camera.cpp b/src/subscriber_camera.cpp index 89925f1..efa9af9 100644 --- a/src/subscriber_camera.cpp +++ b/src/subscriber_camera.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