add missing copyright headers
This commit is contained in:
parent
32253bc3f4
commit
41ce9b3474
|
@ -1,3 +1,6 @@
|
|||
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||
// See Notices.txt for copyright information
|
||||
|
||||
//! Fayalite Simulation
|
||||
|
||||
use crate::{
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||
// See Notices.txt for copyright information
|
||||
|
||||
use crate::{
|
||||
intern::{Intern, Interned},
|
||||
source_location::SourceLocation,
|
||||
|
|
Loading…
Reference in a new issue