Browse Source

Relicense as ISC

Signed-off-by: falkTX <falktx@falktx.com>
tags/2020-08-08^0
falkTX 3 years ago
parent
commit
3fdb258837
8 changed files with 63 additions and 21 deletions
  1. +14
    -0
      LICENSE
  2. +10
    -1
      kx-external-ui.lv2/external-ui.doap.ttl
  3. +13
    -8
      kx-external-ui.lv2/external-ui.h
  4. +1
    -1
      kx-external-ui.lv2/manifest.ttl
  5. +1
    -1
      kx-meta/manifest.ttl
  6. +1
    -1
      kx-rtmempool.lv2/manifest.ttl
  7. +10
    -1
      kx-rtmempool.lv2/rtmempool.doap.ttl
  8. +13
    -8
      kx-rtmempool.lv2/rtmempool.h

+ 14
- 0
LICENSE View File

@@ -0,0 +1,14 @@
KXStudio LV2 Extensions
Copyright (C) 2012-2020 Filipe Coelho <falktx@falktx.com>

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.

+ 10
- 1
kx-external-ui.lv2/external-ui.doap.ttl View File

@@ -14,9 +14,18 @@
doap:developer <http://falktx.com/myself.html> ;
doap:maintainer <http://falktx.com/myself.html> ;
doap:release [
doap:revision "2.0" ;
doap:created "2020-08-08" ;
doap:file-release <https://github.com/KXStudio/LV2-Extensions/archive/2020-08-08.tar.gz> ;
dcs:changeset [
dcs:item [
rdfs:label "Relicense as ISC."
]
]
] , [
doap:revision "1.0" ;
doap:created "2015-07-03" ;
doap:file-release <http://kxstudio.sf.net/ns/lv2ext/kx-extensions-1.0.tar.bz2> ;
doap:file-release <https://github.com/KXStudio/LV2-Extensions/archive/2020-07-14.tar.gz> ;
dcs:changeset [
dcs:item [
rdfs:label "First stable release."


+ 13
- 8
kx-external-ui.lv2/external-ui.h View File

@@ -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) <falktx@falktx.com>
or ask in #lad channel, FreeNode IRC network.
Copyright 2020 Filipe Coelho <falktx@falktx.com>

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.
*/

/**


+ 1
- 1
kx-external-ui.lv2/manifest.ttl View File

@@ -3,6 +3,6 @@

<http://kxstudio.sf.net/ns/lv2ext/external-ui>
a lv2:Specification ;
lv2:minorVersion 1 ;
lv2:minorVersion 2 ;
lv2:microVersion 0 ;
rdfs:seeAlso <external-ui.ttl> .

+ 1
- 1
kx-meta/manifest.ttl View File

@@ -3,6 +3,6 @@

<http://kxstudio.sf.net>
a lv2:Specification ;
lv2:minorVersion 1 ;
lv2:minorVersion 2 ;
lv2:microVersion 0 ;
rdfs:seeAlso <meta.ttl> .

+ 1
- 1
kx-rtmempool.lv2/manifest.ttl View File

@@ -3,6 +3,6 @@

<http://kxstudio.sf.net/ns/lv2ext/rtmempool>
a lv2:Specification ;
lv2:minorVersion 1 ;
lv2:minorVersion 2 ;
lv2:microVersion 0 ;
rdfs:seeAlso <rtmempool.ttl> .

+ 10
- 1
kx-rtmempool.lv2/rtmempool.doap.ttl View File

@@ -14,9 +14,18 @@
doap:developer <http://falktx.com/myself.html> ;
doap:maintainer <http://falktx.com/myself.html> ;
doap:release [
doap:revision "2.0" ;
doap:created "2020-08-08" ;
doap:file-release <https://github.com/KXStudio/LV2-Extensions/archive/2020-08-08.tar.gz> ;
dcs:changeset [
dcs:item [
rdfs:label "Relicense as ISC."
]
]
] , [
doap:revision "1.0" ;
doap:created "2015-07-03" ;
doap:file-release <http://kxstudio.sf.net/ns/lv2ext/kx-extensions-1.0.tar.bz2> ;
doap:file-release <https://github.com/KXStudio/LV2-Extensions/archive/2020-07-14.tar.gz> ;
dcs:changeset [
dcs:item [
rdfs:label "First stable release."


+ 13
- 8
kx-rtmempool.lv2/rtmempool.h View File

@@ -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) <falktx@falktx.com>
or ask in #lad channel, FreeNode IRC network.
Copyright 2020 Filipe Coelho <falktx@falktx.com>

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.
*/

/**


Loading…
Cancel
Save