summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/isolate.rs2
-rw-r--r--core/libdeno/modules.cc2
-rw-r--r--core/modules.rs2
-rw-r--r--core/shared_queue.rs2
4 files changed, 4 insertions, 4 deletions
diff --git a/core/isolate.rs b/core/isolate.rs
index d2822e2b9..9c4595eb0 100644
--- a/core/isolate.rs
+++ b/core/isolate.rs
@@ -1,4 +1,4 @@
-// Copyright 2018 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
// Do not add any dependency to modules.rs!
// modules.rs is complex and should remain decoupled from isolate.rs to keep the
diff --git a/core/libdeno/modules.cc b/core/libdeno/modules.cc
index bb7dc5d98..9ccdbcadb 100644
--- a/core/libdeno/modules.cc
+++ b/core/libdeno/modules.cc
@@ -1,4 +1,4 @@
-// Copyright 2018 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
#include "exceptions.h"
#include "internal.h"
diff --git a/core/modules.rs b/core/modules.rs
index bab701840..0248e338d 100644
--- a/core/modules.rs
+++ b/core/modules.rs
@@ -1,4 +1,4 @@
-// Copyright 2018 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
// Implementation note: one could imagine combining this module with Isolate to
// provide a more intuitive high-level API. However, due to the complexity
diff --git a/core/shared_queue.rs b/core/shared_queue.rs
index dbb738f15..2bb0f69a5 100644
--- a/core/shared_queue.rs
+++ b/core/shared_queue.rs
@@ -1,4 +1,4 @@
-// Copyright 2018 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
/*
SharedQueue Binary Layout
+-------------------------------+-------------------------------+