From fc2a55612486436306b4214a94775a59ca5de66b Mon Sep 17 00:00:00 2001 From: cont-integration <CI@iri.upc.edu> Date: Fri, 19 Nov 2021 15:11:27 +0000 Subject: [PATCH] license headers added or modified --- wolf_scripts/license_header_2021.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 wolf_scripts/license_header_2021.txt diff --git a/wolf_scripts/license_header_2021.txt b/wolf_scripts/license_header_2021.txt new file mode 100644 index 000000000..a5e544189 --- /dev/null +++ b/wolf_scripts/license_header_2021.txt @@ -0,0 +1,17 @@ +// Copyright (C) 2020 Institut de Robòtica i Informà tica Industrial, CSIC-UPC. +// Authors: Joan Solà Ortega (jsola@iri.upc.edu) +// All rights reserved. +// +// This file is part of 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 +// at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with this program. If not, see <http://www.gnu.org/licenses/>. -- GitLab