mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-05 01:10:24 +00:00
Meta: Add SPDX license identifier to ladybird.py and BuildVcpkg.py
This commit is contained in:
Notes:
github-actions[bot]
2025-05-29 23:35:41 +00:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/872a112cad8 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4904 Reviewed-by: https://github.com/ADKaster
@@ -1,5 +1,10 @@
|
|||||||
#!/usr/bin/env python3
|
#!/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 argparse
|
||||||
import importlib.util
|
import importlib.util
|
||||||
import multiprocessing
|
import multiprocessing
|
||||||
|
|||||||
@@ -1,5 +1,10 @@
|
|||||||
#!/usr/bin/env python3
|
#!/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 json
|
||||||
import os
|
import os
|
||||||
import pathlib
|
import pathlib
|
||||||
|
|||||||
Reference in New Issue
Block a user