Skip to content

Commit

Permalink
reformat the REUSE.toml file (readability), add natvis files
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau committed Aug 23, 2024
1 parent 483d43c commit 02a3847
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 4 deletions.
35 changes: 33 additions & 2 deletions Installation/REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,44 @@ SPDX-PackageSupplier = "CGAL Editorial Board <[email protected]>"
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 changes: 39 additions & 2 deletions REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,50 @@ SPDX-PackageSupplier = "CGAL Editorial Board <[email protected]>"
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"

0 comments on commit 02a3847

Please sign in to comment.