summaryrefslogtreecommitdiff
path: root/cli/cache/http_cache.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/cache/http_cache.rs')
-rw-r--r--cli/cache/http_cache.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/cache/http_cache.rs b/cli/cache/http_cache.rs
index f4cf3ef11..4be3166c9 100644
--- a/cli/cache/http_cache.rs
+++ b/cli/cache/http_cache.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
//! This module is meant to eventually implement HTTP cache
//! as defined in RFC 7234 (<https://tools.ietf.org/html/rfc7234>).
//! Currently it's a very simplified version to fulfill Deno needs