update copyright to 2021 (#9081)

This commit is contained in:
Ryan Dahl 2021-01-10 21:59:07 -05:00 committed by GitHub
parent b0821fe9ce
commit 2b75a11559
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
347 changed files with 365 additions and 366 deletions

View file

@ -1,5 +1,5 @@
#!/usr/bin/env -S deno run --allow-net --allow-env
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
// A program to post files to gist.github.com. Use the following to install it:
// deno install -f --allow-env --allow-read --allow-net=api.github.com https://deno.land/std/examples/gist.ts
import { parse } from "../flags/mod.ts";