mirror of https://github.com/CGAL/cgal
reformat the REUSE.toml file (readability), add natvis files
This commit is contained in:
parent
483d43cdf2
commit
02a38472a1
|
|
@ -4,13 +4,44 @@ SPDX-PackageSupplier = "CGAL Editorial Board <info@cgal.org>"
|
|||
SPDX-PackageDownloadLocation = "https://github.com/CGAL/cgal"
|
||||
|
||||
[[annotations]]
|
||||
path = ["**.cmake", "**.md", "doc/**", "doc_html/**", "scripts/**", "developer_scripts/**", "package_info/**", "demo/**", "examples/**", "src/**", "test/**", "benchmarks/**", "benchmark/**", "data/**", "cmake/**"]
|
||||
path = [
|
||||
"**.cmake",
|
||||
"**.md",
|
||||
"doc/**",
|
||||
"doc_html/**",
|
||||
"scripts/**",
|
||||
"developer_scripts/**",
|
||||
"package_info/**",
|
||||
"demo/**",
|
||||
"examples/**",
|
||||
"src/**",
|
||||
"test/**",
|
||||
"benchmarks/**",
|
||||
"benchmark/**",
|
||||
"data/**",
|
||||
"cmake/**",
|
||||
"**/*.natvis",
|
||||
]
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "1995-2024 The CGAL Project"
|
||||
SPDX-License-Identifier = "CC0-1.0"
|
||||
|
||||
[[annotations]]
|
||||
path = ["REUSE.toml", "lib/cmake/CGAL/CGALConfig-installation-dirs.cmake.in", "include/CGAL/Qt/ImageInterface.ui", "include/CGAL/Qt/resources/qglviewer-icon.xpm", "AUTHORS", "CMakeLists.txt", "README", "auxiliary/cgal_create_cmake_script.1", "auxiliary/gmp/README", "include/CGAL/license/gpl_package_list.txt", "auxiliary/cgal_app.icns", "copyright", "VERSION"]
|
||||
path = [
|
||||
"REUSE.toml",
|
||||
"lib/cmake/CGAL/CGALConfig-installation-dirs.cmake.in",
|
||||
"include/CGAL/Qt/ImageInterface.ui",
|
||||
"include/CGAL/Qt/resources/qglviewer-icon.xpm",
|
||||
"AUTHORS",
|
||||
"CMakeLists.txt",
|
||||
"README",
|
||||
"auxiliary/cgal_create_cmake_script.1",
|
||||
"auxiliary/gmp/README",
|
||||
"include/CGAL/license/gpl_package_list.txt",
|
||||
"auxiliary/cgal_app.icns",
|
||||
"copyright",
|
||||
"VERSION",
|
||||
]
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "1995-2024 The CGAL Project"
|
||||
SPDX-License-Identifier = "CC0-1.0"
|
||||
|
|
|
|||
41
REUSE.toml
41
REUSE.toml
|
|
@ -4,13 +4,50 @@ SPDX-PackageSupplier = "CGAL Editorial Board <info@cgal.org>"
|
|||
SPDX-PackageDownloadLocation = "https://github.com/CGAL/cgal"
|
||||
|
||||
[[annotations]]
|
||||
path = [".**", "**.cmake", "**.md", ".github/**", "Maintenance/**", "**/TODO", "**/doc/**", "**/deb/**", "**/applications/**", "**/doc_html/**", "**/scripts/**", "**/developer_scripts/**", "**/demo/**", "**/examples/**", "**/src/**", "**/test/**", "**/benchmarks/**", "**/benchmark/**", "**/package_info/**", "**/data/**", "**/cmake/**"]
|
||||
path = [
|
||||
".**",
|
||||
"**.cmake",
|
||||
"**.md",
|
||||
".github/**",
|
||||
"Maintenance/**",
|
||||
"**/TODO",
|
||||
"**/doc/**",
|
||||
"**/deb/**",
|
||||
"**/applications/**",
|
||||
"**/doc_html/**",
|
||||
"**/scripts/**",
|
||||
"**/developer_scripts/**",
|
||||
"**/demo/**",
|
||||
"**/examples/**",
|
||||
"**/src/**",
|
||||
"**/test/**",
|
||||
"**/benchmarks/**",
|
||||
"**/benchmark/**",
|
||||
"**/package_info/**",
|
||||
"**/data/**",
|
||||
"**/cmake/**",
|
||||
"**/*.natvis",
|
||||
]
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "1995-2024 The CGAL Project"
|
||||
SPDX-License-Identifier = "CC0-1.0"
|
||||
|
||||
[[annotations]]
|
||||
path = ["REUSE.toml", "CMakeLists.txt", "cmake_uninstall.cmake.in", "GraphicsView/include/CGAL/Qt/ImageInterface.ui", "GraphicsView/include/CGAL/Qt/resources/qglviewer-icon.xpm", "Installation/AUTHORS", "Installation/CMakeLists.txt", "Installation/README", "Installation/auxiliary/cgal_create_cmake_script.1", "Installation/auxiliary/gmp/README", "Installation/include/CGAL/license/gpl_package_list.txt", "MacOSX/auxiliary/cgal_app.icns", "copyright"]
|
||||
path = [
|
||||
"REUSE.toml",
|
||||
"CMakeLists.txt",
|
||||
"cmake_uninstall.cmake.in",
|
||||
"GraphicsView/include/CGAL/Qt/ImageInterface.ui",
|
||||
"GraphicsView/include/CGAL/Qt/resources/qglviewer-icon.xpm",
|
||||
"Installation/AUTHORS",
|
||||
"Installation/CMakeLists.txt",
|
||||
"Installation/README",
|
||||
"Installation/auxiliary/cgal_create_cmake_script.1",
|
||||
"Installation/auxiliary/gmp/README",
|
||||
"Installation/include/CGAL/license/gpl_package_list.txt",
|
||||
"MacOSX/auxiliary/cgal_app.icns",
|
||||
"copyright",
|
||||
]
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "1995-2024 The CGAL Project"
|
||||
SPDX-License-Identifier = "CC0-1.0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue