Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.15.17
-
None
Description
Commit df8183117bf244e2 added license headers to shader source files, and some of those headers are commercial.
Because of this, v5.15.17 tag and tarball has 161 files with commercial-only license headers, so we cannot use this tarball in Debian.
dmitry@l3:~/qt-git/qtdeclarative ((v5.15.17-lts-lgpl))$ git grep QT_BEGIN_LICENSE:COMM | wc -l 161 dmitry@l3:~/qt-git/qtdeclarative ((v5.15.17-lts-lgpl))$ git grep QT_BEGIN_LICENSE:COMM src/particles/shaders/customparticle.frag:** $QT_BEGIN_LICENSE:COMM$ src/particles/shaders/customparticle.vert:** $QT_BEGIN_LICENSE:COMM$ src/particles/shaders/customparticle_core.frag:** $QT_BEGIN_LICENSE:COMM$ src/particles/shaders/customparticle_core.vert:** $QT_BEGIN_LICENSE:COMM$ src/particles/shaders/customparticletemplate.vert:** $QT_BEGIN_LICENSE:COMM$ ... src/quickshapes/shaders_ng/radialgradient.frag:** $QT_BEGIN_LICENSE:COMM$ src/quickshapes/shaders_ng/radialgradient.vert:** $QT_BEGIN_LICENSE:COMM$
I would appreciate a commit in 5.15 branch that fixes this issue.
Similar bugs that I filed earlier for similar issues: QTBUG-133229 (qtbase), QTBUG-133423 (qtwayland, fixed). Cc tarjasundqvist.