copyright notice
This commit is contained in:
parent
e1799f6d45
commit
fd48aebad4
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
// Copyright (c) 2022 Dimas Leenman <skythedragon@outlook.com>
|
||||
// This file is a part of HexoDSP. Released under GPL-3.0-or-later.
|
||||
// See README.md and COPYING for details.
|
||||
|
||||
use crate::dsp::{DspNode, LedPhaseVals, NodeContext, NodeId, ProcBuf, SAtom};
|
||||
use crate::nodes::{NodeAudioContext, NodeExecContext};
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
// Copyright (c) 2022 Dimas Leenman <skythedragon@outlook.com>
|
||||
// This file is a part of HexoDSP. Released under GPL-3.0-or-later.
|
||||
// See README.md and COPYING for details.
|
||||
|
||||
mod common;
|
||||
use common::*;
|
||||
|
||||
|
|
Loading…
Reference in a new issue