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:
parent
23855bd412
commit
872a112cad
Notes:
github-actions[bot]
2025-05-29 23:35:41 +00:00
Author: https://github.com/trflynn89
Commit: 872a112cad
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4904
Reviewed-by: https://github.com/ADKaster
2 changed files with 10 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue