From 281fee522dfaa2922502e9eb210f3708cb356e6e Mon Sep 17 00:00:00 2001 From: Thorsten Töpper Date: Thu, 21 Aug 2025 21:48:55 +0200 Subject: Added SPDX string to headers --- include/hex_conversion.h | 5 ++++- include/output.h | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/include/hex_conversion.h b/include/hex_conversion.h index bb0fab1..483cf26 100644 --- a/include/hex_conversion.h +++ b/include/hex_conversion.h @@ -1,4 +1,7 @@ -/* +/* SPDX-License-Identifier: Apache-2.0 */ + +/* Copyright 2025 Thorsten Töpper + * * vim:ts=4:sw=4:expandtab */ #ifndef HEX_CONVERSION_H diff --git a/include/output.h b/include/output.h index efc7487..366e3c4 100644 --- a/include/output.h +++ b/include/output.h @@ -1,4 +1,7 @@ -/* +/* SPDX-License-Identifier: Apache-2.0 */ + +/* Copyright 2025 Thorsten Töpper + * * vim:ts=4:sw=4:expandtab */ #ifndef OUTPUT_H -- cgit v1.2.3-70-g09d2