Add coypright header to sources

Fix coverage report
Add coverage badge to README
This commit is contained in:
2024-07-03 23:43:08 +02:00
parent fcbd05d842
commit cb3659b225
24 changed files with 213 additions and 37 deletions

View File

@@ -1,3 +1,9 @@
// ****************************************************************
// SPDX - FileCopyrightText: Copyright 2024 Ricardo Montañana Gómez
// SPDX - FileType: SOURCE
// SPDX - License - Identifier: MIT
// ****************************************************************
#include <iostream>
#include <vector>
#include <iomanip>