{"id":21214734,"url":"https://github.com/regexhq/copyright-regex","last_synced_at":"2025-07-10T10:30:32.839Z","repository":{"id":26684836,"uuid":"30141612","full_name":"regexhq/copyright-regex","owner":"regexhq","description":"Regular expression for matching and parsing copyright statements.","archived":false,"fork":false,"pushed_at":"2017-07-01T21:34:08.000Z","size":23,"stargazers_count":10,"open_issues_count":1,"forks_count":3,"subscribers_count":13,"default_branch":"master","last_synced_at":"2024-11-08T03:39:39.426Z","etag":null,"topics":["copyright","parsing","regex","regular-expression"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/regexhq.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":"2015-02-01T09:16:35.000Z","updated_at":"2024-05-31T16:41:49.000Z","dependencies_parsed_at":"2022-09-04T14:53:44.235Z","dependency_job_id":null,"html_url":"https://github.com/regexhq/copyright-regex","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/regexhq%2Fcopyright-regex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/regexhq%2Fcopyright-regex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/regexhq%2Fcopyright-regex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/regexhq%2Fcopyright-regex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/regexhq","download_url":"https://codeload.github.com/regexhq/copyright-regex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225205500,"owners_count":17437900,"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":["copyright","parsing","regex","regular-expression"],"created_at":"2024-11-20T21:30:12.826Z","updated_at":"2024-11-20T21:30:13.746Z","avatar_url":"https://github.com/regexhq.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# copyright-regex [![NPM version](https://img.shields.io/npm/v/copyright-regex.svg?style=flat)](https://www.npmjs.com/package/copyright-regex) [![NPM monthly downloads](https://img.shields.io/npm/dm/copyright-regex.svg?style=flat)](https://npmjs.org/package/copyright-regex)  [![NPM total downloads](https://img.shields.io/npm/dt/copyright-regex.svg?style=flat)](https://npmjs.org/package/copyright-regex) [![Linux Build Status](https://img.shields.io/travis/regexhq/copyright-regex.svg?style=flat\u0026label=Travis)](https://travis-ci.org/regexhq/copyright-regex)\n\n\u003e Regex for matching and parsing copyright statements.\n\n## Install\n\nInstall with [npm](https://www.npmjs.com/):\n\n```sh\n$ npm install --save copyright-regex\n```\n\n## Usage\n\n```js\nvar regex = require('copyright-regex');\n\nvar str = 'abc\\nCopyright (c) 2013-2015, 2016, Jon Schlinkert.\\nxyz';\nvar matches = str.match(regex());\n\n// matches[0] =\u003e 'Copyright (c) 2013-2015, 2016, Jon Schlinkert'\n// matches[1] =\u003e 'Copyright'\n// matches[2] =\u003e '(c)'\n// matches[3] =\u003e '2013-2015, 2016, '\n// matches[4] =\u003e '2016'\n// matches[5] =\u003e 'Jon Schlinkert'\n```\n\n## About\n\n### Contributing\n\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).\n\n### Contributors\n\n| **Commits** | **Contributor**\u003cbr/\u003e | \n| --- | --- |\n| 18 | [jonschlinkert](https://github.com/jonschlinkert) |\n| 1 | [arthurvr](https://github.com/arthurvr) |\n| 1 | [tunnckoCore](https://github.com/tunnckoCore) |\n| 1 | [pdehaan](https://github.com/pdehaan) |\n\n### Building docs\n\n_(This document was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme) (a [verb](https://github.com/verbose/verb) generator), please don't edit the readme directly. Any changes to the readme must be made in [.verb.md](.verb.md).)_\n\nTo generate the readme and API documentation with [verb](https://github.com/verbose/verb):\n\n```sh\n$ npm install -g verb verb-generate-readme \u0026\u0026 verb\n```\n\n### Running tests\n\nInstall dev dependencies:\n\n```sh\n$ npm install -d \u0026\u0026 npm test\n```\n\n### Author\n\n**Jon Schlinkert**\n\n* [github/regexhq](https://github.com/regexhq)\n* [twitter/regexhq](http://twitter.com/regexhq)\n\n### License\n\nCopyright © 2016, [Jon Schlinkert](https://github.com/regexhq).\nReleased under the [MIT license](https://github.com/regexhq/copyright-regex/blob/master/LICENSE).\n\n***\n\n_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.2.0, on December 07, 2016._","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fregexhq%2Fcopyright-regex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fregexhq%2Fcopyright-regex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fregexhq%2Fcopyright-regex/lists"}