aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThorsten Töpper <atsutane@freethoughts.de>2025-08-19 18:45:38 +0200
committerThorsten Töpper <atsutane@freethoughts.de>2025-08-19 18:45:38 +0200
commit79cf7bedba215bc5b0b8e89c020ebb06e6038f8e (patch)
treea9a762533a124f9fa48049c633726be3a4717bb9 /src
parent5bc2656c89af79d9fedc1d1150b43bb6dd2e5957 (diff)
downloadsmall-utils-79cf7bedba215bc5b0b8e89c020ebb06e6038f8e.tar.gz
small-utils-79cf7bedba215bc5b0b8e89c020ebb06e6038f8e.tar.bz2
tree_based_check: SPDX Flag
Diffstat (limited to 'src')
-rw-r--r--src/tree_based_check.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/tree_based_check.c b/src/tree_based_check.c
index 0a1589e..e999707 100644
--- a/src/tree_based_check.c
+++ b/src/tree_based_check.c
@@ -1,4 +1,7 @@
-/*
+/* SPDX-License-Identifier: Apache-2.0 */
+
+/* Copyright 2025 Thorsten Töpper
+ *
* Compare two files with a single SHA1 hash per line
* useful when comparing filesystem content:
* find fs_to_check -type f -exec sha1sum "{}" \; > output_1.txt