diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-01-30 11:02:56 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-01-30 11:02:56 +0100 |
commit | e522e5cdb583d20b712c7d9c842fc6ce9d3fe17d (patch) | |
tree | 95cd67e3328e11eef3e0a201ea9ac646ba5aa694 /util | |
parent | c0fb6442e30c44490b42e6072151ee739b944e56 (diff) |
Add licensing information for deflate util and test files
Diffstat (limited to 'util')
-rwxr-xr-x | util/deflate | 4 |
1 files changed, 4 insertions, 0 deletions
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 |