/Who owns the code?

FISTAU

You. Period.

As long as the graph that you input in the editor belongs to you, the graph artwork will belong to you, the code that is produced belongs to you and the sources will contain attribution as entered in the appropriate fields in the editor.  No AI is used to produce the source code and all the sources are included in the file that you get from the “Get FSA” button.

The files have a header that looks like this:

//  Module Name:  My_State_Machine
//  
//  Author:       Pierre Coder
//  Date:         2025-06-02
//  Time:         18:26:06
// 
//  Generated by: ../../grip v0.4
// /* Compile with -D__TESTING__ to produce a unit test */
//  
//

 

In the above, “grip” is the name of the program that translates the graph into a C program. Here, “grip” stands for “graphic representation of iterative processes”.