From e522e5cdb583d20b712c7d9c842fc6ce9d3fe17d Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 30 Jan 2021 11:02:56 +0100 Subject: Add licensing information for deflate util and test files --- .reuse/dep5 | 2 +- util/deflate | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3