diff options
Diffstat (limited to 'core/libdeno/api.cc')
-rw-r--r-- | core/libdeno/api.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/libdeno/api.cc b/core/libdeno/api.cc index 08e8a6de9..149709819 100644 --- a/core/libdeno/api.cc +++ b/core/libdeno/api.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 <stdio.h> #include <stdlib.h> #include <string.h> |