Actions
Bug #23483
closededit Foreman license info so that GitHub recognizes it
Description
GitHub uses a library called Licensee to identify a project's license type. It shows this information in the status bar and via the API if it can unambiguously identify the license.
Currently, Licensee does not properly detect Foreman's license as GPL 3.0. When I run Licensee locally on the remote Foreman repo, here is the output I get:
$ licensee detect https://github.com/theforeman/foreman License: Other Matched files: LICENSE, README.md, package.json LICENSE: Content hash: a17b7fcbdc64255d04d0b05e6642373a8ccdf97f License: Other Closest licenses: GPL-3.0 similarity: 77.68% AGPL-3.0 similarity: 74.68% LGPL-2.1 similarity: 53.60% README.md: Content hash: 18f341307338ee217d08193931fa550b30ed563b License: Other Closest licenses: WTFPL similarity: 5.00% MS-RL similarity: 2.34% BSL-1.0 similarity: 1.75% package.json: Confidence: 90.00% Matcher: Licensee::Matchers::NpmBower License: GNU General Public License v3.0
Updated by The Foreman Bot over 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/5521 added
Updated by Ohad Levy over 6 years ago
- Translation missing: en.field_release set to 353
Updated by Andrea Kao over 6 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 08bc23449bccf9c39588913d6fdf99cb0fdd134a.
Updated by Ewoud Kohl van Wijngaarden over 6 years ago
- Category set to Development tools
- Triaged set to No
Actions