ff4ff35918
Red Bear OS is a full fork. All sources must be available from git clone with zero network access. Removed gitignore rules that excluded fetched source trees under recipes/*/source/, local/recipes/kde/*/source/, local/recipes/qt/*/source/, and vendor source trees. Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded. 127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt frameworks, mesa, wayland, DRM drivers, and every other recipe source.
212 lines
8.8 KiB
JSON
212 lines
8.8 KiB
JSON
[
|
|
{
|
|
"comment": ["file_pattern_ending: strings matched against the end of a file name.",
|
|
"location keys: regular expression matched against the beginning of",
|
|
"the file path (relative to the git submodule root).",
|
|
"spdx: list of SPDX-License-Expression's allowed in the matching files.",
|
|
"-------------------------------------------------------",
|
|
"Files with the following endings are Build System licensed,",
|
|
"unless they are examples",
|
|
"Files with other endings can also be build system files"
|
|
],
|
|
"file_pattern_ending": ["CMakeLists.txt", ".cmake", ".pro", ".pri", ".prf",
|
|
"configure", "configure.bat", "cmake.in", "plist.in", "CMakeLists.txt.in",
|
|
".cmake.conf", ".tag", ".yaml", "ci_config_linux.json",
|
|
"configure.json", ".qrc", ".plist", "BLACKLIST", ".conf"],
|
|
"location": {
|
|
"": {
|
|
"comment": "Default",
|
|
"file type": "build system",
|
|
"spdx": ["BSD-3-Clause"]
|
|
},
|
|
"(.*)(examples/|snippets/)": {
|
|
"comment": "Example takes precedence",
|
|
"file type": "examples and snippets",
|
|
"spdx": ["LicenseRef-Qt-Commercial OR BSD-3-Clause"]
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"comments": ["Files with the following endings are infrastructure licensed"],
|
|
"file_pattern_ending": [".gitattributes", ".gitignore", ".gitmodules", ".gitreview",
|
|
".clang-format", "licenseRule.json", "REUSE.toml",
|
|
"tests/baseline/data/Ignore"],
|
|
"location":{
|
|
"": {
|
|
"comment": "Default",
|
|
"file type": "infrastructure",
|
|
"spdx": ["LicenseRef-Qt-Commercial OR BSD-3-Clause"]
|
|
},
|
|
".clang-format": {
|
|
"comment": "Other copyright",
|
|
"file type": "infrastructure",
|
|
"spdx": ["BSD-3-Clause"]
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"comments": ["Files with the following endings are Tool licensed,",
|
|
"unless they are examples.",
|
|
"Files with other endings can also be tool files."],
|
|
"file_pattern_ending": [".sh", ".py", ".pl", ".bat", ".ps1"],
|
|
"location":{
|
|
"": {
|
|
"comment": "Default",
|
|
"file type": "tools and utils",
|
|
"spdx": ["LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0"]
|
|
},
|
|
"(.*)(examples/|snippets/)": {
|
|
"comment": "Example takes precedence",
|
|
"file type": "examples and snippets",
|
|
"spdx": ["LicenseRef-Qt-Commercial OR BSD-3-Clause"]
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"comment": "Files with the following endings are Documentation licensed.",
|
|
"file_pattern_ending": [".qdoc", ".qdocinc" , ".qdocconf", "README", "qt_attribution.json",
|
|
"INSTRUCTIONS.txt", "README.md", "config_help.txt", ".metainfo"],
|
|
"location":{
|
|
"": {
|
|
"comment": "",
|
|
"file type": "documentation",
|
|
"spdx": ["LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"]
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"comment": ["All other files",
|
|
"The licensing is defined only by the file location in the Qt module repository.",
|
|
"NO <file_pattern_ending> key for this case!",
|
|
"This needs to be the last entry of the file."],
|
|
"location": {
|
|
"": {
|
|
"comment": "Default",
|
|
"file type": "module and plugin",
|
|
"spdx": ["LicenseRef-Qt-Commercial OR GPL-3.0-only"]
|
|
},
|
|
"dist/": {
|
|
"comment": "Default",
|
|
"file type": "documentation",
|
|
"spdx": ["LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"]
|
|
},
|
|
"src/": {
|
|
"comment": "Default",
|
|
"file type": "module and plugin",
|
|
"spdx": ["LicenseRef-Qt-Commercial OR GPL-3.0-only"]
|
|
},
|
|
"tests/": {
|
|
"comment": "Default",
|
|
"file type": "test",
|
|
"spdx": ["LicenseRef-Qt-Commercial OR GPL-3.0-only"]
|
|
},
|
|
"(.*)(examples/|snippets/)": {
|
|
"comment": "Default",
|
|
"file type": "examples and snippets",
|
|
"spdx": ["LicenseRef-Qt-Commercial OR BSD-3-Clause"]
|
|
},
|
|
"(.*|examples).*/doc/images": {
|
|
"comment": "Default",
|
|
"file type": "documentation",
|
|
"spdx": ["LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"]
|
|
},
|
|
"tools/": {
|
|
"comment": "Default",
|
|
"file type": "tools and utils",
|
|
"spdx": ["LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0"]
|
|
},
|
|
"config\\.tests/": {
|
|
"comment": "Default",
|
|
"file type": "build system",
|
|
"spdx": ["BSD-3-Clause"]
|
|
},
|
|
"examples/quick3d/volumeraycaster/alpha_blending\\.frag": {
|
|
"comment": "Exception",
|
|
"file type": "examples and snippets",
|
|
"spdx": ["MIT"]
|
|
},
|
|
"tests/manual/volumetric/custom.": {
|
|
"comment": "",
|
|
"file type": "3rd party",
|
|
"spdx": ["MIT"]
|
|
},
|
|
"src/glslparser/glslparsertable": {
|
|
"comment": "Files generated by qlalr",
|
|
"file type": "tools and utils",
|
|
"spdx": ["LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0"]
|
|
},
|
|
"src/helpers/proceduralskytexturedata.cpp": {
|
|
"comment": "in file license test can't see MIT license",
|
|
"file type": "3rd party",
|
|
"spdx": ["LicenseRef-Qt-Commercial OR GPL-3.0-only AND MIT",
|
|
"LicenseRef-Qt-Commercial OR GPL-3.0-only"]
|
|
},
|
|
"src/runtimerender/res/effectlib/fog.glsllib": {
|
|
"comment": "in file license test can't see MIT license",
|
|
"file type": "3rd party",
|
|
"spdx": ["LicenseRef-Qt-Commercial OR GPL-3.0-only AND MIT",
|
|
"LicenseRef-Qt-Commercial OR GPL-3.0-only"]
|
|
},
|
|
"src/runtimerender/res/textures/blue_noise.png": {
|
|
"comment": "Blue noise texture used for shadow mapping",
|
|
"file type": "3rd party",
|
|
"spdx": ["CC0-1.0"]
|
|
},
|
|
"tests/baseline/scenegrabber_xr/testscenes/maps/skybox/skybox-image.txt": {
|
|
"comment": "",
|
|
"file type": "3rd party",
|
|
"spdx": ["CC-BY-4.0"]
|
|
},
|
|
"(examples|tests|tools).*/OpenfootageNET_": {
|
|
"comment": "",
|
|
"file type": "3rd party",
|
|
"spdx": ["CC-BY-4.0"]
|
|
},
|
|
"tests/baseline/data/lighting/maps/garage-bc1.ktx": {
|
|
"comment": "",
|
|
"file type": "3rd party",
|
|
"spdx": ["CC-BY-4.0"]
|
|
},
|
|
"tests/baseline/data/shared/maps/fishpond_bc1": {
|
|
"comment": "",
|
|
"file type": "3rd party",
|
|
"spdx": ["CC-BY-4.0"]
|
|
},
|
|
"tests/.*/cubemap_bc1.ktx": {
|
|
"comment": "Unknown",
|
|
"file type": "3rd party",
|
|
"spdx": ["CC0-1.0"]
|
|
},
|
|
"tests/.*/maps/TestEnvironment-512": {
|
|
"comment": "",
|
|
"file type": "3rd party",
|
|
"spdx": ["CC0-1.0"]
|
|
},
|
|
"tests/baseline/data/shared/maps/((o1|t2)_bc(1|2)|miptester_etc2).ktx": {
|
|
"comment": "",
|
|
"file type": "3rd party",
|
|
"spdx": ["CC0-1.0"]
|
|
},
|
|
"tests/baseline/scenegrabber/trim.ttf": {
|
|
"comment": "",
|
|
"file type": "3rd party",
|
|
"spdx": ["CC0-1.0"]
|
|
},
|
|
"tests/manual/principledmaterial/maps/metallic/.*.astc": {
|
|
"comment": "",
|
|
"file type": "3rd party",
|
|
"spdx": ["CC0-1.0"]
|
|
},
|
|
"examples/quick3d/ssgilightmap/assets/icons/.*.svg": {
|
|
"comment": "Example and snippet icons in ssgilightmap",
|
|
"file type": "examples and snippets",
|
|
"spdx": [
|
|
"CC0-1.0",
|
|
"MIT",
|
|
"LGPL-3.0-only"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
]
|