updated license based on the reuse dep5 standard
This commit is contained in:
parent
bc9878ae18
commit
0e8412d522
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,7 +1,4 @@
|
|||
# SPDX-License-Identifier: CC-BY-SA-4.0
|
||||
|
||||
# General
|
||||
.reuse
|
||||
*.dll
|
||||
*.log
|
||||
*.so
|
||||
|
|
30
.reuse/dep5
Normal file
30
.reuse/dep5
Normal file
|
@ -0,0 +1,30 @@
|
|||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: PlanktoScope
|
||||
Upstream-Contact: Thibaut Pollina <planktoscope@gmail.com>
|
||||
Source: https://github.com/PlanktoScope/PlanktoScope
|
||||
|
||||
Files: hardware/*
|
||||
Copyright: (C) 2020-2023 Romain Bazile
|
||||
License: CERN-OHL-S-2.0
|
||||
|
||||
Files:
|
||||
.github
|
||||
.vscode
|
||||
.dockerignore
|
||||
.editorconfig
|
||||
.envrc
|
||||
.gitignore
|
||||
flake.*
|
||||
nix/*
|
||||
Dockerfile
|
||||
pyproject.toml
|
||||
okh.toml
|
||||
software/*
|
||||
Copyright: (C) 2020-2023 Romain Bazile, Sebastian Wendel
|
||||
License: GPL-3.0-or-later
|
||||
|
||||
Files:
|
||||
docs/*
|
||||
README.md
|
||||
Copyright: (C) 2020-2023 Romain Bazile, Thibaut Pollina, Adam Larson, Will Major, Sebastian Wendel
|
||||
License: CC-BY-SA-4.0
|
Loading…
Reference in a new issue