tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

moz.yaml (1106B)


      1 # Version of this schema
      2 schema: 1
      3 
      4 bugzilla:
      5  # Bugzilla product and component for this directory and subdirectories
      6  product: Toolkit
      7  component: General
      8 
      9 # Document the source of externally hosted code
     10 origin:
     11 
     12  # Short name of the package/library
     13  name: D3.js
     14 
     15  description: JavaScript library for visualizing data using web standards
     16 
     17  # Full URL for the package's homepage/etc
     18  # Usually different from repository url
     19  url: https://d3js.org/
     20 
     21  # Human-readable identifier for this version/release
     22  # Generally "version NNN", "tag SSS", "bookmark SSS"
     23  release: version 3.4.2
     24 
     25  # Revision to pull in
     26  # Must be a long or short commit SHA (long preferred)
     27  revision: 04fa5dd3856de768b43b4aac9e34c112f1227a17
     28 
     29  # The package's license, where possible using the mnemonic from
     30  # https://spdx.org/licenses/
     31  # Multiple licenses can be specified (as a YAML list)
     32  # A "LICENSE" file must exist containing the full license text
     33  license: BSD-3-Clause
     34 
     35  # If the package's license is specified in a particular file,
     36  # this is the name of the file.
     37  # optional
     38  license-file: LICENSE