diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2022-01-20 19:57:25 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-20 19:57:25 +0530 |
commit | 23647a0d8a409d9a242a7ff5ecfae89fdda8a1bb (patch) | |
tree | c9c0fbd339410b0db84fb46133cd530d5244c577 | |
parent | 3ab68bd0a2aff6df12388f2c3b5ed7ae3333a6ca (diff) |
fix(ext/ffi): update copyright year to 2022 (#13440)
-rw-r--r-- | ext/ffi/lib.rs | 2 |
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; |