The following GridLAB-D branches are planned and/or released:
The restrictions forbid the removal of the copyright and legal notices. This is not actually a restriction, but a reminder of what goes without saying in a world where common sense is more common.
The restrictions also preclude the use of any contributor's name as an endorsement. This should not be interpreted as an actual restriction either, but a clarification because without the clause, the license does not grant recipients of the software permission to use the licensor's name anyway. But it makes the legal types happy. That's a good thing.
See The GridLAB License for details.
Functions | |
| STATUS | legal_license (void) |
| Displays the current user license. | |
| STATUS | legal_notice (void) |
| Displays the current legal banner. | |
| STATUS legal_license | ( | void | ) |
Displays the current user license.
Definition at line 91 of file legal.c.
References output_message(), and SUCCESS.
Referenced by cmdarg_load(), and mexFunction().
| STATUS legal_notice | ( | void | ) |
Displays the current legal banner.
Definition at line 73 of file legal.c.
References output_message(), and SUCCESS.
Referenced by cmdarg_load(), cmex_version(), and main().