diff mbox series

[V2] Add OpenSSL License Exception

Message ID 20260902112549.282506-1-stefano.babic@swupdate.org
State New
Headers show
Series [V2] Add OpenSSL License Exception | expand

Commit Message

Stefano Babic Sept. 2, 2026, 11:25 a.m. UTC
The openSSL exception was already introduced at the beginniog of the
project but later removed in commit b6c0adbc545675bab.

This commits reintroduces formally the exception to ensure the users to
be allowed by copyright holder to link the project with openSSL library.

Signed-off-by: Stefano Babic <stefano.babic@swupdate.org>
---

- removed duplicated LicenseRef-GPL-2.0-only-WITH-generic-OpenSSL-exception 

 ...-GPL-2.0-only-WITH-generic-OpenSSL-exception.txt | 13 +++++++++++++
 README.md                                           |  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)
 create mode 100644 LICENSES/LicenseRef-GPL-2.0-only-WITH-generic-OpenSSL-exception.txt
diff mbox series

Patch

diff --git a/LICENSES/LicenseRef-GPL-2.0-only-WITH-generic-OpenSSL-exception.txt b/LICENSES/LicenseRef-GPL-2.0-only-WITH-generic-OpenSSL-exception.txt
new file mode 100644
index 00000000..24b9cf63
--- /dev/null
+++ b/LICENSES/LicenseRef-GPL-2.0-only-WITH-generic-OpenSSL-exception.txt
@@ -0,0 +1,13 @@ 
+LICENSE EXCEPTION FOR OPENSSL
+
+In addition, as a special exception, the copyright holders give
+permission to link this program with the OpenSSL library (or with
+modified versions of OpenSSL that use the same license as OpenSSL),
+and distribute linked combinations including the two.
+
+You must obey the GNU General Public License in all respects for
+all of the code used other than OpenSSL. If you modify file(s) with this
+exception, you may extend this exception to your version of the file(s),
+but you are not obligated to do so. If you do not wish to do so, delete
+this exception statement from your version. If you delete this exception
+statement from all source files in the program, then also delete it here.
diff --git a/README.md b/README.md
index d7ae0a1a..52483b78 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@ 
 <!--
 SPDX-FileCopyrightText: 2013 Stefano Babic <stefano.babic@swupdate.org>
 
-SPDX-License-Identifier: GPL-2.0-only
+SPDX-License-Identifier: LicenseRef-GPL-2.0-only-WITH-generic-OpenSSL-exception 
 -->
 
 <p align ="center"><img src=SWUpdate.svg width=200 height=200 /></p>