summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runtime/examples/hello_runtime.rs2
-rw-r--r--std/archive/tar.ts2
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