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.
|
||||
|
||||
/// part of the vcd parser that handles parsing the signal tree and
|
||||
/// building the resulting signal tree
|
||||
use super::*;
|
||||
|
|
Reference in a new issue