From f18ae461a81f9323aef1a4a8c4b945fb58f63499 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Tue, 12 Jan 2021 16:51:10 +0900 Subject: chore: update copyright year (#9094) --- runtime/examples/hello_runtime.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/examples/hello_runtime.rs') 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; -- cgit v1.2.3