From: Ian Jackson Date: Thu, 8 Jul 2021 19:31:57 +0000 (+0100) Subject: jstest: add missing copyright blocks X-Git-Tag: otter-0.7.2~228 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=832535b0dc2050985ce7d9cc177f7766cd39f01f;p=otter.git jstest: add missing copyright blocks Signed-off-by: Ian Jackson --- diff --git a/jstest/basic.nodejs b/jstest/basic.nodejs index 2a150fc3..ae33cdea 100644 --- a/jstest/basic.nodejs +++ b/jstest/basic.nodejs @@ -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 diff --git a/jstest/lower.nodejs b/jstest/lower.nodejs index 59ecff02..55ef29a3 100644 --- a/jstest/lower.nodejs +++ b/jstest/lower.nodejs @@ -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');