summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/napi/module.c2
-rw-r--r--tests/unit_node/crypto/generate_keys.mjs2
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/napi/module.c b/tests/napi/module.c
index 4548aa37f..1ae2ace5d 100644
--- a/tests/napi/module.c
+++ b/tests/napi/module.c
@@ -1,3 +1,5 @@
+// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+
typedef struct napi_module {
int nm_version;
unsigned int nm_flags;
diff --git a/tests/unit_node/crypto/generate_keys.mjs b/tests/unit_node/crypto/generate_keys.mjs
index 8646fbcd1..29d9f570f 100644
--- a/tests/unit_node/crypto/generate_keys.mjs
+++ b/tests/unit_node/crypto/generate_keys.mjs
@@ -1,3 +1,5 @@
+// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+
import { writeFileSync } from "node:fs";
import { join } from "node:path";
import crypto from "node:crypto";