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")
|
maintainers("cyrush", "cessenat")
|
||||||
|
|
||||||
|
license("BSD-3-Clause")
|
||||||
|
|
||||||
# Here we provide a local file that contains only the plugin in a flat directory
|
# 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()))
|
version("local", url="file://{0}/visit-ffp.tgz".format(os.getcwd()))
|
||||||
# Below we copy the VisIt paths, ffp first shipment is with VisIt 3
|
# Below we copy the VisIt paths, ffp first shipment is with VisIt 3
|
||||||
|
@ -19,6 +19,8 @@ class VisitUnv(CMakePackage):
|
|||||||
|
|
||||||
maintainers("cyrush", "cessenat")
|
maintainers("cyrush", "cessenat")
|
||||||
|
|
||||||
|
license("BSD-3-Clause")
|
||||||
|
|
||||||
# Here we provide a local file that contains only the plugin in a flat directory
|
# 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()))
|
version("local", url="file://{0}/visit-unv.tgz".format(os.getcwd()))
|
||||||
# Below we copy the VisIt paths:
|
# Below we copy the VisIt paths:
|
||||||
|
Loading…
Reference in New Issue
Block a user