diff options
| -rw-r--r-- | include/hex_conversion.h | 5 | ||||
| -rw-r--r-- | 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 |
