From 5804ca606701f8731b195725bccc2a71c712800f Mon Sep 17 00:00:00 2001
From: joanvallve <jvallve@iri.upc.edu>
Date: Fri, 19 Nov 2021 16:01:18 +0100
Subject: [PATCH] license header files

---
 wolf_scripts/license_header_2020.txt            | 17 +++++++++++++++++
 wolf_scripts/license_header_2021_manual.txt     | 17 +++++++++++++++++
 ..._2022.txt => license_header_2022_manual.txt} |  0
 ..._2023.txt => license_header_2023_manual.txt} |  0
 4 files changed, 34 insertions(+)
 create mode 100644 wolf_scripts/license_header_2020.txt
 create mode 100644 wolf_scripts/license_header_2021_manual.txt
 rename wolf_scripts/{license_header_2022.txt => license_header_2022_manual.txt} (100%)
 rename wolf_scripts/{license_header_2023.txt => license_header_2023_manual.txt} (100%)

diff --git a/wolf_scripts/license_header_2020.txt b/wolf_scripts/license_header_2020.txt
new file mode 100644
index 000000000..a5e544189
--- /dev/null
+++ b/wolf_scripts/license_header_2020.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/>.
diff --git a/wolf_scripts/license_header_2021_manual.txt b/wolf_scripts/license_header_2021_manual.txt
new file mode 100644
index 000000000..d9c3a25ff
--- /dev/null
+++ b/wolf_scripts/license_header_2021_manual.txt
@@ -0,0 +1,17 @@
+// Copyright (C) 2021 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/>.
diff --git a/wolf_scripts/license_header_2022.txt b/wolf_scripts/license_header_2022_manual.txt
similarity index 100%
rename from wolf_scripts/license_header_2022.txt
rename to wolf_scripts/license_header_2022_manual.txt
diff --git a/wolf_scripts/license_header_2023.txt b/wolf_scripts/license_header_2023_manual.txt
similarity index 100%
rename from wolf_scripts/license_header_2023.txt
rename to wolf_scripts/license_header_2023_manual.txt
-- 
GitLab