Skip to content

@gracious.tech/fetch-client / shared_types / MetaRestrictions

Interface: MetaRestrictions

shared_types.MetaRestrictions

Properties

forbid_limitless

forbid_limitless: boolean

There are limits on how much may be quoted for digital use NOTE Print restrictions should be manually reviewed by developers and don’t apply here

Defined in

client/src/shared_types.ts:47


forbid_commercial

forbid_commercial: boolean

Commercial use is forbidden

Defined in

client/src/shared_types.ts:50


forbid_derivatives

forbid_derivatives: boolean | "same-license"

Modifying the text is forbidden either entirely or if publishing under a different license

Defined in

client/src/shared_types.ts:53


forbid_attributionless

forbid_attributionless: boolean

The owner of the translation must be attributed whenever the text is used

Defined in

client/src/shared_types.ts:56


forbid_other

forbid_other: boolean

Other conditions that are significant enough to potentially be an issue for some users NOTE Licenses will always have slight variations so this should only be used if “significant”

Defined in

client/src/shared_types.ts:60