Property

IpuzPuzzle:license

Declaration

property license: utf8 [ read, write ]

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 valueNULL
Getter methodipuz_puzzle_get_license()
Setter methodipuz_puzzle_set_license()

Flags

Readableyes
Writableyes
Constructno
Construct onlyno