mirror of
https://github.com/denoland/deno.git
synced 2025-10-01 14:41:15 +00:00
update copyright to 2021 (#9081)
This commit is contained in:
parent
b0821fe9ce
commit
2b75a11559
347 changed files with 365 additions and 366 deletions
|
@ -1,6 +1,6 @@
|
|||
// Test cases copied from https://github.com/LinusU/base32-encode/blob/master/test.js
|
||||
// Copyright (c) 2016-2017 Linus Unnebäck. MIT license.
|
||||
// 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 } from "../testing/asserts.ts";
|
||||
import { decode, encode } from "./base32.ts";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue