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,8 @@
|
|||
// 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.
|
||||
|
||||
// TODO: we should eventually be able to only test on just
|
||||
// the files const
|
||||
pub const FILES : [&str; 30] = [
|
||||
|
|
|
@ -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;
|
||||
|
||||
mod files;
|
||||
|
|
Reference in a new issue