diff options
author | Aaron O'Mullan <aaron.omullan@gmail.com> | 2021-03-27 01:33:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-27 01:33:06 +0100 |
commit | 940b3a26bde813c43cc156141c2366cacd827e77 (patch) | |
tree | b66a7f348a46eb37ef35641f85c424a455a95a76 /op_crates/webgpu/error.rs | |
parent | fa67aeb026dca341cf25703de0f7a64fb80fe8cc (diff) |
chore: Add missing copyright headers (#9910)
Diffstat (limited to 'op_crates/webgpu/error.rs')
-rw-r--r-- | op_crates/webgpu/error.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/op_crates/webgpu/error.rs b/op_crates/webgpu/error.rs index 52741d984..15036512e 100644 --- a/op_crates/webgpu/error.rs +++ b/op_crates/webgpu/error.rs @@ -1,3 +1,4 @@ +// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. use deno_core::error::AnyError; use serde::Serialize; use std::fmt; |