File: REUSE.toml

package info (click to toggle)
qt6-languageserver 6.8.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,252 kB
  • sloc: cpp: 11,388; python: 21; makefile: 14
file content (30 lines) | stat: -rw-r--r-- 1,000 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
version = 1

[[annotations]]
path = ["**.qrc", "**CMakeLists.txt", ".cmake.conf", "**.yaml",
        "**.json", "**.cmake", ".tag", "**/.gitattributes",
        "**.gitignore"]
precedence = "closest"
comment = "build system"
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
SPDX-License-Identifier = "BSD-3-Clause"

[[annotations]]
path = ["**.qdocconf"]
comment = "documentation"
precedence = "closest"
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"

[[annotations]]
path = ["src/languageserver/3rdparty/specification.md"]
precedence = "closest"
SPDX-FileCopyrightText = "Copyright (c) Microsoft Corporation."
SPDX-License-Identifier = "CC-BY-4.0"

[[annotations]]
path = ["**.toml", "licenseRule.json"]
precedence = "override"
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"