summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2020-09-18 10:19:54 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-09-21 08:28:19 +0200
commitcf4832c2bc81036be672d13a394c70ca47fa8ad6 (patch)
tree4d8cd237365f408deb8831ec81392b4e757f1b19 /scripts
parente05bd381869cbbb93a02a7f60fb9c1bbbc567cea (diff)
downloadbarebox-cf4832c2bc81036be672d13a394c70ca47fa8ad6.tar.gz
barebox-cf4832c2bc81036be672d13a394c70ca47fa8ad6.tar.xz
scripts/rsatoc: 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: Marc Kleine-Budde <mkl@pengutronix.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/rsatoc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rsatoc.c b/scripts/rsatoc.c
index 8f2eb8fded..f2d91b8e0d 100644
--- a/scripts/rsatoc.c
+++ b/scripts/rsatoc.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+// SPDX-License-Identifier: GPL-2.0-or-later WITH LicenseRef-OpenSSL-exception
/*
* rsatoc - utility to convert an RSA key to a C struct
*