{"id":17861116,"url":"https://github.com/jonathanstowe/license-spdx","last_synced_at":"2026-04-28T00:32:11.854Z","repository":{"id":66980411,"uuid":"171667655","full_name":"jonathanstowe/License-SPDX","owner":"jonathanstowe","description":"Encapsulate the SPDX licence list https://raw.githubusercontent.com/spdx/license-list-data/master/json/licenses.json","archived":false,"fork":false,"pushed_at":"2025-01-12T14:52:03.000Z","size":247,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-20T23:35:18.335Z","etag":null,"topics":["json","licence","raku","spdx"],"latest_commit_sha":null,"homepage":null,"language":"Raku","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"artistic-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jonathanstowe.png","metadata":{"files":{"readme":"README.md","changelog":"Changes","contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-02-20T12:17:56.000Z","updated_at":"2025-01-12T14:52:07.000Z","dependencies_parsed_at":"2026-01-06T14:07:25.620Z","dependency_job_id":null,"html_url":"https://github.com/jonathanstowe/License-SPDX","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/jonathanstowe/License-SPDX","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanstowe%2FLicense-SPDX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanstowe%2FLicense-SPDX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanstowe%2FLicense-SPDX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanstowe%2FLicense-SPDX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonathanstowe","download_url":"https://codeload.github.com/jonathanstowe/License-SPDX/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanstowe%2FLicense-SPDX/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32361477,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["json","licence","raku","spdx"],"created_at":"2024-10-28T08:42:57.365Z","updated_at":"2026-04-28T00:32:11.849Z","avatar_url":"https://github.com/jonathanstowe.png","language":"Raku","funding_links":[],"categories":[],"sub_categories":[],"readme":"# License::SPDX\n\nAbstraction over the [SPDX License List](https://spdx.org/licenses/)\n\n![Build Status](https://github.com/jonathanstowe/License-SPDX/workflows/CI/badge.svg)\n\n## Synopsis\n\n```raku\n\nuse License::SPDX;\n\nmy $l = License::SPDX.new;\n\nif $l.get-license('Artistic-2.0') -\u003e $license {\n\tpass \"licence is good\";\n\tif $license.is-deprecated-license {\n\t\twarn \"deprecated licence\";\n    }\n}\nelse {\n\tflunk \"not a good licence\";\n}\n\n```\n\n## Description\n\nThis provides an abstraction over the  [SPDX License List](https://spdx.org/licenses/)\nas provided in [JSON format](https://github.com/spdx/license-list-data/blob/master/json/licenses.json).\nIts primary raison d'être is to help the licence checking of [Test::META](https://github.com/jonathanstowe/Test-META)\nand to allow for the warning about deprecated licences therein.\n\nThe intention is to update this with a new license list (and up the version,) every time the SPDX list is updated.\n\n\n## Installation\n\nAssuming that you have a working Rakudo compiler you should be able to install this using *zef* :\n\n    zef install License::SPDX\n\n    # Or from a local clone\n\n    zef install .\n\n## Support\n\nThis is a very simple module, but if you have any\nsuggestions or patches etc please send them to https://github.com/jonathanstowe/License-SPDX/issues\n\n## Licence \u0026 Copyright\n\nThis is free software, please the [LICENCE](LICENCE) in the distribution.\n\n© Jonathan Stowe 2019-2026\n\nThe SPDX Data licensing is described [here](https://github.com/spdx/license-list-data/blob/master/accessingLicenses.md#tech-report-license),\nthe JSON data is included verbatim from source.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanstowe%2Flicense-spdx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonathanstowe%2Flicense-spdx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanstowe%2Flicense-spdx/lists"}