Skip to content
Snippets Groups Projects
Commit 785e3b81 authored by Mathieu Westphal (Kitware)'s avatar Mathieu Westphal (Kitware) :zap:
Browse files

SPDX: fix wrong SPDX information and doc

parent 6b5b75f0
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ In the third party `CMakeLists.txt`, make sure to specify, in the `vtk_module_th
SPDX_COPYRIGHT_TEXT
"Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen"
SPDX_DOWNLOAD_LOCATION
https://gitlab.kitware.com/vtk/vtk
"https://gitlab.kitware.com/vtk/vtk"
[...]
```
......
......@@ -4,10 +4,6 @@ LIBRARY_NAME
vtkIOPLY
LICENSE_FILES
Copyright.txt
SPDX_LICENSE_IDENTIFIER
MIT
SPDX_COPYRIGHT_TEXT
Copyright © (c) Ken Martin, Will Schroeder, Bill Lorensen
KIT
VTK::IO
GROUPS
......
vtk_module_third_party_internal(
LICENSE_FILES "vtkloguru/LICENSE"
SPDX_LICENSE_IDENTIFIER "MIT AND BSD"
SPDX_COPYRIGHT_TEXT "Copyright © (c) Ken Martin, Will Schroeder, Bill Lorensen"
VERSION "2.1"
STANDARD_INCLUDE_DIRS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment