Skip to content
This repository was archived by the owner on Dec 15, 2023. It is now read-only.
This repository was archived by the owner on Dec 15, 2023. It is now read-only.

package.json: wrong format / value for author and license #5

Description

@romanzoller

This probably affects all geoblocks repos, this issue is intended to discuss how to fix it everywhere.

The auther field is set to "info@camptocamp.com", but author has a mandatory name, while email and URL are optional, see doc. Suggested fix: set author to "Camptocamp SA".

The license field is set to "bsd", but license should an SPDX license ID (see doc), which "bsd" is not. There are confusingly many variations of the BSD license, therefore suggested fix: use MIT license, with SPDX identifier "MIT" (and update all LICENSE files accordingly).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions