diff options
Diffstat (limited to 'core/libdeno/exceptions.cc')
-rw-r--r-- | core/libdeno/exceptions.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/libdeno/exceptions.cc b/core/libdeno/exceptions.cc index 64328e94d..7f622da80 100644 --- a/core/libdeno/exceptions.cc +++ b/core/libdeno/exceptions.cc @@ -1,4 +1,4 @@ -// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. #include "exceptions.h" #include <string> #include "internal.h" |