summaryrefslogtreecommitdiff
path: root/ext/http
diff options
context:
space:
mode:
Diffstat (limited to 'ext/http')
-rw-r--r--ext/http/01_http.js2
-rw-r--r--ext/http/Cargo.toml2
-rw-r--r--ext/http/lib.rs2
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;