diff options
author | David Robillard <d@drobilla.net> | 2022-08-31 20:31:46 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-08-31 23:19:15 -0400 |
commit | 26579820a960fcb02576a92d6adb26e87ff271ad (patch) | |
tree | 28c878ee6b194d30d5560301004e5ebbdcab8609 /.gitattributes | |
parent | e864af0d8d6002ad07adc4695894c01e0fe24c2c (diff) | |
download | serd-26579820a960fcb02576a92d6adb26e87ff271ad.tar.gz serd-26579820a960fcb02576a92d6adb26e87ff271ad.tar.bz2 serd-26579820a960fcb02576a92d6adb26e87ff271ad.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 9e2f4601..ab4d2bf5 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 |