22 lines
633 B
YAML
22 lines
633 B
YAML
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
# SPDX-FileCopyrightText: 2025 ai-ad4 and the FreePDFEditor contributors
|
|
# scancode license-diagnose rules — restrict scancode's license detection to
|
|
# the SPDX IDs we care about, to avoid noisy false positives on the corpus and
|
|
# on third-party snippets.
|
|
|
|
rule:
|
|
- id: gpl3
|
|
name: GPL-3.0-or-later
|
|
text: GNU General Public License v3.0 or later
|
|
- id: apache2
|
|
name: Apache-2.0
|
|
text: Apache License 2.0
|
|
- id: mit
|
|
name: MIT
|
|
text: MIT License
|
|
- id: bsd3
|
|
name: BSD-3-Clause
|
|
text: BSD 3-Clause License
|
|
- id: ftl
|
|
name: FTL
|
|
text: FreeType License |