Software Licenses

Software Licenses —

Synopsis


#include <libxfce4util/libxfce4util.h>


#define     XFCE_LICENSE_BSD
#define     XFCE_LICENSE_GPL
#define     XFCE_LICENSE_LGPL
enum        XfceLicenseTextType;
const gchar* xfce_get_license_text          (XfceLicenseTextType license_type);

Description

Details

XFCE_LICENSE_BSD

#define XFCE_LICENSE_BSD  (xfce_get_license_text (XFCE_LICENSE_TEXT_BSD))

Contains the text of the BSD license.


XFCE_LICENSE_GPL

#define XFCE_LICENSE_GPL  (xfce_get_license_text (XFCE_LICENSE_TEXT_GPL))

Contains the text of the GNU General Public License.


XFCE_LICENSE_LGPL

#define XFCE_LICENSE_LGPL (xfce_get_lic