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 /runtime | |
| parent | fa67aeb026dca341cf25703de0f7a64fb80fe8cc (diff) | |
chore: Add missing copyright headers (#9910)
Diffstat (limited to 'runtime')
| -rw-r--r-- | runtime/ops/webgpu.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/ops/webgpu.rs b/runtime/ops/webgpu.rs index bee08b9f6..d48913ce8 100644 --- a/runtime/ops/webgpu.rs +++ b/runtime/ops/webgpu.rs @@ -1,3 +1,4 @@ +// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. use deno_webgpu::*; pub fn init(rt: &mut deno_core::JsRuntime) { |
