proper handling of licenses

This commit is contained in:
Yehowshua Immanuel 2022-09-14 16:28:12 -04:00
parent 06e0aae26f
commit 4243551d76
18 changed files with 69 additions and 1 deletions

View 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 clap::Parser;
use std::fs::File;

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