copyright notice

This commit is contained in:
Dimas Leenman 2022-08-08 14:19:32 +02:00
parent e1799f6d45
commit fd48aebad4
2 changed files with 8 additions and 0 deletions

View file

@ -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};

View file

@ -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::*;