Fix incomplete copyright line in LICENSE.txt
Open
- Dominant language
- Python
- Stars
- 5
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
The LICENSE.txt file has an incomplete copyright line:
```
Copyright (c) 2019,
```
The copyright holder name is missing. This may prevent GitHub from detecting the license.
Suggested fix:
```
Copyright (c) 2019, DHI A/S
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.