-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlicense.xml
More file actions
105 lines (85 loc) · 4.26 KB
/
license.xml
File metadata and controls
105 lines (85 loc) · 4.26 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<?xml version="1.0" encoding="UTF-8"?>
<preface id="License" lang="en">
<title>The Glasgow Haskell Compiler License</title>
<para>
Copyright 2002 - 2007, The University Court of the University of Glasgow.
All rights reserved.
</para>
<para>
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
</para>
<para>
<itemizedlist>
<listitem>
<para>
Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
</para>
</listitem>
<listitem>
<para>
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.
</para>
</listitem>
<listitem>
<para>
Neither name of the University nor the names of its contributors may be
used to endorse or promote products derived from this software without
specific prior written permission.
</para>
</listitem>
</itemizedlist>
</para>
<para>
THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY COURT OF THE UNIVERSITY OF
GLASGOW AND THE 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
UNIVERSITY COURT OF THE UNIVERSITY OF GLASGOW OR THE 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.
</para>
<sect1 id="License-translated">
<title>参考訳</title>
<para>
Copyright 2002 - 2007, The University Court of the University of Glasgow. 全権留保。
</para>
<para>
ソース、あるいはバイナリでの再配布・使用は、改変の有無にかかわらず、以下の各条件が満たされている場合に限り、許可される。
</para>
<para>
<itemizedlist>
<listitem>
<para>
ソースコードを再配布する場合、上記の著作権表示、この条件一覧、及び下記の免責事項をそのままにしておかなければならない。
</para>
</listitem>
<listitem>
<para>
バイナリ形式で再配布する場合、上記の著作権表示、この条件一覧、及び下記の免責事項を、配布物とともに提供される文書その他に記載せねばならない。
</para>
</listitem>
<listitem>
<para>
この大学の名前および貢献者の名前を、事前の書面による特別の許可無しに、このソフトウェアから派生した製品を推薦・宣伝するのに用いてはならない。
</para>
</listitem>
</itemizedlist>
</para>
<para>
このソフトウェアはグラスゴー大学役員会及び貢献者によって「あるがまま」で提供され、市場性及び特定目的への適格性についての暗黙の保証を含み、ただしこれに限定されない、あらゆる明示的・暗黙的な保証は放棄される。いかなるできごとにおいても、グラスゴー大学役員会や貢献者は、このソフトウェアを使ったことにどのようにせよ由来する、直接損害賠償、間接損害賠償、付随的損害賠償、特別損害賠償、 懲罰的損害賠償、または派生的な損害賠償 (代替品または代替サービスの調達、使用・データ・利益の喪失、および業務の中断を含むが、これに限定されない)の責任については、原因を問わず、また、有るとされる責任が契約によるものか、厳格責任であるか、過失その他の不法行為によるものかを問わず、仮にそのような損害賠償の発生の可能性を知らされていたとしても、これを負わない。</para>
</sect1>
</preface>
<!-- Emacs stuff:
;;; Local Variables: ***
;;; sgml-parent-document: ("users_guide.xml" "book" "preface") ***
;;; End: ***
-->