From 8b713b3f1807c1618f66930bce7a7b5f5da1d335 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 27 Sep 2022 23:37:46 +0100 Subject: [PATCH] Apply OpenSSL exception to files with psusan content psusan (like PuTTY) is permissively licenced, and we upgraded the licence when incorporating it, so this is fine. Signed-off-by: Ian Jackson --- uml/psusan-uml-inside | 2 +- uml/psusan-uml-psusan | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/uml/psusan-uml-inside b/uml/psusan-uml-inside index a0a7ca8..5f72509 100755 --- a/uml/psusan-uml-inside +++ b/uml/psusan-uml-inside @@ -1,6 +1,6 @@ #!/bin/bash # Copyright 2021-2022 Ian Jackson, Simon Tatham, and contributors to Hippotat -# SPDX-License-Identifier: GPL-3.0-or-later +# SPDX-License-Identifier: GPL-3.0-or-later WITH LicenseRef-Hippotat-OpenSSL-Exception # There is NO WARRANTY. set -ex diff --git a/uml/psusan-uml-psusan b/uml/psusan-uml-psusan index 5296aa5..f132338 100755 --- a/uml/psusan-uml-psusan +++ b/uml/psusan-uml-psusan @@ -1,6 +1,6 @@ #!/bin/bash # Copyright 2021-2022 Ian Jackson, Simon Tatham, and contributors to Hippotat -# SPDX-License-Identifier: GPL-3.0-or-later +# SPDX-License-Identifier: GPL-3.0-or-later WITH LicenseRef-Hippotat-OpenSSL-Exception # There is NO WARRANTY. set -e -- 2.30.2