updated all .h files with license notice and copyright notice

This commit is contained in:
2021-10-14 18:10:56 +02:00
parent 0801957203
commit 4de7bb51ed
193 changed files with 386 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#pragma once
#include <cassert>

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#pragma once
#include <pybind11/pybind11.h>
#include "sls/Result.h"