Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Betty documentation
Logo
Betty documentation
  • Installation
  • Usage
    • Ancestry
      • Citation
      • Dates
      • Enclosure
      • Event
      • Event Type
      • File
      • File reference
      • Gender
      • Link
      • Media Type
      • Name
      • Note
      • Person
      • Person Name
      • Place
      • Place Type
      • Presence
      • Presence Role
      • Privacy
      • Source
      • Static translations
    • Asset Management
    • The command line
    • Application configuration
    • Copyright notices
    • Environment variables
    • Extensions
      • The Cotton Candy extension
      • The Deriver extension
      • The Gramps extension
      • The HTTP API Documentation extension
      • The Maps extension
      • The Privatizer extension
      • The Trees extension
      • The Wikipedia extension
    • GEDCOM
    • Licenses
    • Projects
      • Project configuration
    • Templating
      • Filters
      • Globals
      • Tests
    • Translations
  • Development
    • Developing Betty itself
      • Helpful commands
      • Installing a development environment
      • Localization
      • Testing Betty’s source code
    • Event dispatching
    • Plugins
      • CLI command plugins
      • Copyright notice plugins
      • Entity type plugins
      • Event type plugins
      • Extension plugins
      • Gender plugins
      • License plugins
      • Place type plugins
      • Presence role plugins
      • Renderer plugins
      • Serialization format plugins
    • Testing your source code
  • API Documentation
  • Glossary
  • About
    • Contributing to Betty
      • Code of Conduct
    • Copyright & license
    • Sponsors
    • Versions
Back to top
View this page

betty.copyright_notice package¶

Submodules¶

  • betty.copyright_notice.copyright_notices module
    • ProjectAuthor
      • ProjectAuthor.__init__()
      • ProjectAuthor.new_for_project()
      • ProjectAuthor.summary
      • ProjectAuthor.text
    • PublicDomain
      • PublicDomain.summary
      • PublicDomain.text

Module contents¶

Provide copyright notices.

betty.copyright_notice.COPYRIGHT_NOTICE_REPOSITORY: PluginRepository[CopyrightNotice] = <betty.plugin.entry_point.EntryPointPluginRepository object>¶

The copyright notice plugin repository.

Read more about Copyright notice plugins.

class betty.copyright_notice.CopyrightNotice[source]¶

Bases: Plugin

A copyright notice.

Read more about Copyright notice plugins.

To test your own subclasses, use betty.test_utils.copyright_notice.CopyrightNoticeTestBase.

abstract property summary: Localizable¶

The copyright summary.

abstract property text: Localizable¶

The full copyright text.

property url: Localizable | None¶

The URL to an external human-readable resource with more information about this copyright.

Copyright © Bart Feenstra and contributors
Made with Sphinx and @pradyunsg's Furo
On this page
  • betty.copyright_notice package
    • Submodules
    • Module contents
      • COPYRIGHT_NOTICE_REPOSITORY
      • CopyrightNotice
        • CopyrightNotice.summary
        • CopyrightNotice.text
        • CopyrightNotice.url