summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.reuse/dep52
-rwxr-xr-xutil/deflate4
2 files changed, 5 insertions, 1 deletions
diff --git a/.reuse/dep5 b/.reuse/dep5
index 227e8e5..8ccfadb 100644
--- a/.reuse/dep5
+++ b/.reuse/dep5
@@ -1,5 +1,5 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Files: README.md
+Files: README.md test/* .gitlab-ci.yml
Copyright: 2021 Daniel Friesel
License: CC0-1.0
diff --git a/util/deflate b/util/deflate
index 925779f..8f0460b 100755
--- a/util/deflate
+++ b/util/deflate
@@ -1,5 +1,9 @@
#!/usr/bin/env python3
# vim:tabstop=4 softtabstop=4 shiftwidth=4 textwidth=160 smarttab expandtab colorcolumn=160
+#
+# Copyright 2021 Daniel Friesel
+#
+# SPDX-License-Identifier: BSD-2-Clause
"""deflate - compression utility for zlib-deflate-nostdlib