chiark / gitweb /
add missing licence notice to bigfloat.rs
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 4 Oct 2020 22:45:15 +0000 (23:45 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 4 Oct 2020 22:45:15 +0000 (23:45 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/bigfloat.rs

index 2db73a98312a0cfde21f33e09186167cd96008df..9f484e02089771e6751e8c42403990ab31b5a744 100644 (file)
@@ -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::*;