From: Ian Jackson Date: Tue, 27 Sep 2022 22:37:20 +0000 (+0100) Subject: Apply OpenSSL exception to files with Eyre content X-Git-Tag: hippotat/1.0.0~6 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=c6d5a6e979aeb2a5ff0a529c850418f4932c9f7e;p=hippotat.git 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 --- 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::*;