Licenses

This defines the file which contains a list of licenses which are categorized into different categories.

<licenses>
  <valid>
    <license>
      <id/>
      <description/>
      <names/>
      <urls/>
    </license>
  </valid>
  <invalid>
    <license>
      <id/>
      <description/>
      <names/>
      <urls/>
    </license>
  </invalid>
  <warning>
    <license>
      <id/>
      <description/>
      <names/>
      <urls/>
    </license>
  </warning>
</licenses>

licenses

The Licenses file defines the three categories which are used to categorize the different licenses of the artifacts.

Element Type Description
valid LicensesList The valid category defines licenses which are assumed to be ok.
invalid LicensesList The invalid category defines licenses which are not ok.
warning LicensesList The warning category defines licenses which are defined to be warning.

valid

No description.

Element Type Description
license* List<LicenseItem> (Many) Licenses (sequence)

license

No description.

Element Type Description
id String The id field is used as unique identifier.
description String The description field can be used to describe the particular license or give supplemental information about the license.
names/name* List<String> (Many) The list of names give the possible names of a license.
urls/url* List<String> (Many) The list of urls gives the possible URL's under which a license can be reached.

invalid

No description.

Element Type Description
license* List<LicenseItem> (Many) Licenses (sequence)

warning

No description.

Element Type Description
license* List<LicenseItem> (Many) Licenses (sequence)