Skip to content

Commit

Permalink
Merge pull request #181 from OpenPecha/fix-core-metadata
Browse files Browse the repository at this point in the history
fix(metadata): add under copyright license
  • Loading branch information
10zinten authored Aug 11, 2022
2 parents 473bb78 + ceb9e39 commit 5f8bcdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openpecha/core/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ class LicenseType(Enum):
CC_BY_NC = "CC BY-NC"
CC_BY_NC_SA = "CC BY-NC-SA"
CC_BY_NC_ND = "CC BY-NC-ND"

UNDER_COPYRIGHT = "under copyright"


class PechaMetadata(BaseModel):
Expand Down

0 comments on commit 5f8bcdb

Please sign in to comment.