diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2022-01-07 22:09:52 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-07 22:09:52 -0500 |
| commit | 1fb5858009f598ce3f917f9f49c466db81f4d9b0 (patch) | |
| tree | d11d37479040ee3adeaca5b828fddb8e7fd927a0 /ext/ffi | |
| parent | 12423e16b7df39b2bf995efd1376ba4b6ef41e02 (diff) | |
chore: update copyright to 2022 (#13306)
Co-authored-by: Erfan Safari <erfanshield@outlook.com>
Diffstat (limited to 'ext/ffi')
| -rw-r--r-- | ext/ffi/00_ffi.js | 2 | ||||
| -rw-r--r-- | ext/ffi/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/ffi/00_ffi.js b/ext/ffi/00_ffi.js index 48e2e4f92..b0bdbe8cf 100644 --- a/ext/ffi/00_ffi.js +++ b/ext/ffi/00_ffi.js @@ -1,4 +1,4 @@ -// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. "use strict"; ((window) => { diff --git a/ext/ffi/Cargo.toml b/ext/ffi/Cargo.toml index 018c0b341..5a5f719d7 100644 --- a/ext/ffi/Cargo.toml +++ b/ext/ffi/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. +# Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. [package] name = "deno_ffi" |
