Skip to content

Commit

Permalink
Added SPDX headers to the source files in preparation for the first r…
Browse files Browse the repository at this point in the history
…elease.
  • Loading branch information
pleepleus committed Nov 22, 2023
1 parent 90cbc27 commit 5314ada
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/biquad.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2023 Enphase Energy, Inc.
//
// SPDX-License-Identifier: Apache-2.0

#[allow(unused_imports)]
use micromath::F32Ext; // enable floating point sin/cos approximations in microcontrollers

Expand Down
4 changes: 4 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2023 Enphase Energy, Inc.
//
// SPDX-License-Identifier: Apache-2.0

/*!
# `fixed-filters`
Expand Down

0 comments on commit 5314ada

Please sign in to comment.