summaryrefslogtreecommitdiff
path: root/op_crates/fetch
diff options
context:
space:
mode:
authorYusuke Tanaka <yusuktan@maguro.dev>2021-01-12 02:13:41 +0900
committerGitHub <noreply@github.com>2021-01-11 18:13:41 +0100
commitd8fd71afdf0c5d62b7ae2b9eb7b877ca74f3c2e7 (patch)
treec8774388adbb9170058d71e924def93079b927f3 /op_crates/fetch
parentd676b6c63ada85801673f0e691f8ba11e44e347a (diff)
chore: update copyright to 2021 (#9092)
Diffstat (limited to 'op_crates/fetch')
-rw-r--r--op_crates/fetch/01_fetch_util.js2
-rw-r--r--op_crates/fetch/03_dom_iterable.js2
-rw-r--r--op_crates/fetch/11_streams.js2
-rw-r--r--op_crates/fetch/20_headers.js2
-rw-r--r--op_crates/fetch/26_fetch.js2
-rw-r--r--op_crates/fetch/Cargo.toml2
-rw-r--r--op_crates/fetch/lib.deno_fetch.d.ts2
-rw-r--r--op_crates/fetch/lib.rs2
8 files changed, 8 insertions, 8 deletions
diff --git a/op_crates/fetch/01_fetch_util.js b/op_crates/fetch/01_fetch_util.js
index 07f45d821..b747037bd 100644
--- a/op_crates/fetch/01_fetch_util.js
+++ b/op_crates/fetch/01_fetch_util.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
((window) => {
function requiredArguments(
diff --git a/op_crates/fetch/03_dom_iterable.js b/op_crates/fetch/03_dom_iterable.js
index bea60b61f..54e1c9227 100644
--- a/op_crates/fetch/03_dom_iterable.js
+++ b/op_crates/fetch/03_dom_iterable.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
((window) => {
const { requiredArguments } = window.__bootstrap.fetchUtil;
diff --git a/op_crates/fetch/11_streams.js b/op_crates/fetch/11_streams.js
index 69787d24a..0704465cc 100644
--- a/op_crates/fetch/11_streams.js
+++ b/op_crates/fetch/11_streams.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
// This code closely follows the WHATWG Stream Specification
// See: https://streams.spec.whatwg.org/
diff --git a/op_crates/fetch/20_headers.js b/op_crates/fetch/20_headers.js
index 4202bea41..7ee19945e 100644
--- a/op_crates/fetch/20_headers.js
+++ b/op_crates/fetch/20_headers.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
((window) => {
const { DomIterableMixin } = window.__bootstrap.domIterable;
diff --git a/op_crates/fetch/26_fetch.js b/op_crates/fetch/26_fetch.js
index 2d50f1142..f5147d6b9 100644
--- a/op_crates/fetch/26_fetch.js
+++ b/op_crates/fetch/26_fetch.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
((window) => {
const core = window.Deno.core;
diff --git a/op_crates/fetch/Cargo.toml b/op_crates/fetch/Cargo.toml
index 855695475..6916685fb 100644
--- a/op_crates/fetch/Cargo.toml
+++ b/op_crates/fetch/Cargo.toml
@@ -1,4 +1,4 @@
-# Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
+# Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
[package]
name = "deno_fetch"
diff --git a/op_crates/fetch/lib.deno_fetch.d.ts b/op_crates/fetch/lib.deno_fetch.d.ts
index 0b3036e2c..30c031747 100644
--- a/op_crates/fetch/lib.deno_fetch.d.ts
+++ b/op_crates/fetch/lib.deno_fetch.d.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
// deno-lint-ignore-file no-explicit-any
diff --git a/op_crates/fetch/lib.rs b/op_crates/fetch/lib.rs
index 0a2623c34..b47039b08 100644
--- a/op_crates/fetch/lib.rs
+++ b/op_crates/fetch/lib.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
#![deny(warnings)]