added license

This commit is contained in:
Erik Fröjdh
2025-11-20 09:01:28 +01:00
parent 7fb500c44c
commit 53aed8d8c6
78 changed files with 553 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
# SPDX-License-Identifier: MPL-2.0
include(FetchContent)

View File

@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MPL-2.0
#include "aare/CalculateEta.hpp"
#include "aare/ClusterFile.hpp"
#include <benchmark/benchmark.h>

View File

@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MPL-2.0
#include "aare/NDArray.hpp"
#include <benchmark/benchmark.h>

View File

@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MPL-2.0
#include "aare/Cluster.hpp"
#include <benchmark/benchmark.h>