annotate LICENSE @ 582:cebec9b40ad2

merge
author Matt Johnston <matt@ucc.asn.au>
date Mon, 30 Nov 2015 21:45:17 +0800
parents de28de7a10c6
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
515
de28de7a10c6 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
1 The code in web/ and py/ is licensed mostly under the MIT-style license below.
de28de7a10c6 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
2 Exceptions are the third-party dependencies - riotjs, bottle, jquery which
de28de7a10c6 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
3 are under their own licenses.
de28de7a10c6 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
4
de28de7a10c6 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
5 old/main.c is under the license below too.
de28de7a10c6 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
6 Other old/ code has various licenses, see individual files.
de28de7a10c6 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
7
de28de7a10c6 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
8 ---
de28de7a10c6 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
9
de28de7a10c6 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
10 Copyright (c) 2012-2014 Matt Johnston
de28de7a10c6 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
11
de28de7a10c6 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
12 Permission is hereby granted, free of charge, to any person obtaining a copy
de28de7a10c6 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
13 of this software and associated documentation files (the "Software"), to deal
de28de7a10c6 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
14 in the Software without restriction, including without limitation the rights
de28de7a10c6 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
15 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
de28de7a10c6 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
16 copies of the Software, and to permit persons to whom the Software is
de28de7a10c6 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
17 furnished to do so, subject to the following conditions:
de28de7a10c6 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
18
de28de7a10c6 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
19 The above copyright notice and this permission notice shall be included in
de28de7a10c6 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
20 all copies or substantial portions of the Software.
de28de7a10c6 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
21
de28de7a10c6 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
22 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
de28de7a10c6 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
23 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
de28de7a10c6 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
24 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
de28de7a10c6 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
25 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
de28de7a10c6 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
26 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
de28de7a10c6 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
27 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
de28de7a10c6 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
28 THE SOFTWARE.
de28de7a10c6 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
29
de28de7a10c6 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
30