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.
((window) => {
const { stat, statSync, chmod, chmodSync } = window.__bootstrap.fs;
const { open, openSync } = window.__bootstrap.files;