chiark / gitweb /
jstest: add missing copyright blocks
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 8 Jul 2021 19:31:57 +0000 (20:31 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 8 Jul 2021 19:31:57 +0000 (20:31 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
jstest/basic.nodejs
jstest/lower.nodejs

index 2a150fc3b26f39632ed42ff469c02ad0352e8e8a..ae33cdea4ae6217cb1d40679d05cc8c541080b89 100644 (file)
@@ -1,5 +1,9 @@
 // -*- JavaScript -*-
 //
+// Copyright 2020-2021 Ian Jackson and contributors to Otter
+// SPDX-License-Identifier: AGPL-3.0-or-later
+// There is NO WARRANTY.
+//
 // @@expect
 // g000000000
 // @@end
index 59ecff023463f5f56104da3bcc7e7f27059d6322..55ef29a3c06a00f77f2cb1300b321140d4afe834 100644 (file)
@@ -1,4 +1,8 @@
 // -*- JavaScript -*-
+//
+// Copyright 2020-2021 Ian Jackson and contributors to Otter
+// SPDX-License-Identifier: AGPL-3.0-or-later
+// There is NO WARRANTY.
 
 const fs = require('fs');
 let wasm_bindgen = require('otter_wasm.js');