mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
chore: Add missing copyright headers (#9910)
This commit is contained in:
parent
fa67aeb026
commit
940b3a26bd
2 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue