proper handling of licenses
This commit is contained in:
parent
06e0aae26f
commit
4243551d76
18 changed files with 69 additions and 1 deletions
|
@ -1,4 +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.
|
||||
mod vcd;
|
||||
pub use vcd::*;
|
||||
|
||||
pub use num::BigUint;
|
||||
pub use num::BigUint;
|
||||
|
|
Reference in a new issue