From c6d5a6e979aeb2a5ff0a529c850418f4932c9f7e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 27 Sep 2022 23:37:20 +0100 Subject: [PATCH] Apply OpenSSL exception to files with Eyre content eyre is permissively licenced, and we upgraded the licence when incorporating it, so this is fine. Signed-off-by: Ian Jackson --- src/reporter.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reporter.rs b/src/reporter.rs index 530534a..692e3ed 100644 --- a/src/reporter.rs +++ b/src/reporter.rs @@ -1,5 +1,5 @@ // Copyright 2021-2022 Ian Jackson, yaahc and contributors to Hippotat and Eyre -// 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. use crate::prelude::*; -- 2.30.2