diff options
author | David Robillard <d@drobilla.net> | 2022-09-01 19:21:59 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-09-01 19:21:59 -0400 |
commit | 70b16298f30c8ca91032abbadead945f6ce8fa07 (patch) | |
tree | 3c0ac0959aa236d39dac6fdbc296e379df3a4d53 /.gitattributes | |
parent | 53f071a571899faf27dd730ea24838c16887836c (diff) | |
download | sord-70b16298f30c8ca91032abbadead945f6ce8fa07.tar.gz sord-70b16298f30c8ca91032abbadead945f6ce8fa07.tar.bz2 sord-70b16298f30c8ca91032abbadead945f6ce8fa07.zip |
Adopt REUSE machine-readable licensing standard
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 9e2f460..ab4d2bf 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,6 @@ +# Copyright 2020 David Robillard <d@drobilla.net> +# SPDX-License-Identifier: CC0-1.0 OR ISC + *.nq -text *.nt -text *.trig -text |