summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/rle_encode.py3
-rwxr-xr-xtools/wasptool4
2 files changed, 4 insertions, 3 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
diff --git a/tools/wasptool b/tools/wasptool
index e546016..26018ab 100755
--- a/tools/wasptool
+++ b/tools/wasptool
@@ -1,9 +1,7 @@
#!/usr/bin/python3
-#
-# SPDX-License-Identifier: MIT
+# SPDX-License-Identifier: LGPL-3.0-or-later
# Copyright (c) 2020 Daniel Thompson
-#
import argparse
import random