File tree Expand file tree Collapse file tree 4 files changed +59
-0
lines changed Expand file tree Collapse file tree 4 files changed +59
-0
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright 2018 ARDUINO AG (http://www.arduino.cc/)
3+ * This file is part of create-plugin-communication.
4+ * Copyright (c) 2018
5+ * Authors: Alberto Iannaccone, Stefania Mellai, Gabriele Destefanis
6+ *
7+ * This software is released under:
8+ * The GNU General Public License, which covers the main part of
9+ * create-plugin-communication
10+ * The terms of this license can be found at:
11+ * https://www.gnu.org/licenses/gpl-3.0.en.html
12+ *
13+ * You can be released from the requirements of the above licenses by purchasing
14+ * a commercial license. Buying such a license is mandatory if you want to modify or
15+ * otherwise use the software for commercial activities involving the Arduino
16+ * software without disclosing the source code of your own applications. To purchase
17+ * a commercial license, send an email to license@arduino.cc.
18+ *
19+ */
20+
121import React from 'react' ;
222import Daemon from '../src' ;
323
Original file line number Diff line number Diff line change 1+ <!--
2+ * Copyright 2018 ARDUINO AG (http://www.arduino.cc/)
3+ * This file is part of create-plugin-communication.
4+ * Copyright (c) 2018
5+ * Authors: Alberto Iannaccone, Stefania Mellai, Gabriele Destefanis
6+ *
7+ * This software is released under:
8+ * The GNU General Public License, which covers the main part of
9+ * create-plugin-communication
10+ * The terms of this license can be found at:
11+ * https://www.gnu.org/licenses/gpl-3.0.en.html
12+ *
13+ * You can be released from the requirements of the above licenses by purchasing
14+ * a commercial license. Buying such a license is mandatory if you want to modify or
15+ * otherwise use the software for commercial activities involving the Arduino
16+ * software without disclosing the source code of your own applications. To purchase
17+ * a commercial license, send an email to license@arduino.cc.
18+ -->
19+
120< html lang ="en ">
221< head >
322 < meta charset ="UTF-8 ">
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright 2018 ARDUINO AG (http://www.arduino.cc/)
3+ * This file is part of create-plugin-communication.
4+ * Copyright (c) 2018
5+ * Authors: Alberto Iannaccone, Stefania Mellai, Gabriele Destefanis
6+ *
7+ * This software is released under:
8+ * The GNU General Public License, which covers the main part of
9+ * create-plugin-communication
10+ * The terms of this license can be found at:
11+ * https://www.gnu.org/licenses/gpl-3.0.en.html
12+ *
13+ * You can be released from the requirements of the above licenses by purchasing
14+ * a commercial license. Buying such a license is mandatory if you want to modify or
15+ * otherwise use the software for commercial activities involving the Arduino
16+ * software without disclosing the source code of your own applications. To purchase
17+ * a commercial license, send an email to license@arduino.cc.
18+ *
19+ */
20+
121import React from 'react' ;
222import ReactDOM from 'react-dom' ;
323
You can’t perform that action at this time.
0 commit comments