diff options
Diffstat (limited to 'libdeno/snapshot_creator.cc')
-rw-r--r-- | libdeno/snapshot_creator.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdeno/snapshot_creator.cc b/libdeno/snapshot_creator.cc index ff18bed02..74fdef836 100644 --- a/libdeno/snapshot_creator.cc +++ b/libdeno/snapshot_creator.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. // Hint: --trace_serializer is a useful debugging flag. #include <fstream> #include <iostream> |