reuse
No description set
- Developed at devel:tools
- Sources inherited from project openSUSE:Factory
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/reuse && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
reuse-1.0.0.tar.gz | 0000253938 248 KB | |
reuse.changes | 0000005469 5.34 KB | |
reuse.spec | 0000002524 2.46 KB |
Revision 10 (latest revision is 17)
Dominique Leuenberger (dimstar_suse)
accepted
request 978130
from
Carmen Bianca Bakker (carmenbianca)
(revision 10)
- update to 1.0.0: - Added the ability to ignore parts of a file when running `reuse lint`. Simply add `REUSE-IgnoreStart` and `REUSE-IgnoreEnd` as comments and all lines between the two will be ignored by the next run of `reuse lint`. (#463) - Meson subprojects are now ignored by default. (#496) - Added `--skip-existing` flag to `addheader` in order to skip files that already contain SPDX information. This may be useful for only adding SPDX information to newly created files. (#480) - Added `--recursive` flag to `addheader`. (#469) - Ignore all SPDX files with their typical formats and extensions. (#494) - Add support for merging copyright lines based on copyright statement, transforming multiple lines with a single year into a single line with a range. (#328) - Deprecated `--explicit-license` in favour of `--force-dot-license`. `--explicit-license` will remain useable (although undocumented) for the foreseeable future. (#476) - Better support for unary "+" operator in license identifiers. For example, if `Apache-1.0+` appears as a declared license, it should not be identified as missing, bad, or unused if `LICENSES/Apache-1.0.txt` exists. It is, however, identified separately as a used license. (#123) - When `addheader` creates a `.license` file, that file now has a newline at the end. (#477) - `supported-licenses` command that lists all licenses supported by REUSE (#401) - `--quiet` switch to the `lint` command (#402)
Comments 0