From 940b3a26bde813c43cc156141c2366cacd827e77 Mon Sep 17 00:00:00 2001 From: Aaron O'Mullan Date: Sat, 27 Mar 2021 01:33:06 +0100 Subject: chore: Add missing copyright headers (#9910) --- op_crates/webgpu/error.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'op_crates/webgpu') 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; -- cgit v1.2.3