diff options
Diffstat (limited to 'std/uuid/mod.ts')
-rw-r--r-- | std/uuid/mod.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/uuid/mod.ts b/std/uuid/mod.ts index ff20fa807..b2580319c 100644 --- a/std/uuid/mod.ts +++ b/std/uuid/mod.ts @@ -1,6 +1,6 @@ // Based on https://github.com/kelektiv/node-uuid -> https://www.ietf.org/rfc/rfc4122.txt // Supporting Support for RFC4122 version 1, 4, and 5 UUIDs -// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. import * as v1 from "./v1.ts"; import * as v4 from "./v4.ts"; import * as v5 from "./v5.ts"; |