summaryrefslogtreecommitdiff
path: root/test_util/src/servers
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-01-01 14:58:21 -0500
committerGitHub <noreply@github.com>2024-01-01 19:58:21 +0000
commit7e72f3af6152d4b62c2ea94d025dfa297a6b0cb4 (patch)
tree76753f501bbede065efca7a0b62b823d64a2d9de /test_util/src/servers
parent8ba828b41e2609c91d993aec464035d62320fdad (diff)
chore: update copyright to 2024 (#21753)
Diffstat (limited to 'test_util/src/servers')
-rw-r--r--test_util/src/servers/grpc.rs2
-rw-r--r--test_util/src/servers/hyper_utils.rs2
-rw-r--r--test_util/src/servers/mod.rs2
-rw-r--r--test_util/src/servers/registry.rs2
-rw-r--r--test_util/src/servers/ws.rs2
5 files changed, 5 insertions, 5 deletions
diff --git a/test_util/src/servers/grpc.rs b/test_util/src/servers/grpc.rs
index dfbf160f6..144afc06a 100644
--- a/test_util/src/servers/grpc.rs
+++ b/test_util/src/servers/grpc.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
use futures::StreamExt;
use h2;
diff --git a/test_util/src/servers/hyper_utils.rs b/test_util/src/servers/hyper_utils.rs
index 9f61f022f..e7af25d92 100644
--- a/test_util/src/servers/hyper_utils.rs
+++ b/test_util/src/servers/hyper_utils.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
use bytes::Bytes;
use futures::Future;
diff --git a/test_util/src/servers/mod.rs b/test_util/src/servers/mod.rs
index 6d8b83414..304d450b4 100644
--- a/test_util/src/servers/mod.rs
+++ b/test_util/src/servers/mod.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
// Usage: provide a port as argument to run hyper_hello benchmark server
// otherwise this starts multiple servers on many ports for test endpoints.
use base64::prelude::BASE64_STANDARD;
diff --git a/test_util/src/servers/registry.rs b/test_util/src/servers/registry.rs
index 50a9ac69f..c88045a0d 100644
--- a/test_util/src/servers/registry.rs
+++ b/test_util/src/servers/registry.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
use super::run_server;
use super::ServerKind;
diff --git a/test_util/src/servers/ws.rs b/test_util/src/servers/ws.rs
index 48e4cae8b..815119b6a 100644
--- a/test_util/src/servers/ws.rs
+++ b/test_util/src/servers/ws.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
use anyhow::anyhow;
use bytes::Bytes;