chiark / gitweb /
Apply OpenSSL exception to files with Eyre content
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 27 Sep 2022 22:37:20 +0000 (23:37 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 27 Sep 2022 22:37:20 +0000 (23:37 +0100)
eyre is permissively licenced, and we upgraded the licence when
incorporating it, so this is fine.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/reporter.rs

index 530534ae95855d84771ae551e942b68479b201fa..692e3edbf1fba27826a5b6a31dc20c3465d06b9b 100644 (file)
@@ -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::*;