Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
const CopyrightText = [
  {
    '@id': 'schema:copyrightHolder',
    '@type': 'rdf:Property',
    domain: ['schema:CreativeWork'],
    range: ['schema:Organization', 'schema:Person'],
    comment: 'The party holding the legal copyright to the CreativeWork.',
    label: 'copyrightHolder',
  },
  {
    '@id': 'schema:copyrightYear',
    '@type': 'rdf:Property',
    domain: ['schema:CreativeWork'],
    range: ['schema:Number'],
    comment: 'The year during which the claimed copyright for the CreativeWork was first asserted.',
    label: 'copyrightYear',
  },
]

const classes = {
  CopyrightSection: 'copyright-panel',
  Separator: 'copyright-sep-bar',
}

export { CopyrightText, classes }