diff options
Diffstat (limited to 'libdeno/file_util.cc')
-rw-r--r-- | libdeno/file_util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdeno/file_util.cc b/libdeno/file_util.cc index 8df0dafea..256f4f257 100644 --- a/libdeno/file_util.cc +++ b/libdeno/file_util.cc @@ -1,4 +1,4 @@ -// Copyright 2018 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. #include <inttypes.h> #include <limits.h> #include <stdint.h> |