{"id":18176158,"url":"https://github.com/aboutcode-org/scancode-licensedb","last_synced_at":"2026-03-09T05:32:19.070Z","repository":{"id":49931572,"uuid":"318115610","full_name":"aboutcode-org/scancode-licensedb","owner":"aboutcode-org","description":"A free and open database of all the licenses, in particular all the open source software licenses  ","archived":false,"fork":false,"pushed_at":"2026-02-24T16:23:49.000Z","size":177656,"stargazers_count":58,"open_issues_count":25,"forks_count":10,"subscribers_count":8,"default_branch":"main","last_synced_at":"2026-02-24T20:52:13.687Z","etag":null,"topics":["foss","license","scancode-licensedb","scancode-toolkit"],"latest_commit_sha":null,"homepage":"https://scancode-licensedb.aboutcode.org","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aboutcode-org.png","metadata":{"files":{"readme":"README.rst","changelog":null,"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":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"aboutcode-org","open_collective":"aboutcode","custom":"https://causes.benevity.org/causes/056-5528680976845_a486"}},"created_at":"2020-12-03T07:48:40.000Z","updated_at":"2026-02-24T16:30:33.000Z","dependencies_parsed_at":"2023-02-16T09:15:39.807Z","dependency_job_id":"bb06e5d3-9488-4dd4-a960-e308702e2a97","html_url":"https://github.com/aboutcode-org/scancode-licensedb","commit_stats":null,"previous_names":["aboutcode-org/scancode-licensedb"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aboutcode-org/scancode-licensedb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutcode-org%2Fscancode-licensedb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutcode-org%2Fscancode-licensedb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutcode-org%2Fscancode-licensedb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutcode-org%2Fscancode-licensedb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aboutcode-org","download_url":"https://codeload.github.com/aboutcode-org/scancode-licensedb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutcode-org%2Fscancode-licensedb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30283909,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"last_error":"SSL_read: 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":["foss","license","scancode-licensedb","scancode-toolkit"],"created_at":"2024-11-02T17:01:07.270Z","updated_at":"2026-03-09T05:32:19.050Z","avatar_url":"https://github.com/aboutcode-org.png","language":"Makefile","readme":"ScanCode LicenseDB\n====================\n\nLicenseDB is likely the largest collection of software licenses available on\nEarth and maybe beyond.\n\nLicenseDB is a free and open database of mostly all the software licenses, in\nparticular all the open-source software licenses, with over 2000 curated licenses\ntexts and their metadata.\n\nLicenseDB is built from the ScanCode Toolkit license dataset. ScanCode Toolkit\nis a leading open source code scanner and license detection engine.\n\nLicenseDB is an essential reference license resource for license compliance and\nSBOMs. LicenseDB includes all the SPDX and OSI licenses together with an extended\ncurated collection of other licenses and license metadata. These licenses are\ncarefully reviewed and curated and continusouly updated by an open community of\ncontributors.\n\nLicenseDB is available as a web site, an JSON or YAML API and a git repository\nmaking it easy to reuse and integrate in tools that need a database of reference\nsoftware licenses.\n\n\nBrowse\n------\n\nThe web site is published at: https://scancode-licensedb.aboutcode.org/\nYou can search the licenses by name, key and other attributes.\n\nThis is updated daily by a GitHub action with updates from scancode-toolkit\ndevelop, if any.\n\n\nAPI\n------\n\nThe index is available at either:\n\n- as JSON: https://scancode-licensedb.aboutcode.org/index.json\n- as YAML: https://scancode-licensedb.aboutcode.org/index.yml\n\nThe index contains a list of the license keys with key metadata and links to the\nlicense details and texts using this license key as an identifier:\n\n- as JSON: https://scancode-licensedb.aboutcode.org/\u003clicense key\u003e.json\n  for instance: https://scancode-licensedb.aboutcode.org/gpl-2.0.json\n\n- as YAML: https://scancode-licensedb.aboutcode.org/\u003clicense key\u003e.yml\n  for instance: https://scancode-licensedb.aboutcode.org/gpl-2.0.yml\n\n- as text for the full license text: https://scancode-licensedb.aboutcode.org/\u003clicense key\u003e.LICENSE\n  for instance: https://scancode-licensedb.aboutcode.org/gpl-2.0.LICENSE\n\n\nThis index and the static website is also available offline with ScanCode Toolkit as a\nconsole script available at configure/install. Sample command::\n\n  scancode-license-data --path PATH\n\n\nGit\n-----\n\nThis git repository contains the full history of the generated HTML and JSON API\ndocuments: https://github.com/aboutcode-org/scancode-licensedb\n\n\nThis git repository contains the original and editable source files:\nhttps://github.com/aboutcode-org/scancode-toolit\n\n- for the text of a license and the metadata of a license as YAML frontmatter, for instance at\n  https://github.com/aboutcode-org/scancode-toolit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE\n\n\nSupport\n--------\n\n- Chat with us at: https://gitter.im/aboutcode-org/discuss\n- Report issues or ask questions at: https://github.com/aboutcode-org/scancode-toolit/issues and\n  https://github.com/aboutcode-org/scancode-licensedb/issues\n- Visit https://www.aboutcode.org/ for more open source and open data projects.\n\n\nBuild\n-----\n\nTo re/generate the HTML and API content run the following script::\n\n    $ ./etc/scripts/check_commit_run_update.sh\n\n\nLicense\n-------\n\nSPDX-License-Identifier: CC-BY-4.0 AND Apache-2.0\n\nhttps://github.com/aboutcode-org/scancode-licensedb\nCopyright (c) nexB Inc. and others.\nScanCode is a trademark of nexB Inc.\n\nScanCode LicenseDB data is licensed under the Creative Commons Attribution\nLicense 4.0 (CC-BY-4.0).\nSome licenses, such as the GNU GENERAL PUBLIC LICENSE, are subject to other licenses.\nSee the corresponding license text for the specific license conditions.\n\nScanCode LicenseDB software is licensed under the Apache License version 2.0.\nYou may not use this software except in compliance with the License.\nYou may obtain a copy of the License at: http://apache.org/licenses/LICENSE-2.0\nUnless required by applicable law or agreed to in writing, software distributed\nunder the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR\nCONDITIONS OF ANY KIND, either express or implied. See the License for the\nspecific language governing permissions and limitations under the License.\n\nScanCode LicenseDB is generated with ScanCode Toolkit. The database and its contents\nare provided on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,\neither express or implied.\nNo content from ScanCode LicenseDB should be considered or used as legal advice.\nConsult an attorney for any legal advice.\n\nVisit https://github.com/aboutcode-org/scancode-licensedb for support.\n\nScanCode Toolkit is a free Software Composition Analysis tool from nexB Inc. and\nothers.\nVisit https://github.com/aboutcode-org/scancode-toolit for support and download.\n","funding_links":["https://github.com/sponsors/aboutcode-org","https://opencollective.com/aboutcode","https://causes.benevity.org/causes/056-5528680976845_a486"],"categories":["Makefile"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faboutcode-org%2Fscancode-licensedb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faboutcode-org%2Fscancode-licensedb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faboutcode-org%2Fscancode-licensedb/lists"}