add missing copyright headers
All checks were successful
/ deps (push) Successful in 11m33s
/ test (push) Successful in 4m51s

This commit is contained in:
Jacob Lifshay 2024-11-07 21:50:31 -08:00
parent 32253bc3f4
commit 41ce9b3474
Signed by: programmerjake
SSH key fingerprint: SHA256:B1iRVvUJkvd7upMIiMqn6OyxvD2SgJkAH3ZnUOj6z+c
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,6 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
// See Notices.txt for copyright information
//! Fayalite Simulation
use crate::{

View file

@ -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,