Property
IpuzPuzzle:license
Description [src]
License of the puzzle.
The license is expected to be a recognized description of a well-known license, and not the full text of the license. The description should come from the SPDX License List when applicable. Otherwise, a URL is recommended for a custom or proprietary license.
Example license strings:
"CC-BY-SA-2.0"
"https://www.example.com/licensing.html"
This is a libipuz-only extension to the ipuz spec.
Type: | gchar* |
Default value | NULL |
Getter method | ipuz_puzzle_get_license() |
Setter method | ipuz_puzzle_set_license() |