summaryrefslogtreecommitdiff
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
parentfa67aeb026dca341cf25703de0f7a64fb80fe8cc (diff)
chore: Add missing copyright headers (#9910)
-rw-r--r--op_crates/webgpu/error.rs1
-rw-r--r--runtime/ops/webgpu.rs1
2 files changed, 2 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;
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) {