aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Töpper <atsutane@freethoughts.de>2025-08-21 21:48:55 +0200
committerThorsten Töpper <atsutane@freethoughts.de>2025-08-21 21:48:55 +0200
commit281fee522dfaa2922502e9eb210f3708cb356e6e (patch)
treea7870d11a33924b41c2e1002603bbd6a14d1fad9
parentf6707548f90197242a5030e84522e70508741519 (diff)
downloadsmall-utils-281fee522dfaa2922502e9eb210f3708cb356e6e.tar.gz
small-utils-281fee522dfaa2922502e9eb210f3708cb356e6e.tar.bz2
Added SPDX string to headers
-rw-r--r--include/hex_conversion.h5
-rw-r--r--include/output.h5
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