Skip to content

Commit d4bf8ba

Browse files
authored
chore: add copyright_checker tool and add the missing copyright (denoland#17285)
1 parent 58bcd00 commit d4bf8ba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

serde_v8/magic/u16string.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
use super::transl8::{impl_magic, impl_wrapper, FromV8, ToV8};
1+
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
2+
23
use crate::Error;
34

5+
use super::transl8::{impl_magic, impl_wrapper, FromV8, ToV8};
6+
47
impl_wrapper!(
58
pub struct U16String(Vec<u16>);
69
);

0 commit comments

Comments
 (0)