mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
Meta: Add SPDX license identifier to ladybird.py and BuildVcpkg.py
This commit is contained in:
parent
23855bd412
commit
872a112cad
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user