diff --git a/LICENSE b/LICENSE.txt similarity index 100% rename from LICENSE rename to LICENSE.txt diff --git a/test/app.jsx b/test/app.jsx index 070b6408..a44fea9c 100644 --- a/test/app.jsx +++ b/test/app.jsx @@ -1,3 +1,23 @@ +/* +* Copyright 2018 ARDUINO AG (http://www.arduino.cc/) +* This file is part of create-plugin-communication. +* Copyright (c) 2018 +* Authors: Alberto Iannaccone, Stefania Mellai, Gabriele Destefanis +* +* This software is released under: +* The GNU General Public License, which covers the main part of +* create-plugin-communication +* The terms of this license can be found at: +* https://www.gnu.org/licenses/gpl-3.0.en.html +* +* You can be released from the requirements of the above licenses by purchasing +* a commercial license. Buying such a license is mandatory if you want to modify or +* otherwise use the software for commercial activities involving the Arduino +* software without disclosing the source code of your own applications. To purchase +* a commercial license, send an email to license@arduino.cc. +* +*/ + import React from 'react'; import Daemon from '../src'; diff --git a/test/index.html b/test/index.html index dcbe81b1..9b78c45d 100644 --- a/test/index.html +++ b/test/index.html @@ -1,3 +1,22 @@ + +
diff --git a/test/index.js b/test/index.js index 35238923..705559e7 100644 --- a/test/index.js +++ b/test/index.js @@ -1,3 +1,23 @@ +/* +* Copyright 2018 ARDUINO AG (http://www.arduino.cc/) +* This file is part of create-plugin-communication. +* Copyright (c) 2018 +* Authors: Alberto Iannaccone, Stefania Mellai, Gabriele Destefanis +* +* This software is released under: +* The GNU General Public License, which covers the main part of +* create-plugin-communication +* The terms of this license can be found at: +* https://www.gnu.org/licenses/gpl-3.0.en.html +* +* You can be released from the requirements of the above licenses by purchasing +* a commercial license. Buying such a license is mandatory if you want to modify or +* otherwise use the software for commercial activities involving the Arduino +* software without disclosing the source code of your own applications. To purchase +* a commercial license, send an email to license@arduino.cc. +* +*/ + import React from 'react'; import ReactDOM from 'react-dom';