summaryrefslogtreecommitdiff
path: root/test_util/src/servers
diff options
context:
space:
mode:
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;