Add licensing info to backend files

This commit is contained in:
mars 2022-11-04 16:53:23 -06:00
parent aa333b0fe4
commit 7294c0402c
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,6 @@
// Copyright (c) 2022 Marceline Cramer
// SDPX-License-Identifier: LGPL-3.0-or-later
//! This module defines backends for WebAssembly execution.
//!
//! Canary is designed to support multiple WebAssembly runtimes for different

View File

@ -1,3 +1,6 @@
// Copyright (c) 2022 Marceline Cramer
// SDPX-License-Identifier: LGPL-3.0-or-later
use std::ops::DerefMut;
use super::{Arc, Backend, Instance, PanelId};