diff options
Diffstat (limited to 'tools/rle_encode.py')
| -rwxr-xr-x | tools/rle_encode.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/rle_encode.py b/tools/rle_encode.py index a938c76..60b2bdc 100755 --- a/tools/rle_encode.py +++ b/tools/rle_encode.py @@ -1,5 +1,8 @@ #!/usr/bin/env python3 +# SPDX-License-Identifier: LGPL-3.0-or-later +# Copyright (C) 2020 Daniel Thompson + import argparse import sys import os.path |
