Skip to content

Commit

Permalink
Add missing copyright info
Browse files Browse the repository at this point in the history
  • Loading branch information
Gekkio committed Dec 1, 2024
1 parent e4e66fd commit deedaf8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions model/src/parser/sram/sop_28.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2024 Joonas Javanainen <[email protected]>
//
// SPDX-License-Identifier: MIT

use super::Ram;
use crate::{
macros::single_parser,
Expand Down
4 changes: 4 additions & 0 deletions model/src/parser/sram/tsop_i_28.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2024 Joonas Javanainen <[email protected]>
//
// SPDX-License-Identifier: MIT

use super::Ram;
use crate::{
macros::single_parser,
Expand Down

0 comments on commit deedaf8

Please sign in to comment.