summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2022-01-20 19:57:25 +0530
committerGitHub <noreply@github.com>2022-01-20 19:57:25 +0530
commit23647a0d8a409d9a242a7ff5ecfae89fdda8a1bb (patch)
treec9c0fbd339410b0db84fb46133cd530d5244c577
parent3ab68bd0a2aff6df12388f2c3b5ed7ae3333a6ca (diff)
fix(ext/ffi): update copyright year to 2022 (#13440)
-rw-r--r--ext/ffi/lib.rs2
1 files changed, 1 insertions, 1 deletions
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;