diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2021-01-12 16:51:10 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-11 23:51:10 -0800 |
commit | f18ae461a81f9323aef1a4a8c4b945fb58f63499 (patch) | |
tree | 587cd2e3c66e6e6d6329b957cc656bfc8e92c96a | |
parent | 275a5c65a20529cd4a3d775b8d8c6e9b261c76b1 (diff) |
chore: update copyright year (#9094)
-rw-r--r-- | runtime/examples/hello_runtime.rs | 2 | ||||
-rw-r--r-- | std/archive/tar.ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/runtime/examples/hello_runtime.rs b/runtime/examples/hello_runtime.rs index 829b2d36c..9b8e17a4c 100644 --- a/runtime/examples/hello_runtime.rs +++ b/runtime/examples/hello_runtime.rs @@ -1,4 +1,4 @@ -// Copyright 2020 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. use deno_core::error::AnyError; use deno_core::FsModuleLoader; diff --git a/std/archive/tar.ts b/std/archive/tar.ts index 1211fa287..f4194db3e 100644 --- a/std/archive/tar.ts +++ b/std/archive/tar.ts @@ -6,7 +6,7 @@ * * Copyright (c) 2011 T. Jameson Little * Copyright (c) 2019 Jun Kato - * Copyright (c) 2020 the Deno authors + * Copyright (c) 2018-2021 the Deno authors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal |