Skip to content

Commit

Permalink
chore: Add missing copyright headers (denoland#9910)
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronO committed Mar 27, 2021
1 parent fa67aeb commit 940b3a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions op_crates/webgpu/error.rs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
1 change: 1 addition & 0 deletions runtime/ops/webgpu.rs
Original file line number Diff line number Diff line change
@@ -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) {
Expand Down

0 comments on commit 940b3a2

Please sign in to comment.