summaryrefslogtreecommitdiff
path: root/cli/tests/testdata
diff options
context:
space:
mode:
authorYoshiya Hinosawa <stibium121@gmail.com>2022-01-20 16:10:16 +0900
committerGitHub <noreply@github.com>2022-01-20 16:10:16 +0900
commit4c1053ad33cad119569acca7d63f5544e025a880 (patch)
treeb5a45e8ab0e92b84a1e1ac3b2c9cce958741e84c /cli/tests/testdata
parentee51c3ddd90f6f4e852a65895519768c8a815116 (diff)
chore: update copyright year (#13434)
Diffstat (limited to 'cli/tests/testdata')
-rw-r--r--cli/tests/testdata/045_programmatic_proxy_client.ts2
-rw-r--r--cli/tests/testdata/045_proxy_client.ts2
-rw-r--r--cli/tests/testdata/045_proxy_test.ts2
-rw-r--r--cli/tests/testdata/compiler_api_test.ts2
-rw-r--r--cli/tests/testdata/websocket_test.ts2
-rw-r--r--cli/tests/testdata/websocketstream_test.ts2
-rw-r--r--cli/tests/testdata/workers/test.ts2
7 files changed, 7 insertions, 7 deletions
diff --git a/cli/tests/testdata/045_programmatic_proxy_client.ts b/cli/tests/testdata/045_programmatic_proxy_client.ts
index cd6659978..039c6e9ae 100644
--- a/cli/tests/testdata/045_programmatic_proxy_client.ts
+++ b/cli/tests/testdata/045_programmatic_proxy_client.ts
@@ -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.
const client = Deno.createHttpClient({
proxy: {
diff --git a/cli/tests/testdata/045_proxy_client.ts b/cli/tests/testdata/045_proxy_client.ts
index fe9129312..9d068bc48 100644
--- a/cli/tests/testdata/045_proxy_client.ts
+++ b/cli/tests/testdata/045_proxy_client.ts
@@ -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.
const res = await fetch(
"http://localhost:4545/045_mod.ts",
);
diff --git a/cli/tests/testdata/045_proxy_test.ts b/cli/tests/testdata/045_proxy_test.ts
index e185b04f0..d6edf2be9 100644
--- a/cli/tests/testdata/045_proxy_test.ts
+++ b/cli/tests/testdata/045_proxy_test.ts
@@ -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.
import { Server } from "../../../test_util/std/http/server.ts";
import { assertEquals } from "../../../test_util/std/testing/asserts.ts";
diff --git a/cli/tests/testdata/compiler_api_test.ts b/cli/tests/testdata/compiler_api_test.ts
index 41378f941..168d70ce6 100644
--- a/cli/tests/testdata/compiler_api_test.ts
+++ b/cli/tests/testdata/compiler_api_test.ts
@@ -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.
import {
assert,
assertEquals,
diff --git a/cli/tests/testdata/websocket_test.ts b/cli/tests/testdata/websocket_test.ts
index 5229ad875..1572e0e67 100644
--- a/cli/tests/testdata/websocket_test.ts
+++ b/cli/tests/testdata/websocket_test.ts
@@ -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.
import {
assert,
assertEquals,
diff --git a/cli/tests/testdata/websocketstream_test.ts b/cli/tests/testdata/websocketstream_test.ts
index b43b90139..254ffd479 100644
--- a/cli/tests/testdata/websocketstream_test.ts
+++ b/cli/tests/testdata/websocketstream_test.ts
@@ -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.
import {
assert,
diff --git a/cli/tests/testdata/workers/test.ts b/cli/tests/testdata/workers/test.ts
index 43df417fb..bb9d56fe0 100644
--- a/cli/tests/testdata/workers/test.ts
+++ b/cli/tests/testdata/workers/test.ts
@@ -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.
// Requires to be run with `--allow-net` flag