summaryrefslogtreecommitdiff
path: root/ext/ffi/symbol.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ffi/symbol.rs')
-rw-r--r--ext/ffi/symbol.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ffi/symbol.rs b/ext/ffi/symbol.rs
index 0248c1fff..39466560b 100644
--- a/ext/ffi/symbol.rs
+++ b/ext/ffi/symbol.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
/// Defines the accepted types that can be used as
/// parameters and return values in FFI.