summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-08-22 17:38:03 -0400
committerDavid Robillard <d@drobilla.net>2022-08-22 17:38:03 -0400
commit16a8597f4d52de948291825698b7d2458998a510 (patch)
tree077b6a7b6962a7b9a73d98c07f37afd3bf4daacb
parent8400fad05b4dfae9af1f1640786439a4ac7b177f (diff)
downloadzix-16a8597f4d52de948291825698b7d2458998a510.tar.gz
zix-16a8597f4d52de948291825698b7d2458998a510.tar.bz2
zix-16a8597f4d52de948291825698b7d2458998a510.zip
Make COPYING a regular text file and link to it in LICENSES
This just happens to be the way that both `licensee` (and therefore Github) and `reuse` handle correctly.
-rw-r--r--[l---------]COPYING14
l---------[-rw-r--r--]LICENSES/ISC.txt14
2 files changed, 14 insertions, 14 deletions
diff --git a/COPYING b/COPYING
index afdb398..ee1dda7 120000..100644
--- a/COPYING
+++ b/COPYING
@@ -1 +1,13 @@
-LICENSES/ISC.txt \ No newline at end of file
+Copyright 2011-2022 David Robillard <d@drobilla.net>
+
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
+REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
+FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
+INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
+OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+PERFORMANCE OF THIS SOFTWARE.
diff --git a/LICENSES/ISC.txt b/LICENSES/ISC.txt
index ee1dda7..012065c 100644..120000
--- a/LICENSES/ISC.txt
+++ b/LICENSES/ISC.txt
@@ -1,13 +1 @@
-Copyright 2011-2022 David Robillard <d@drobilla.net>
-
-Permission to use, copy, modify, and/or distribute this software for any
-purpose with or without fee is hereby granted, provided that the above
-copyright notice and this permission notice appear in all copies.
-
-THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
-REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
-FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
-INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
-LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
-OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
-PERFORMANCE OF THIS SOFTWARE.
+../COPYING \ No newline at end of file