{"id":28173376,"url":"https://github.com/samuelmanzanera/ex_license","last_synced_at":"2025-05-15T20:13:38.724Z","repository":{"id":43214158,"uuid":"462336596","full_name":"samuelmanzanera/ex_license","owner":"samuelmanzanera","description":"Utility to insert or check license headers","archived":false,"fork":false,"pushed_at":"2022-03-14T23:22:35.000Z","size":15,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-19T20:54:56.508Z","etag":null,"topics":["elixir","license-header","spdx-license"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/samuelmanzanera.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}},"created_at":"2022-02-22T14:33:49.000Z","updated_at":"2022-10-29T21:40:36.000Z","dependencies_parsed_at":"2022-09-23T12:51:18.211Z","dependency_job_id":null,"html_url":"https://github.com/samuelmanzanera/ex_license","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samuelmanzanera%2Fex_license","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samuelmanzanera%2Fex_license/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samuelmanzanera%2Fex_license/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samuelmanzanera%2Fex_license/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samuelmanzanera","download_url":"https://codeload.github.com/samuelmanzanera/ex_license/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254414363,"owners_count":22067272,"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":["elixir","license-header","spdx-license"],"created_at":"2025-05-15T20:13:28.328Z","updated_at":"2025-05-15T20:13:38.670Z","avatar_url":"https://github.com/samuelmanzanera.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ExLicense\n\nUtility to insert license header in each Elixir file using SPDX specification.\n\nA mix task is available to insert header or to verify (useful for CI actions)\n\n```sh\n$ mix insert_license --license mit\n```\n\n```sh\n$ mix insert_license --verify --license mit\n```\n\nHere, the `--license` option takes one of these values `mit, agpl, gpl, lgpl, mozilla, apache, boost`\n\n## Installation\n\nInstall from [Hex](https://hex.pm/packages/ex_license), the package can be installed\nby adding `ex_license` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:ex_license, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\n## Available License\n\nIt supports the following license\n\n- [x] [mit](https://spdx.org/licenses/MIT.html)\n- [x] [agpl_v3](https://spdx.org/licenses/AGPL-3.0-or-later.html)\n- [x] [gpl_v3](https://spdx.org/licenses/GPL-3.0-or-later.html)\n- [x] [lgpl_v3](https://spdx.org/licenses/LGPL-3.0-or-later.html)\n- [x] [mozilla_v2](https://spdx.org/licenses/MPL-2.0.html)\n- [x] [apache_v2](https://spdx.org/licenses/Apache-2.0.html)\n- [x] [boost_v1](https://spdx.org/licenses/BSL-1.0.html)\n\nDocumentation published on [HexDocs](https://hexdocs.pm/ex_license). \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamuelmanzanera%2Fex_license","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamuelmanzanera%2Fex_license","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamuelmanzanera%2Fex_license/lists"}