diff options
Diffstat (limited to 'core/plugin_api.rs')
-rw-r--r-- | core/plugin_api.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/plugin_api.rs b/core/plugin_api.rs index d57a5b3b5..98eb3f2ca 100644 --- a/core/plugin_api.rs +++ b/core/plugin_api.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. // This file defines the public interface for dynamically loaded plugins. |