summaryrefslogtreecommitdiff
path: root/runtime/ops
diff options
context:
space:
mode:
authorAaron O'Mullan <aaron.omullan@gmail.com>2021-03-27 01:33:06 +0100
committerGitHub <noreply@github.com>2021-03-27 01:33:06 +0100
commit940b3a26bde813c43cc156141c2366cacd827e77 (patch)
treeb66a7f348a46eb37ef35641f85c424a455a95a76 /runtime/ops
parentfa67aeb026dca341cf25703de0f7a64fb80fe8cc (diff)
chore: Add missing copyright headers (#9910)
Diffstat (limited to 'runtime/ops')
-rw-r--r--runtime/ops/webgpu.rs1
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) {