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/napi/module.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/napi/module.c') 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; -- cgit v1.2.3