-
Notifications
You must be signed in to change notification settings - Fork 44
/
LICENSE
54 lines (38 loc) · 2.11 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
--------------------------------------------------------------------------------
Copyright(c) 2014 Bernard Yue
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
--------------------------------------------------------------------------------
Here's what the Apache license says in layman's terms:
It allows you to:
- freely download and use Apache licensed software, in whole or in part,
for personal, company internal, or commercial purposes;
- use Apache licensed software in packages or distributions that you create.
It forbids you to:
- redistribute any piece of Apache licensed software without proper
attribution;
- use any marks owned by The Apache Software Foundation in any way that
might state or imply that the Foundation endorses your distribution;
- use any marks owned by The Apache Software Foundation in any way that
might state or imply that you created the Apache licensed software in
question.
It requires you to:
- include a copy of the license in any redistribution you may make that
includes Apache licensed software;
- provide clear attribution to The Apache licensed Software licensor for any
distributions that include the Apache licensed software.
It does not require you to:
- include the source of the Apache licensed software itself, or of any
modifications you may have made to it, in any redistribution you may
assemble that includes it;
- submit changes that you make to the software back to the the Apache licensed
Software licensor (though such feedback is encouraged).
You can refer http://www.apache.org/foundation/license-faq.html for more on
Apache 2.0 license particulars