From 76f4f202e7be3835bd3d95af9e1c485a4b4695fe Mon Sep 17 00:00:00 2001 From: Kenta Moriuchi Date: Tue, 13 Aug 2024 01:41:32 +0900 Subject: chore: update the copyright of c, mjs, and jsx (#25005) --- tests/unit_node/crypto/generate_keys.mjs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/unit_node/crypto') 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"; -- cgit v1.2.3