2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)C++1,123 forks (1,123 forks)batch import
Documentationgood first issue
Repository metrics
- Stars
- 14,852 stars (14,852 stars)
- PR merge metrics
- Avg merge 13d 23h (Avg merge 13d 23h)20 merged PRs in 30d (20 merged PRs in 30d)
Description
Use the same scheme as Rizin does. For example, header could look like this:
// SPDX-FileCopyrightText: 2019 Jane Doe <jane@example.com>
// SPDX-License-Identifier: GPL-3.0-or-later
More at https://reuse.software/faq/#quick-summary
See also:
Contributor guide
- Research direction
- Add SPDX license and copyright headers to all source files following the pattern described in the issue and the Rizin project's existing headers. Start by locating files that are missing headers, using a script or manual inspection, then add the header to each file. Ensure compliance with the REUSE specification.
- Tech stack
- cpp
- Domain
- documentation
- Issue type
- Documentation
- Prerequisites
- Git