diff options
Diffstat (limited to 'std/fmt/printf.ts')
-rw-r--r-- | std/fmt/printf.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/fmt/printf.ts b/std/fmt/printf.ts index 27d4acca9..4f8a83933 100644 --- a/std/fmt/printf.ts +++ b/std/fmt/printf.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. /** * This implementation is inspired by POSIX and Golang but does not port * implementation code. */ |