MIDI Pipeline Reference Manual  2.8.3
Functions
Miscellaneous Utilities

Functions

const char * midi_get_license (void)
 Get the pipeline copyright and license.

Detailed Description


Function Documentation

const char* midi_get_license ( void  )

Get the pipeline copyright and license.

Returns:
The copyright and license string

The function returns a pointer to the statically allocated license string. This string should not be modified using the returned pointer.

Definition at line 57 of file midi_utils.c.

Referenced by cpl_plugin_get_info().