diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-03-22 15:40:18 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-03-22 15:40:18 (GMT) |
| commit | b9fe31241c30bbcc0486f25bfe08af22fd20a555 (patch) | |
| tree | eeddfcb42898960fbfe9e9b1f715d5f911e45dec /tools/wasptool | |
| parent | f8bd1a74613a79cad56b5b60079402d40a87d131 (diff) | |
Add licensing information for all wasp-os files.
Diffstat (limited to 'tools/wasptool')
| -rwxr-xr-x | tools/wasptool | 4 |
1 files changed, 1 insertions, 3 deletions
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 |
