• Home
  • Raw
  • Download

Lines Matching full:exception

8 with an explicit syscall exception described in
36 kernel, the exception must be documented by a special license expression.
96 exception applies. When multiple licenses apply, an expression consists
114 // SPDX-License-Identifier: GPL-2.0 WITH mif-exception
115 // SPDX-License-Identifier: GPL-2.0+ WITH GCC-exception-2.0
118 valid License identifiers are listed in the tags of the exception text
291 exception text and the required `Exception Metatags`_.
297 Contains the Linux syscall exception as documented in the COPYING
301 LICENSES/exceptions/GCC-exception-2.0
303 Contains the GCC 'linking exception' which allows to link any binary
305 with this exception. This is required for creating runnable executables
308 _`Exception Metatags`:
310 The following meta tags must be available in an exception file:
312 - SPDX-Exception-Identifier:
314 One exception identifier which can be used with SPDX license
320 to the exception.
325 exception can be used.
333 - Exception-Text:
335 All text after this tag is treated as the original exception text
339 SPDX-Exception-Identifier: Linux-syscall-note
343 This exception is used together with one of the above SPDX-Licenses
346 To use this exception add it with the keyword WITH to one of the
349 Exception-Text:
350 Full exception text
354 SPDX-Exception-Identifier: GCC-exception-2.0
355 SPDX-URL: https://spdx.org/licenses/GCC-exception-2.0.html
358 The "GCC Runtime Library exception 2.0" is used together with one
361 To use this exception add it with the keyword WITH to one of the
363 SPDX-License-Identifier: <SPDX-License> WITH GCC-exception-2.0
364 Exception-Text:
365 Full exception text