Meta: Add SPDX license identifier to ladybird.py and BuildVcpkg.py

This commit is contained in:
Timothy Flynn 2025-05-29 13:16:25 -04:00 committed by Tim Flynn
commit 872a112cad
Notes: github-actions[bot] 2025-05-29 23:35:41 +00:00
2 changed files with 10 additions and 0 deletions

View file

@ -1,5 +1,10 @@
#!/usr/bin/env python3
# Copyright (c) 2025, ayeteadoe <ayeteadoe@gmail.com>
# Copyright (c) 2025, Tim Flynn <trflynn89@ladybird.org>
#
# SPDX-License-Identifier: BSD-2-Clause
import argparse
import importlib.util
import multiprocessing