Skip to content

Commit 6bef9a7

Browse files
author
Stefania
committed
updated license
1 parent 0514d8d commit 6bef9a7

9 files changed

+19
-9
lines changed

LICENSE.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
This code is released under the GNU General Public License, which covers the main body
1+
This file includes licensing information for arduino-create-agent-js-client.
2+
3+
Copyright (c) 2018
4+
Authors: Alberto Iannaccone, Stefania Mellai, Gabriele Destefanis
5+
6+
The software is released under the GNU General Public License, which covers the main body
27
of the arduino-create-agent-js-client code. The terms of this license can be found at:
38
https://www.gnu.org/licenses/gpl-3.0.en.html
49

src/boardConfiguration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018 ARDUINO AG (http://www.arduino.cc/)
2+
* Copyright 2018 ARDUINO SA (http://www.arduino.cc/)
33
* This file is part of arduino-create-agent-js-client.
44
* Copyright (c) 2018
55
* Authors: Alberto Iannaccone, Stefania Mellai, Gabriele Destefanis

src/chrome-app-daemon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018 ARDUINO AG (http://www.arduino.cc/)
2+
* Copyright 2018 ARDUINO SA (http://www.arduino.cc/)
33
* This file is part of arduino-create-agent-js-client.
44
* Copyright (c) 2018
55
* Authors: Alberto Iannaccone, Stefania Mellai, Gabriele Destefanis

src/daemon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018 ARDUINO AG (http://www.arduino.cc/)
2+
* Copyright 2018 ARDUINO SA (http://www.arduino.cc/)
33
* This file is part of arduino-create-agent-js-client.
44
* Copyright (c) 2018
55
* Authors: Alberto Iannaccone, Stefania Mellai, Gabriele Destefanis

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018 ARDUINO AG (http://www.arduino.cc/)
2+
* Copyright 2018 ARDUINO SA (http://www.arduino.cc/)
33
* This file is part of arduino-create-agent-js-client.
44
* Copyright (c) 2018
55
* Authors: Alberto Iannaccone, Stefania Mellai, Gabriele Destefanis

src/socket-daemon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018 ARDUINO AG (http://www.arduino.cc/)
2+
* Copyright 2018 ARDUINO SA (http://www.arduino.cc/)
33
* This file is part of arduino-create-agent-js-client.
44
* Copyright (c) 2018
55
* Authors: Alberto Iannaccone, Stefania Mellai, Gabriele Destefanis

test/app.jsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018 ARDUINO AG (http://www.arduino.cc/)
2+
* Copyright 2018 ARDUINO SA (http://www.arduino.cc/)
33
* This file is part of arduino-create-agent-js-client.
44
* Copyright (c) 2018
55
* Authors: Alberto Iannaccone, Stefania Mellai, Gabriele Destefanis
@@ -312,6 +312,11 @@ class App extends React.Component {
312312
<div>Download status: <span className={ downloadClass }> { this.state.downloadStatus }</span></div>
313313
</form>
314314
</div> : null}
315+
316+
<div className="section">
317+
<h2>Errors</h2>
318+
<div>{ this.state.error }</div>
319+
</div>
315320
</div>
316321
);
317322
}

test/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
* Copyright 2018 ARDUINO AG (http://www.arduino.cc/)
2+
* Copyright 2018 ARDUINO SA (http://www.arduino.cc/)
33
* This file is part of arduino-create-agent-js-client.
44
* Copyright (c) 2018
55
* Authors: Alberto Iannaccone, Stefania Mellai, Gabriele Destefanis

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018 ARDUINO AG (http://www.arduino.cc/)
2+
* Copyright 2018 ARDUINO SA (http://www.arduino.cc/)
33
* This file is part of arduino-create-agent-js-client.
44
* Copyright (c) 2018
55
* Authors: Alberto Iannaccone, Stefania Mellai, Gabriele Destefanis

0 commit comments

Comments
 (0)