source: trunk/doc/src/snippets/code/doc_src_licenses.qdoc@ 973

Last change on this file since 973 was 846, checked in by Dmitry A. Kuminov, 14 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

File size: 7.2 KB
Line 
1/****************************************************************************
2**
3** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
4** All rights reserved.
5** Contact: Nokia Corporation ([email protected])
6**
7** This file is part of the documentation of the Qt Toolkit.
8**
9** $QT_BEGIN_LICENSE:BSD$
10** You may use this file under the terms of the BSD license as follows:
11**
12** "Redistribution and use in source and binary forms, with or without
13** modification, are permitted provided that the following conditions are
14** met:
15** * Redistributions of source code must retain the above copyright
16** notice, this list of conditions and the following disclaimer.
17** * Redistributions in binary form must reproduce the above copyright
18** notice, this list of conditions and the following disclaimer in
19** the documentation and/or other materials provided with the
20** distribution.
21** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
22** the names of its contributors may be used to endorse or promote
23** products derived from this software without specific prior written
24** permission.
25**
26** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
27** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
28** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
29** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
30** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
31** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
32** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
33** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
34** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
35** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
36** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
37** $QT_END_LICENSE$
38**
39****************************************************************************/
40
41//! [1]
42 [utopiafonts] 1999 free font
43 ----------------------------------------------------
44
45 this font is provided free for personal or commercial use,
46 it can be redistributed however it may not be sold.
47 ----------------------------------------------------
48 (C) 1999 utopiafonts. [email protected]
49//! [1]
50
51
52//! [2]
53 Bitstream Vera Fonts Copyright
54 ------------------------------
55
56 Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is
57 a trademark of Bitstream, Inc.
58
59 Permission is hereby granted, free of charge, to any person obtaining a copy
60 of the fonts accompanying this license ("Fonts") and associated
61 documentation files (the "Font Software"), to reproduce and distribute the
62 Font Software, including without limitation the rights to use, copy, merge,
63 publish, distribute, and/or sell copies of the Font Software, and to permit
64 persons to whom the Font Software is furnished to do so, subject to the
65 following conditions:
66
67 The above copyright and trademark notices and this permission notice shall
68 be included in all copies of one or more of the Font Software typefaces.
69
70 The Font Software may be modified, altered, or added to, and in particular
71 the designs of glyphs or characters in the Fonts may be modified and
72 additional glyphs or characters may be added to the Fonts, only if the fonts
73 are renamed to names not containing either the words "Bitstream" or the word
74 "Vera".
75
76 This License becomes null and void to the extent applicable to Fonts or Font
77 Software that has been modified and is distributed under the "Bitstream
78 Vera" names.
79
80 The Font Software may be sold as part of a larger software package but no
81 copy of one or more of the Font Software typefaces may be sold by itself.
82
83 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
84 OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,
85 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,
86 TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME
87 FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING
88 ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,
89 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
90 THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE
91 FONT SOFTWARE.
92
93 Except as contained in this notice, the names of Gnome, the Gnome
94 Foundation, and Bitstream Inc., shall not be used in advertising or
95 otherwise to promote the sale, use or other dealings in this Font Software
96 without prior written authorization from the Gnome Foundation or Bitstream
97 Inc., respectively. For further information, contact: fonts at gnome dot
98 org.
99
100 Arev Fonts Copyright
101 ------------------------------
102
103 Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved.
104
105 Permission is hereby granted, free of charge, to any person obtaining
106 a copy of the fonts accompanying this license ("Fonts") and
107 associated documentation files (the "Font Software"), to reproduce
108 and distribute the modifications to the Bitstream Vera Font Software,
109 including without limitation the rights to use, copy, merge, publish,
110 distribute, and/or sell copies of the Font Software, and to permit
111 persons to whom the Font Software is furnished to do so, subject to
112 the following conditions:
113
114 The above copyright and trademark notices and this permission notice
115 shall be included in all copies of one or more of the Font Software
116 typefaces.
117
118 The Font Software may be modified, altered, or added to, and in
119 particular the designs of glyphs or characters in the Fonts may be
120 modified and additional glyphs or characters may be added to the
121 Fonts, only if the fonts are renamed to names not containing either
122 the words "Tavmjong Bah" or the word "Arev".
123
124 This License becomes null and void to the extent applicable to Fonts
125 or Font Software that has been modified and is distributed under the
126 "Tavmjong Bah Arev" names.
127
128 The Font Software may be sold as part of a larger software package but
129 no copy of one or more of the Font Software typefaces may be sold by
130 itself.
131
132 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
133 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
134 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
135 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
136 TAVMJONG BAH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
137 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
138 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
139 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
140 OTHER DEALINGS IN THE FONT SOFTWARE.
141
142 Except as contained in this notice, the name of Tavmjong Bah shall not
143 be used in advertising or otherwise to promote the sale, use or other
144 dealings in this Font Software without prior written authorization
145 from Tavmjong Bah. For further information, contact: tavmjong @ free
146 . fr.
147
148//! [2]
Note: See TracBrowser for help on using the repository browser.