-
-
Notifications
You must be signed in to change notification settings - Fork 265
Expand file tree
/
Copy pathCITATION.cff
More file actions
28 lines (28 loc) · 1.04 KB
/
Copy pathCITATION.cff
File metadata and controls
28 lines (28 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Citation metadata (https://citation-file-format.github.io). GitHub renders
# it as the "Cite this repository" button. `version` and `date-released`
# follow rust/package.json and are kept in step by rust/scripts/sync-version.mjs.
cff-version: 1.2.0
message: "If you use jscpd in research, please cite it as below."
type: software
title: "jscpd: copy/paste detector for programming source code"
abstract: >-
Language-aware copy/paste detector for 224 programming languages and
formats. Finds exact (Type-1), renamed (Type-2) and near-miss (Type-3)
code clones with a Rabin-Karp token search and syntax-tree function
similarity, and reports them in 15 formats including JSON, HTML and SARIF.
authors:
- family-names: Kucherenko
given-names: Andrey
email: kucherenko.andrey@gmail.com
version: 5.3.0
date-released: 2026-09-18
license: MIT
repository-code: "https://github.com/kucherenko/jscpd"
url: "https://jscpd.dev"
keywords:
- code-clone-detection
- copy-paste-detection
- duplicate-code
- static-analysis
- code-quality
- rust