diff options
author | David Robillard <d@drobilla.net> | 2021-12-17 14:01:44 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-12-17 14:01:44 -0500 |
commit | 7ce1f135a111310483709f5598037d215943de43 (patch) | |
tree | b30272d2609dcbb6abce53a4791b4b70d4d033cc /.reuse/dep5 | |
parent | b953b87ad473c7a4480df6b2bcbed68b13c8c663 (diff) | |
download | pugl-7ce1f135a111310483709f5598037d215943de43.tar.gz pugl-7ce1f135a111310483709f5598037d215943de43.tar.bz2 pugl-7ce1f135a111310483709f5598037d215943de43.zip |
Adopt REUSE machine-readable licensing standard
See https://reuse.software/ for details.
Diffstat (limited to '.reuse/dep5')
-rw-r--r-- | .reuse/dep5 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.reuse/dep5 b/.reuse/dep5 new file mode 100644 index 0000000..79cb567 --- /dev/null +++ b/.reuse/dep5 @@ -0,0 +1,16 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: pugl +Upstream-Contact: David Robillard <d@drobilla.net> +Source: https://gitlab.com/lv2/pugl + +Files: *.md */.clang* .clang* .clant.json .editorconfig .git* .includes.imp AUTHORS doc/*.in meson_options.txt resources/Info.plist.in +Copyright: 2021 David Robillard <d@drobilla.net> +License: CC0-1.0 OR ISC + +Files: doc/*.rst examples/glad/glad.c examples/glad/glad.h resources/pugl.ipe resources/pugl.png resources/pugl.svg +Copyright: 2021 David Robillard <d@drobilla.net> +License: ISC + +Files: examples/glad/khrplatform.h +Copyright: 2008-2018 The Khronos Group Inc. +License: MIT |