diff options
author | Andrei Conache <xpirt.dev@gmail.com> | 2021-11-08 18:04:10 +0100 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2021-12-09 02:07:31 +0200 |
commit | 8466101527f6252dac8b7d7470a983c990352206 (patch) | |
tree | e566723c905dd8334e343a1340890463e5a556da | |
parent | 47851781e7cb9ee14ebaf613ddaaf839f7fb1ec6 (diff) |
sdat2img.py: chore: add LICENSE
sdat2img is licensed under the MIT license.
Reference:
https://github.com/xpirt/sdat2img/commit/b432c988a412c06ff24d196132e354712fc18929
Change-Id: I5175a6c372e383a0090a7bdba41e1041b87958e6
-rwxr-xr-x | sdat2img.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sdat2img.py b/sdat2img.py index eb29248..161e5a6 100755 --- a/sdat2img.py +++ b/sdat2img.py @@ -1,5 +1,9 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# +# SPDX-FileCopyrightText: 2021 Andrei Conache +# SPDX-License-Identifier: MIT +# #==================================================== # FILE: sdat2img.py # AUTHORS: xpirt - luxi78 - howellzhu |