From ab30730ccd7b208f23e45f067a8cda7028e8ec29 Mon Sep 17 00:00:00 2001 From: Fabien Spindler Date: Sun, 3 Nov 2024 10:54:21 +0100 Subject: [PATCH] Update copyright header --- example/math/quadprog_eq.cpp | 9 ++++----- .../core/src/math/transformation/vpHomogeneousMatrix.cpp | 3 +-- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/example/math/quadprog_eq.cpp b/example/math/quadprog_eq.cpp index 85c3a00717..6c3cf66c51 100644 --- a/example/math/quadprog_eq.cpp +++ b/example/math/quadprog_eq.cpp @@ -1,7 +1,6 @@ -/**************************************************************************** - * +/* * ViSP, open source Visual Servoing Platform software. - * Copyright (C) 2005 - 2023 by Inria. All rights reserved. + * Copyright (C) 2005 - 2024 by Inria. All rights reserved. * * This software is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -30,8 +29,8 @@ * * Description: * Example of sequential calls to QP solver with constant equality constraint - * -*****************************************************************************/ + */ + /*! \file quadprog_eq.cpp diff --git a/modules/core/src/math/transformation/vpHomogeneousMatrix.cpp b/modules/core/src/math/transformation/vpHomogeneousMatrix.cpp index 0d364cd861..e0d071229a 100644 --- a/modules/core/src/math/transformation/vpHomogeneousMatrix.cpp +++ b/modules/core/src/math/transformation/vpHomogeneousMatrix.cpp @@ -29,8 +29,7 @@ * * Description: * Homogeneous matrix. - * -*****************************************************************************/ + */ /*! \file vpHomogeneousMatrix.cpp