chore: update copyright to 2021 (#9092)

This commit is contained in:
Yusuke Tanaka 2021-01-12 02:13:41 +09:00 committed by GitHub
parent d676b6c63a
commit d8fd71afdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
269 changed files with 269 additions and 269 deletions

View file

@ -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.
import { assert, assertEquals, unitTest } from "./test_util.ts";
import { concat } from "../../../std/bytes/mod.ts";
import { decode } from "../../../std/encoding/utf8.ts";