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 --- util/deflate | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'util/deflate') 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