File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ set (KCOV_INSTALL_DOCDIR "share/doc/kcov" CACHE STRING "Install destination for
79
79
set (KCOV_INSTALL_MANDIR "share/man" CACHE STRING "Install destination for man documentation" )
80
80
mark_as_advanced (KCOV_INSTALL_BINDIR KCOV_INSTALL_DOCDIR KCOV_INSTALL_MANDIR )
81
81
82
- install (FILES ChangeLog COPYING COPYING.externals
82
+ install (FILES ChangeLog COPYING COPYING.spdx
83
83
DESTINATION "${KCOV_INSTALL_DOCDIR} " )
84
84
85
85
# ====================================
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ kcov: GPL-2.0-only
2
+ handlebars.js: MIT
3
+ tablesorter (mottie): GPL-2.0-only OR MIT
4
+ jquery: MIT
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ LABEL org.label-schema.vendor="Kcov" \
132
132
org.opencontainers.image.documentation="https://github.com/SimonKagstrom/kcov#readme" \
133
133
org.opencontainers.image.source="https://github.com/SimonKagstrom/kcov" \
134
134
org.opencontainers.image.vendor="Kcov" \
135
- org.opencontainers.image.licenses="GPL-2.0" \
135
+ org.opencontainers.image.licenses="GPL-2.0-only AND MIT AND (GPL-2.0-only OR MIT) " \
136
136
org.opencontainers.image.created=${BUILD_DATE} \
137
137
org.opencontainers.image.version=${RELEASE_VERSION} \
138
138
org.opencontainers.image.revision=${VCS_REF}
You can’t perform that action at this time.
0 commit comments