Projekt

Obecné

Profil

Stáhnout (3.47 KB) Statistiky
| Větev: | Tag: | Revize:
1
JACKSON JSON
2

    
3
This copy of Jackson JSON processor streaming parser/generator is licensed under the
4
Apache (Software) License, version 2.0 ("the License").
5
See the License for details about distribution rights, and the
6
specific rights regarding derivate works.
7

    
8
You may obtain a copy of the License at:
9

    
10
http://www.apache.org/licenses/LICENSE-2.0
11

    
12
************************************************************
13

    
14
JDESERIALIZE
15

    
16
https://code.google.com/archive/p/jdeserialize/
17
https://opensource.org/licenses/BSD-3-Clause
18
Copyright <YEAR> <COPYRIGHT HOLDER>
19

    
20
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
21

    
22
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
23

    
24
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.
25

    
26
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
27

    
28
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 HOLDER 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.
29

    
30
************************************************************
31

    
32
ACE - BSD license
33

    
34
Copyright (c) 2010, Ajax.org B.V.
35
All rights reserved.
36

    
37
Redistribution and use in source and binary forms, with or without
38
modification, are permitted provided that the following conditions are met:
39
    * Redistributions of source code must retain the above copyright
40
      notice, this list of conditions and the following disclaimer.
41
    * Redistributions in binary form must reproduce the above copyright
42
      notice, this list of conditions and the following disclaimer in the
43
      documentation and/or other materials provided with the distribution.
44
    * Neither the name of Ajax.org B.V. nor the
45
      names of its contributors may be used to endorse or promote products
46
      derived from this software without specific prior written permission.
47

    
48
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
49
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
50
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
51
DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
52
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
53
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
54
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
55
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
56
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
57
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
(1-1/3)