forked from jameswalmsley/bitthunder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLICENSE
58 lines (44 loc) · 2.75 KB
/
LICENSE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
BitThunder architecture and system design is (C)2012 James Walmsley,
all aspects of the source code remain copyrighted by myself and the
others who actually wrote it. (Should be specified in the sources header).
If no information is found in the source file, copyright is assumed by
James Walmsley.
Other than that basically the same exception applies as linux:
NOTE! This copyright does *not* cover user programs that use BitThunder
services by normal system/API calls - this is merely considered normal
use of the BitThunder, and does *not* fall under the heading of "derived work".
It should be noted that these "application" source files should be distinct
from the actual BitThunder/kernel code. Any code which actually mixes with
the BitThunder tree (other than in the bsp folder) is a derived work, and
should be pushed as a contribution.
James Walmsley
Exception for FreeRTOS: when using BitThunder in conjunction with FreeRTOS
as is almost certain, you must adhere to the license agreement for FreeRTOS.
See kernel/FreeRTOS/License/license.txt,
Also see www.FreeRTOS.org -- its excellent.
----------------------------------------
Copyright (c) 2013, James Walmsley
All rights reserved.
http://bitthunder.org/
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. Developers should adhere to the basic fair usage-rules as set out at:
http://bitthunder.org/docs/usage-rules/
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
The views and conclusions contained in the software and documentation are those
of the authors and should not be interpreted as representing official policies,
either expressed or implied, of the BitThunder Project.