From 98834423c6186326a33cad6665098b824846d62c Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Sun, 19 Apr 2020 06:59:05 +0200 Subject: [PATCH] add license --- library.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library.json b/library.json index e4d4176..33778bd 100644 --- a/library.json +++ b/library.json @@ -8,7 +8,8 @@ "url": "https://github.com/miguelbalboa/rfid.git" }, "version": "1.4.6", + "license": "Unlicense", "exclude": "doc", "frameworks": "arduino", - "platforms": ["atmelavr", "ststm32", "espressif8266","espressif32","samd"] + "platforms": ["atmelavr", "ststm32", "espressif8266", "espressif32", "samd"] }