From 3fdb25883703a0dbea79eca1ab77932f76ba4068 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 8 Aug 2020 16:13:30 +0100 Subject: [PATCH] Relicense as ISC Signed-off-by: falkTX --- LICENSE | 14 ++++++++++++++ kx-external-ui.lv2/external-ui.doap.ttl | 11 ++++++++++- kx-external-ui.lv2/external-ui.h | 21 +++++++++++++-------- kx-external-ui.lv2/manifest.ttl | 2 +- kx-meta/manifest.ttl | 2 +- kx-rtmempool.lv2/manifest.ttl | 2 +- kx-rtmempool.lv2/rtmempool.doap.ttl | 11 ++++++++++- kx-rtmempool.lv2/rtmempool.h | 21 +++++++++++++-------- 8 files changed, 63 insertions(+), 21 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..85eec80 --- /dev/null +++ b/LICENSE @@ -0,0 +1,14 @@ +KXStudio LV2 Extensions +Copyright (C) 2012-2020 Filipe Coelho + +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. + +THIS 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/kx-external-ui.lv2/external-ui.doap.ttl b/kx-external-ui.lv2/external-ui.doap.ttl index c011d2c..4ad3150 100644 --- a/kx-external-ui.lv2/external-ui.doap.ttl +++ b/kx-external-ui.lv2/external-ui.doap.ttl @@ -14,9 +14,18 @@ doap:developer ; doap:maintainer ; doap:release [ + doap:revision "2.0" ; + doap:created "2020-08-08" ; + doap:file-release ; + dcs:changeset [ + dcs:item [ + rdfs:label "Relicense as ISC." + ] + ] + ] , [ doap:revision "1.0" ; doap:created "2015-07-03" ; - doap:file-release ; + doap:file-release ; dcs:changeset [ dcs:item [ rdfs:label "First stable release." diff --git a/kx-external-ui.lv2/external-ui.h b/kx-external-ui.lv2/external-ui.h index 2c9e6ee..f0216b6 100755 --- a/kx-external-ui.lv2/external-ui.h +++ b/kx-external-ui.lv2/external-ui.h @@ -1,13 +1,18 @@ /* LV2 External UI extension - This work is in public domain. - - This file is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - - If you have questions, contact Filipe Coelho (aka falkTX) - or ask in #lad channel, FreeNode IRC network. + Copyright 2020 Filipe Coelho + + 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. + + THIS 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/kx-external-ui.lv2/manifest.ttl b/kx-external-ui.lv2/manifest.ttl index 5c7dc8b..7169821 100644 --- a/kx-external-ui.lv2/manifest.ttl +++ b/kx-external-ui.lv2/manifest.ttl @@ -3,6 +3,6 @@ a lv2:Specification ; - lv2:minorVersion 1 ; + lv2:minorVersion 2 ; lv2:microVersion 0 ; rdfs:seeAlso . diff --git a/kx-meta/manifest.ttl b/kx-meta/manifest.ttl index 26a7166..8c6a208 100644 --- a/kx-meta/manifest.ttl +++ b/kx-meta/manifest.ttl @@ -3,6 +3,6 @@ a lv2:Specification ; - lv2:minorVersion 1 ; + lv2:minorVersion 2 ; lv2:microVersion 0 ; rdfs:seeAlso . diff --git a/kx-rtmempool.lv2/manifest.ttl b/kx-rtmempool.lv2/manifest.ttl index c9d5cf0..d324751 100644 --- a/kx-rtmempool.lv2/manifest.ttl +++ b/kx-rtmempool.lv2/manifest.ttl @@ -3,6 +3,6 @@ a lv2:Specification ; - lv2:minorVersion 1 ; + lv2:minorVersion 2 ; lv2:microVersion 0 ; rdfs:seeAlso . diff --git a/kx-rtmempool.lv2/rtmempool.doap.ttl b/kx-rtmempool.lv2/rtmempool.doap.ttl index bc8ea42..cf7e202 100644 --- a/kx-rtmempool.lv2/rtmempool.doap.ttl +++ b/kx-rtmempool.lv2/rtmempool.doap.ttl @@ -14,9 +14,18 @@ doap:developer ; doap:maintainer ; doap:release [ + doap:revision "2.0" ; + doap:created "2020-08-08" ; + doap:file-release ; + dcs:changeset [ + dcs:item [ + rdfs:label "Relicense as ISC." + ] + ] + ] , [ doap:revision "1.0" ; doap:created "2015-07-03" ; - doap:file-release ; + doap:file-release ; dcs:changeset [ dcs:item [ rdfs:label "First stable release." diff --git a/kx-rtmempool.lv2/rtmempool.h b/kx-rtmempool.lv2/rtmempool.h index 5a06644..8956d9d 100644 --- a/kx-rtmempool.lv2/rtmempool.h +++ b/kx-rtmempool.lv2/rtmempool.h @@ -1,13 +1,18 @@ /* LV2 realtime safe memory pool extension definition - This work is in public domain. - - This file is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - - If you have questions, contact Filipe Coelho (aka falkTX) - or ask in #lad channel, FreeNode IRC network. + Copyright 2020 Filipe Coelho + + 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. + + THIS 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. */ /**