From 7e72f3af6152d4b62c2ea94d025dfa297a6b0cb4 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 1 Jan 2024 14:58:21 -0500 Subject: chore: update copyright to 2024 (#21753) --- test_util/src/servers/grpc.rs | 2 +- test_util/src/servers/hyper_utils.rs | 2 +- test_util/src/servers/mod.rs | 2 +- test_util/src/servers/registry.rs | 2 +- test_util/src/servers/ws.rs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'test_util/src/servers') 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; -- cgit v1.2.3