diff options
Diffstat (limited to 'ext/http/compressible.rs')
-rw-r--r-- | ext/http/compressible.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/http/compressible.rs b/ext/http/compressible.rs index d3c1fc7a8..102a4943f 100644 --- a/ext/http/compressible.rs +++ b/ext/http/compressible.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. use phf::phf_set; use std::str::FromStr; |