From: Ian Jackson Date: Sun, 4 Oct 2020 22:45:15 +0000 (+0100) Subject: add missing licence notice to bigfloat.rs X-Git-Tag: otter-0.2.0~750 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=7043259d3ef4602df50c341e15e9137be8b62908;p=otter.git add missing licence notice to bigfloat.rs Signed-off-by: Ian Jackson --- diff --git a/src/bigfloat.rs b/src/bigfloat.rs index 2db73a98..9f484e02 100644 --- a/src/bigfloat.rs +++ b/src/bigfloat.rs @@ -1,3 +1,7 @@ +// Copyright 2020 Ian Jackson +// SPDX-License-Identifier: AGPL-3.0-or-later +// There is NO WARRANTY. + // See bigfloat.ts use crate::imports::*;