Add packaging files for Tizen
[profile/ivi/yasm.git] / BSD.txt
1 Redistribution and use in source and binary forms, with or without
2 modification, are permitted provided that the following conditions
3 are met:
4 1. Redistributions of source code must retain the above copyright
5    notice, this list of conditions and the following disclaimer.
6 2. Redistributions in binary form must reproduce the above copyright
7    notice, this list of conditions and the following disclaimer in the
8    documentation and/or other materials provided with the distribution.
9
10 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND OTHER CONTRIBUTORS ``AS IS''
11 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
12 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
13 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR OTHER CONTRIBUTORS BE
14 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
15 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
16 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
17 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
18 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
19 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
20 POSSIBILITY OF SUCH DAMAGE.
21 -------------------------------------------------------------------------------
22 Redistribution and use in source and binary forms, with or without
23 modification, are permitted provided that the following conditions
24 are met:
25 1. Redistributions of source code must retain the above copyright
26    notice, this list of conditions and the following disclaimer.
27 2. Redistributions in binary form must reproduce the above copyright
28    notice, this list of conditions and the following disclaimer in the
29    documentation and/or other materials provided with the distribution.
30 3. Neither the name of the author nor the names of other contributors
31    may be used to endorse or promote products derived from this
32    software without specific prior written permission.
33
34 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND OTHER CONTRIBUTORS ``AS IS''
35 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
36 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
37 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR OTHER CONTRIBUTORS BE
38 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
39 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
40 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
41 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
42 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
43 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
44 POSSIBILITY OF SUCH DAMAGE.
45 -------------------------------------------------------------------------------
46 NASM is now licensed under the 2-clause BSD license, also known as the
47 simplified BSD license.
48
49     Copyright 1996-2009 the NASM Authors - All rights reserved.
50
51     Redistribution and use in source and binary forms, with or without
52     modification, are permitted provided that the following
53     conditions are met:
54
55     * Redistributions of source code must retain the above copyright
56       notice, this list of conditions and the following disclaimer.
57     * Redistributions in binary form must reproduce the above
58       copyright notice, this list of conditions and the following
59       disclaimer in the documentation and/or other materials provided
60       with the distribution.
61       
62       THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
63       CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
64       INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
65       MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
66       DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
67       CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
68       SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
69       NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
70       LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
71       HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
72       CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
73       OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
74       EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.