Skip to content

Commit

Permalink
mkclean: use SPDX license in python script
Browse files Browse the repository at this point in the history
  • Loading branch information
robUx4 committed Dec 31, 2024
1 parent fff12b1 commit 823b21e
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions mkclean/regression/mkcleanreg.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,7 @@
#!/usr/bin/env python3

# ISC License
#
# Copyright 2022 Matroska (non-profit organisation)
#
# Permission to use, copy, modify, and/or distribute this software for any purpose with or without
# fee is hereby granted, provided that the above copyright notice and this permission notice appear
# in all copies.
#
# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
# SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
# AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
# OF THIS SOFTWARE.
# SPDX-License-Identifier: ISC
# Copyright (c) 2022, Matroska (non-profit organisation)

import argparse
import pathlib
Expand Down

0 comments on commit 823b21e

Please sign in to comment.