visit-ffp and visit-unv: sets the licence SPDX (#42474)
This commit is contained in:
parent
7a4aa823d1
commit
dba5ae939d
@ -21,6 +21,8 @@ class VisitFfp(CMakePackage):
|
||||
|
||||
maintainers("cyrush", "cessenat")
|
||||
|
||||
license("BSD-3-Clause")
|
||||
|
||||
# Here we provide a local file that contains only the plugin in a flat directory
|
||||
version("local", url="file://{0}/visit-ffp.tgz".format(os.getcwd()))
|
||||
# Below we copy the VisIt paths, ffp first shipment is with VisIt 3
|
||||
|
@ -19,6 +19,8 @@ class VisitUnv(CMakePackage):
|
||||
|
||||
maintainers("cyrush", "cessenat")
|
||||
|
||||
license("BSD-3-Clause")
|
||||
|
||||
# Here we provide a local file that contains only the plugin in a flat directory
|
||||
version("local", url="file://{0}/visit-unv.tgz".format(os.getcwd()))
|
||||
# Below we copy the VisIt paths:
|
||||
|
Loading…
Reference in New Issue
Block a user