Do I **need** to add any features?

If I just want a very simple "on/off" type of license for my code, do I need to add features? I am looking at the "ExampleC" and there are about 12 lines commented out for getting features from the license. Do I need these? I will want to use features, but right now, I just want a very simple implementation, especially since I have to port this into FORTRAN.

Thank you!!

Oren

Hey Oren,

No, you don't need features. You only need them if you want to enable/disable certain parts of your program (instead of the whole program). So, for example, selling special "modules" of your program that customers can optionally buy.

Does that make sense?

Perfect! Thank you very much!