summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2020-09-18 10:19:56 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-09-21 13:48:47 +0200
commitf6af1dc0775c56dbdc19271dc2cb09954307ab83 (patch)
tree63d06a4eca602387945b3bf36495dc6875f7e641 /scripts
parentcf4832c2bc81036be672d13a394c70ca47fa8ad6 (diff)
downloadbarebox-f6af1dc0775c56dbdc19271dc2cb09954307ab83.tar.gz
barebox-f6af1dc0775c56dbdc19271dc2cb09954307ab83.tar.xz
scripts/mxsimage: relicense to allow distribution of binary linked with OpenSSL
The GPL (both, versions 2 and 3) are incompatible with the OpenSSL license. According to the Free Software Foundation the copyright holders of GPL software have to provide an exception to allow this linkage. This is effectively a license change and so needs confirmation by all copyright holders. Acked-by: Marek Vasut <marex@denx.de> Cc: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mxsimage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mxsimage.c b/scripts/mxsimage.c
index 91b4677384..81507d1924 100644
--- a/scripts/mxsimage.c
+++ b/scripts/mxsimage.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0-or-later
+// SPDX-License-Identifier: GPL-2.0-or-later WITH LicenseRef-OpenSSL-exception
// SPDX-FileCopyrightText: 2012-2013 Marek Vasut <marex@denx.de>
/* Freescale i.MX23/i.MX28 SB image generator */