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

Last change on this file since 651 was 651, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.2 sources.

File size: 7.1 KB
Line 
1/****************************************************************************
2**
3** Copyright (C) 2010 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:LGPL$
10** Commercial Usage
11** Licensees holding valid Qt Commercial licenses may use this file in
12** accordance with the Qt Commercial License Agreement provided with the
13** Software or, alternatively, in accordance with the terms contained in
14** a written agreement between you and Nokia.
15**
16** GNU Lesser General Public License Usage
17** Alternatively, this file may be used under the terms of the GNU Lesser
18** General Public License version 2.1 as published by the Free Software
19** Foundation and appearing in the file LICENSE.LGPL included in the
20** packaging of this file. Please review the following information to
21** ensure the GNU Lesser General Public License version 2.1 requirements
22** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
23**
24** In addition, as a special exception, Nokia gives you certain additional
25** rights. These rights are described in the Nokia Qt LGPL Exception
26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
27**
28** GNU General Public License Usage
29** Alternatively, this file may be used under the terms of the GNU
30** General Public License version 3.0 as published by the Free Software
31** Foundation and appearing in the file LICENSE.GPL included in the
32** packaging of this file. Please review the following information to
33** ensure the GNU General Public License version 3.0 requirements will be
34** met: http://www.gnu.org/copyleft/gpl.html.
35**
36** If you have questions regarding the use of this file, please contact
37** Nokia at [email protected].
38** $QT_END_LICENSE$
39**
40****************************************************************************/
41
42//! [1]
43 [utopiafonts] 1999 free font
44 ----------------------------------------------------
45
46 this font is provided free for personal or commercial use,
47 it can be redistributed however it may not be sold.
48 ----------------------------------------------------
49 (C) 1999 utopiafonts. [email protected]
50//! [1]
51
52
53//! [2]
54 Bitstream Vera Fonts Copyright
55 ------------------------------
56
57 Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is
58 a trademark of Bitstream, Inc.
59
60 Permission is hereby granted, free of charge, to any person obtaining a copy
61 of the fonts accompanying this license ("Fonts") and associated
62 documentation files (the "Font Software"), to reproduce and distribute the
63 Font Software, including without limitation the rights to use, copy, merge,
64 publish, distribute, and/or sell copies of the Font Software, and to permit
65 persons to whom the Font Software is furnished to do so, subject to the
66 following conditions:
67
68 The above copyright and trademark notices and this permission notice shall
69 be included in all copies of one or more of the Font Software typefaces.
70
71 The Font Software may be modified, altered, or added to, and in particular
72 the designs of glyphs or characters in the Fonts may be modified and
73 additional glyphs or characters may be added to the Fonts, only if the fonts
74 are renamed to names not containing either the words "Bitstream" or the word
75 "Vera".
76
77 This License becomes null and void to the extent applicable to Fonts or Font
78 Software that has been modified and is distributed under the "Bitstream
79 Vera" names.
80
81 The Font Software may be sold as part of a larger software package but no
82 copy of one or more of the Font Software typefaces may be sold by itself.
83
84 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
85 OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,
86 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,
87 TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME
88 FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING
89 ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,
90 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
91 THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE
92 FONT SOFTWARE.
93
94 Except as contained in this notice, the names of Gnome, the Gnome
95 Foundation, and Bitstream Inc., shall not be used in advertising or
96 otherwise to promote the sale, use or other dealings in this Font Software
97 without prior written authorization from the Gnome Foundation or Bitstream
98 Inc., respectively. For further information, contact: fonts at gnome dot
99 org.
100
101 Arev Fonts Copyright
102 ------------------------------
103
104 Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved.
105
106 Permission is hereby granted, free of charge, to any person obtaining
107 a copy of the fonts accompanying this license ("Fonts") and
108 associated documentation files (the "Font Software"), to reproduce
109 and distribute the modifications to the Bitstream Vera Font Software,
110 including without limitation the rights to use, copy, merge, publish,
111 distribute, and/or sell copies of the Font Software, and to permit
112 persons to whom the Font Software is furnished to do so, subject to
113 the following conditions:
114
115 The above copyright and trademark notices and this permission notice
116 shall be included in all copies of one or more of the Font Software
117 typefaces.
118
119 The Font Software may be modified, altered, or added to, and in
120 particular the designs of glyphs or characters in the Fonts may be
121 modified and additional glyphs or characters may be added to the
122 Fonts, only if the fonts are renamed to names not containing either
123 the words "Tavmjong Bah" or the word "Arev".
124
125 This License becomes null and void to the extent applicable to Fonts
126 or Font Software that has been modified and is distributed under the
127 "Tavmjong Bah Arev" names.
128
129 The Font Software may be sold as part of a larger software package but
130 no copy of one or more of the Font Software typefaces may be sold by
131 itself.
132
133 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
134 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
135 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
136 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
137 TAVMJONG BAH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
138 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
139 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
140 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
141 OTHER DEALINGS IN THE FONT SOFTWARE.
142
143 Except as contained in this notice, the name of Tavmjong Bah shall not
144 be used in advertising or otherwise to promote the sale, use or other
145 dealings in this Font Software without prior written authorization
146 from Tavmjong Bah. For further information, contact: tavmjong @ free
147 . fr.
148
149//! [2]
Note: See TracBrowser for help on using the repository browser.