From 832535b0dc2050985ce7d9cc177f7766cd39f01f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 8 Jul 2021 20:31:57 +0100 Subject: [PATCH] jstest: add missing copyright blocks Signed-off-by: Ian Jackson --- jstest/basic.nodejs | 4 ++++ jstest/lower.nodejs | 4 ++++ 2 files changed, 8 insertions(+) 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'); -- 2.30.2