From fe522ab0f259e0ef7ed48c5cec78eccbf8d1bced Mon Sep 17 00:00:00 2001 From: scls19fr Date: Wed, 30 May 2018 08:48:47 +0200 Subject: [PATCH] Update library.properties (#76) --- library.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/library.properties b/library.properties index c9913f89..78d54048 100644 --- a/library.properties +++ b/library.properties @@ -2,6 +2,7 @@ name=Embedded Template Library version=10.21.2 author= John Wellbelove maintainer=John Wellbelove +license=MIT sentence=A C++ template library tailored for embedded systems. paragraph=Requires some support from STL. See http://andybrown.me.uk/2011/01/15/the-standard-template-library-stl-for-avr-with-c-streams/ or https://github.com/mike-matera/ArduinoSTL.git for Arduino. category=Other