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/http | |
parent | 12423e16b7df39b2bf995efd1376ba4b6ef41e02 (diff) |
chore: update copyright to 2022 (#13306)
Co-authored-by: Erfan Safari <erfanshield@outlook.com>
Diffstat (limited to 'ext/http')
-rw-r--r-- | ext/http/01_http.js | 2 | ||||
-rw-r--r-- | ext/http/Cargo.toml | 2 | ||||
-rw-r--r-- | ext/http/lib.rs | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ext/http/01_http.js b/ext/http/01_http.js index 4922ed07a..f04ba8494 100644 --- a/ext/http/01_http.js +++ b/ext/http/01_http.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/http/Cargo.toml b/ext/http/Cargo.toml index 6df72db78..03d958f2e 100644 --- a/ext/http/Cargo.toml +++ b/ext/http/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_http" diff --git a/ext/http/lib.rs b/ext/http/lib.rs index 5a14f845f..24dd77c92 100644 --- a/ext/http/lib.rs +++ b/ext/http/lib.rs @@ -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 bytes::Bytes; use deno_core::error::custom_error; |