diff options
Diffstat (limited to 'core/libdeno/modules.cc')
-rw-r--r-- | core/libdeno/modules.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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" |