From 7043259d3ef4602df50c341e15e9137be8b62908 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 4 Oct 2020 23:45:15 +0100 Subject: [PATCH] add missing licence notice to bigfloat.rs Signed-off-by: Ian Jackson --- src/bigfloat.rs | 4 ++++ 1 file changed, 4 insertions(+) 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::*; -- 2.30.2