Returns all attributes associated with a world license.
AW_CALLBACK_LICENSE_ATTRIBUTES
Only instances owned by the root account (citizen #1) may use aw_license_attributes.
If successful, the following attributes are returned:
AW_LICENSE_PASSWORD
AW_LICENSE_USERS
AW_LICENSE_RANGE
AW_LICENSE_EMAIL
AW_LICENSE_COMMENT
AW_LICENSE_CREATION_TIME
AW_LICENSE_EXPIRATION_TIME
AW_LICENSE_LAST_START
AW_LICENSE_LAST_ADDRESS
AW_LICENSE_HIDDEN
AW_LICENSE_ALLOW_TOURISTS
if (aw_license_attributes ("aw"))
puts ("No such license");
else
printf ("aw is licensed for %d users\n", aw_int (AW_LICENSE_USERS));
aw_license_add
aw_license_change
aw_license_delete
aw_license_next
aw_license_previous