annotate LICENSE @ 615:f153aec221be rust

move Params, epoch code
author Matt Johnston <matt@ucc.asn.au>
date Tue, 07 Mar 2017 23:56:12 +0800
parents 4ddc5d5cab37
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
214
4ddc5d5cab37 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.
4ddc5d5cab37 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
2 Exceptions are the third-party dependencies - riotjs, bottle, jquery which
4ddc5d5cab37 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
3 are under their own licenses.
4ddc5d5cab37 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
4
4ddc5d5cab37 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
5 old/main.c is under the license below too.
4ddc5d5cab37 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
6 Other old/ code has various licenses, see individual files.
4ddc5d5cab37 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
7
4ddc5d5cab37 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
8 ---
4ddc5d5cab37 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
9
4ddc5d5cab37 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
10 Copyright (c) 2012-2014 Matt Johnston
4ddc5d5cab37 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
11
4ddc5d5cab37 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
4ddc5d5cab37 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
13 of this software and associated documentation files (the "Software"), to deal
4ddc5d5cab37 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
14 in the Software without restriction, including without limitation the rights
4ddc5d5cab37 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
15 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4ddc5d5cab37 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
4ddc5d5cab37 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
17 furnished to do so, subject to the following conditions:
4ddc5d5cab37 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
18
4ddc5d5cab37 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
4ddc5d5cab37 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
20 all copies or substantial portions of the Software.
4ddc5d5cab37 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
21
4ddc5d5cab37 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
4ddc5d5cab37 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
23 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4ddc5d5cab37 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
4ddc5d5cab37 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
4ddc5d5cab37 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,
4ddc5d5cab37 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
4ddc5d5cab37 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
28 THE SOFTWARE.
4ddc5d5cab37 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
29
4ddc5d5cab37 More accurate license
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
30