1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-07 21:17:07 +09:00

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
parent 23855bd412
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

View file

@ -1,5 +1,10 @@
#!/usr/bin/env python3
# Copyright (c) 2024, pheonixfirewingz <luke.a.shore@proton.me>
# Copyright (c) 2024-2025, Tim Flynn <trflynn89@ladybird.org>
#
# SPDX-License-Identifier: BSD-2-Clause
import json
import os
import pathlib