From 23647a0d8a409d9a242a7ff5ecfae89fdda8a1bb Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Thu, 20 Jan 2022 19:57:25 +0530 Subject: fix(ext/ffi): update copyright year to 2022 (#13440) --- ext/ffi/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/ffi/lib.rs b/ext/ffi/lib.rs index 44f2e914e..3075684d8 100644 --- a/ext/ffi/lib.rs +++ b/ext/ffi/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2021 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. use deno_core::error::bad_resource_id; use deno_core::error::generic_error; -- cgit v1.2.3