{"id":16738865,"url":"https://github.com/domcleal/spdx-licenses","last_synced_at":"2025-03-17T01:31:57.194Z","repository":{"id":24362444,"uuid":"27761297","full_name":"domcleal/spdx-licenses","owner":"domcleal","description":"SPDX license and identifier lookup","archived":false,"fork":false,"pushed_at":"2023-07-14T17:58:20.000Z","size":55,"stargazers_count":14,"open_issues_count":5,"forks_count":12,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-12T07:57:17.324Z","etag":null,"topics":["ruby","spdx","spdx-licenses"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/domcleal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-12-09T10:25:28.000Z","updated_at":"2025-02-06T13:41:41.000Z","dependencies_parsed_at":"2024-06-18T20:10:58.156Z","dependency_job_id":null,"html_url":"https://github.com/domcleal/spdx-licenses","commit_stats":{"total_commits":13,"total_committers":4,"mean_commits":3.25,"dds":0.3846153846153846,"last_synced_commit":"20b87d4a8e12f2f77b490224171a5c6c1908c45d"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domcleal%2Fspdx-licenses","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domcleal%2Fspdx-licenses/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domcleal%2Fspdx-licenses/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domcleal%2Fspdx-licenses/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/domcleal","download_url":"https://codeload.github.com/domcleal/spdx-licenses/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243836015,"owners_count":20355615,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ruby","spdx","spdx-licenses"],"created_at":"2024-10-13T00:32:51.308Z","updated_at":"2025-03-17T01:31:56.880Z","avatar_url":"https://github.com/domcleal.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# spdx-licenses\n\nA Ruby library around the [SPDX license data](http://spdx.org/licenses/),\nwhich provides a set of standard identifiers for open source licenses.\n\nThe data is maintained by [SPDX](http://spdx.org/). This library\nredistributes the [licenses JSON file](https://spdx.org/licenses/licenses.json).\n\n## Installation\n\n    $ gem install spdx-licenses\n\nor in your Gemfile:\n\n    gem 'spdx-licenses'\n\n## Versioning\n\nThis gem and its API is versioned according to semver.  Minor releases may\ncontain updates to the SPDX License List data.\n\n| spdx-licenses | SPDX License List |\n|---------------|-------------------|\n| 1.0.0         | 1.2.0             |\n| 1.1.0         | 2.4               |\n| 1.2.0         | 3.1               |\n| 1.3.0         | 3.11-54           |\n\n## Usage\n\n    \u003e lic = SpdxLicenses.lookup('Apache-2.0')\n    \u003e lic.id\n    \"Apache-2.0\"\n    \u003e lic.name\n    \"Apache License 2.0\"\n    \u003e lic.osi_approved?\n    true\n    \u003e SpdxLicenses.lookup('Unknown')\n    nil\n\n    \u003e SpdxLicenses.exist?('Apache-2.0')\n    true\n    \u003e SpdxLicenses.exist?('Unknown')\n    false\n\n## License\n\nCopyright (c) 2014-2021 Dominic Cleal.  Distributed under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdomcleal%2Fspdx-licenses","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdomcleal%2Fspdx-licenses","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdomcleal%2Fspdx-licenses/lists"}