summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/texlive/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/texlive/package.py')
-rw-r--r--var/spack/repos/builtin/packages/texlive/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/texlive/package.py b/var/spack/repos/builtin/packages/texlive/package.py
index 6046dd006a..9653c33f1f 100644
--- a/var/spack/repos/builtin/packages/texlive/package.py
+++ b/var/spack/repos/builtin/packages/texlive/package.py
@@ -25,6 +25,8 @@ class Texlive(AutotoolsPackage):
list_url = "http://ftp.math.utah.edu/pub/tex/historic/systems/texlive"
list_depth = 1
+ license("GPL-2.0-or-later AND GPL-3.0-or-later")
+
# Below is the url for a binary distribution. This was originally how this
# was distributed in Spack, but should be considered deprecated. Note that
# the "live" version will pull down the packages so it requires an Internet