summaryrefslogtreecommitdiff
path: root/runtime/examples/hello_runtime.rs
diff options
context:
space:
mode:
authorYoshiya Hinosawa <stibium121@gmail.com>2021-01-12 16:51:10 +0900
committerGitHub <noreply@github.com>2021-01-11 23:51:10 -0800
commitf18ae461a81f9323aef1a4a8c4b945fb58f63499 (patch)
tree587cd2e3c66e6e6d6329b957cc656bfc8e92c96a /runtime/examples/hello_runtime.rs
parent275a5c65a20529cd4a3d775b8d8c6e9b261c76b1 (diff)
chore: update copyright year (#9094)
Diffstat (limited to 'runtime/examples/hello_runtime.rs')
-rw-r--r--runtime/examples/hello_runtime.rs2
1 files changed, 1 insertions, 1 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;