From 01873e0ee7fda20b90441b4408279dbac33e025a Mon Sep 17 00:00:00 2001 From: Bannsaenger Date: Wed, 31 Jul 2024 22:35:23 +0000 Subject: [PATCH] licence information --- io-package.json | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/io-package.json b/io-package.json index a5fb854..41e16c0 100644 --- a/io-package.json +++ b/io-package.json @@ -250,7 +250,11 @@ "keywords": [ "extron" ], - "licenseInformation": "CC-BY-NC-4.0", + "licenseInformation": { + "link": "https://github.com/Bannsaenger/ioBroker.extron/blob/master/LICENSE", + "type": "limited", + "license": "CC-BY-NC-4.0" + }, "platform": "Javascript/Node.js", "main": "main.js", "icon": "extron.png", diff --git a/package.json b/package.json index e0adec8..7e00041 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.extron", - "version": "0.2.15", + "version": "0.2.16", "description": "Extron SIS adapter", "author": "Bannsaenger ", "homepage": "https://github.com/Bannsaenger/ioBroker.extron",