Skip to content
Snippets Groups Projects
Commit be78b57d authored by Walter Lozano's avatar Walter Lozano
Browse files

Configure license scan


Package gcc-14 is very tricky since it is GPL-3 but there is an exception
for runtime libraries. With this in mind, follow the same rules we used
in gcc-12, whitelisting and overriding license reports.

Signed-off-by: default avatarWalter Lozano <walter.lozano@collabora.com>
parent b94616af
No related branches found
No related tags found
1 merge request!1Initial import of gcc-14
Pipeline #918928 canceled
# Debian packaging metadata
debian/
# GPL-3 build scripts that not not affect the licensing of the artifacts
src/config/
src/configure.ac
src/Makefile.def
src/Makefile.in
src/Makefile.tpl
# Documentation and editor settings
src/.dir-locals.el
src/NEWS
src/ChangeLog
src/README
# Source files to build packages other than libgcc-s1 and libstdc++
newlib-4.1.0/
src/contrib/
src/fixincludes/
src/gnattools/
src/gotools/
src/include/
src/libada/
src/libcc1/
src/libcpp/
src/gcc/
src/libgm2/
src/libhsail-rt/
src/libiberty/
src/liboffloadmic/
src/libphobos/
src/libquadmath/
src/libsanitizer/
src/lto-plugin/
src/maintainer-scripts/
src/mkdep
src/move-if-change
src/multilib.am
# Tarball files used to pack sources
*.tar.xz
*.tar.xz
# License exceptions as described in debian/copyright
"*":
license: GPL-3+
src/libgcc/*:
override-license: GPL-3.0-or-later WITH GCC-exception-3.1
src/libatomic/*:
override-license: GPL-3.0-or-later WITH GCC-exception-3.1
src/libdecnumber/*:
override-license: GPL-3.0-or-later WITH GCC-exception-3.1
src/libgomp/*:
override-license: GPL-3.0-or-later WITH GCC-exception-3.1
src/libitm/*:
override-license: GPL-3.0-or-later WITH GCC-exception-3.1
src/libssp/*:
override-license: GPL-3.0-or-later WITH GCC-exception-3.1
src/libstdc\+\+-v3/*:
override-license: GPL-3.0-or-later WITH GCC-exception-3.1
src/libobjc/*:
override-license: GPL-3.0-or-later WITH GCC-exception-3.1
src/libgfortran/*:
override-license: GPL-3.0-or-later WITH GCC-exception-3.1
src/libvtv/*:
override-license: GPL-3.0-or-later WITH GCC-exception-3.1
src/libphobos//libdruntime/config/*:
override-license: GPL-3.0-or-later WITH GCC-exception-3.1
src/libphobos/libdruntime/gcc/*:
override-license: GPL-3.0-or-later WITH GCC-exception-3.1
src/libbacktrace/*:
license: BSD-3-Clause
src/zlib/*:
license: Zlib
enable-execute-stack.c:
override-license: GPL-3.0-or-later WITH GCC-exception-3.1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment