X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=Licenses%2FREADME;h=c6ff2774fc9458e5ae804204d14a193378438545;hb=f5f1f614bda83fae868d5634f86e0098162ceb3b;hp=9f6119255732e9122b3cb4b2d09fb1b2eb38c355;hpb=9f3fe6da27e2328285aa37149fce845da4e57560;p=karo-tx-uboot.git diff --git a/Licenses/README b/Licenses/README index 9f61192557..c6ff2774fc 100644 --- a/Licenses/README +++ b/Licenses/README @@ -37,6 +37,18 @@ replaced by a single line: SPDX-License-Identifier: GPL-2.0+ +Ideally, the license terms of all files in the source tree should be +defined by such License Identifiers; in no case a file can contain +more than one such License Identifier list. + +If a "SPDX-License-Identifier:" line references more than one Unique +License Identifier, then this means that the respective file can be +used under the terms of either of these licenses, i. e. with + + SPDX-License-Identifier: GPL-2.0+ BSD-3-Clause + +you can chose between GPL-2.0+ and BSD-3-Clause licensing. + We use the SPDX Unique License Identifiers here; these are available at [2].