proper handling of licenses
This commit is contained in:
parent
06e0aae26f
commit
4243551d76
18 changed files with 69 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
// Copyright (C) 2022 Yehowshua Immanuel
|
||||
// This program is distributed under both the GPLV3 license
|
||||
// and the YEHOWSHUA license, both of which can be found at
|
||||
// the root of the folder containing the sources for this program.
|
||||
use clap::Parser;
|
||||
use std::fs::File;
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
// Copyright (C) 2022 Yehowshua Immanuel
|
||||
// This program is distributed under both the GPLV3 license
|
||||
// and the YEHOWSHUA license, both of which can be found at
|
||||
// the root of the folder containing the sources for this program.
|
||||
use std::fs::File;
|
||||
|
||||
use fastwave::*;
|
||||
|
|
Reference in a new issue