Carmen Bianca BAKKER

Results 105 issues of Carmen Bianca BAKKER

Pinging @legalsylvain This is a simple module that will be soft-required by https://github.com/coopiteasy/addons/pull/222.

For some reason this wasn't working for me, and black started formatting everything in `.tox`. Removing this config fixed it.

Fixes #338 # reuse annotate Plan: Rename `addheader` to `annotate` to reduce confusion. `annotate` keeps current behaviour: New header if none exists; replace header if exists. Add `--no-replace` flag to...

enhancement
documentation

All the infrastructure for this is already in place, but it could be really helpful for people who want to programmatically automate stuff: a `reuse json` interface. It'd simply output...

enhancement
discussion needed

While writing the documentation, I am noticing that some subcommands (e.g., `reuse download`) are already wholly documented by their `--help` command. Because I don't want to copy+paste (DRY), I would...

documentation

Given a file `erroneous-spdx.txt`: ``` SPDX-Copyright: Carmen SPDX-License-Identifier: MIT OR BSD AND ``` The output of `reuse lint` is: ``` reuse._util - ERROR - Could not parse 'MIT OR BSD...

enhancement
documentation

```bash $ reuse download GPL-3.0 Error: Failed to download license. Is your internet connection working? ``` Oops. Same goes for init.py.

bug

Python 3.6 has been end-of-lifed [for 5 months at time of writing](https://endoflife.date/python). Future development should not be beholden to Python 3.6.

priority/low

See also #13. `git config` and `.reuse/config` should provide default values for author/email and default license respectively. It makes sense for me to implement this as a composite of Project....

This issue was raised in #314 This requires a little refactoring in `_licenses.py` to support this.

enhancement