~ben-kietzman/ubuntu/quantal/mountmanager/fix-for-598070

« back to all changes in this revision

Viewing changes to doc/en/Information/license.html

  • Committer: Bazaar Package Importer
  • Author(s): Fabrice Coutadeur
  • Date: 2008-08-20 10:22:14 UTC
  • Revision ID: james.westby@ubuntu.com-20080820102214-fv93myu0ncb1503r
Tags: upstream-0.2.4
ImportĀ upstreamĀ versionĀ 0.2.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<head>
 
2
<title>MountManager manual</title>
 
3
<meta http-equiv="content-type" content="text/html; charset=utf8" />
 
4
<style>
 
5
a {
 
6
        color:#984a4a;
 
7
        text-decoration:none;
 
8
}
 
9
</style>
 
10
</head>
 
11
<body>
 
12
<center><b><font size='3'>License</font></b></center>
 
13
<hr>
 
14
<strong>MountManager</strong> - the tool for mounting storage devices in <strong>Linux</strong><br>
 
15
Copyright (C) 2007-2008 Tikhonov Sergey<br>
 
16
<br>
 
17
This program is free software; you can redistribute it and/or<br>
 
18
modify it under the terms of the GNU General Public License<br>
 
19
as published by the Free Software Foundation; either version 2<br>
 
20
of the License, or (at your option) any later version.<br>
 
21
<br>
 
22
This program is distributed in the hope that it will be useful,<br>
 
23
but WITHOUT ANY WARRANTY; without even the implied warranty of<br>
 
24
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the<br>
 
25
GNU General Public License for more details.<br>
 
26
<br>
 
27
You should have received a copy of the GNU General Public License<br>
 
28
along with this program; if not, write to the Free Software<br>
 
29
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.<br>
 
30
<br>
 
31
<h2>GNU General Public License, version 2</h2>
 
32
 
 
33
<h3>Table of Contents</h3>
 
34
<ul>
 
35
 
 
36
  <li><a name="TOC1" href="#SEC1">GNU GENERAL PUBLIC LICENSE</a></li>
 
37
  <li>
 
38
    <ul>
 
39
      <li><a name="TOC2" href="#SEC2">Preamble</a></li>
 
40
      <li><a name="TOC3" href="#SEC3">TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION</a></li>
 
41
      <li><a name="TOC4" href="#SEC4">How to Apply These Terms to Your New Programs</a></li>
 
42
    </ul>
 
43
  </li>
 
44
</ul>
 
45
 
 
46
<hr />
 
47
 
 
48
<h3><a name="SEC1" href="#TOC1">GNU GENERAL PUBLIC LICENSE</a></h3>
 
49
<p>
 
50
Version 2, June 1991
 
51
</p>
 
52
 
 
53
<pre>
 
54
Copyright (C) 1989, 1991 Free Software Foundation, Inc.  
 
55
51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
 
56
 
 
57
Everyone is permitted to copy and distribute verbatim copies
 
58
of this license document, but changing it is not allowed.
 
59
</pre>
 
60
 
 
61
<h3><a name="SEC2" href="#TOC2">Preamble</a></h3>
 
62
 
 
63
<p>
 
64
  The licenses for most software are designed to take away your
 
65
freedom to share and change it.  By contrast, the GNU General Public
 
66
License is intended to guarantee your freedom to share and change free
 
67
software--to make sure the software is free for all its users.  This
 
68
General Public License applies to most of the Free Software
 
69
Foundation's software and to any other program whose authors commit to
 
70
using it.  (Some other Free Software Foundation software is covered by
 
71
the GNU Lesser General Public License instead.)  You can apply it to
 
72
your programs, too.
 
73
</p>
 
74
 
 
75
<p>
 
76
  When we speak of free software, we are referring to freedom, not
 
77
price.  Our General Public Licenses are designed to make sure that you
 
78
have the freedom to distribute copies of free software (and charge for
 
79
this service if you wish), that you receive source code or can get it
 
80
if you want it, that you can change the software or use pieces of it
 
81
in new free programs; and that you know you can do these things.
 
82
</p>
 
83
 
 
84
<p>
 
85
  To protect your rights, we need to make restrictions that forbid
 
86
anyone to deny you these rights or to ask you to surrender the rights.
 
87
These restrictions translate to certain responsibilities for you if you
 
88
distribute copies of the software, or if you modify it.
 
89
</p>
 
90
 
 
91
<p>
 
92
  For example, if you distribute copies of such a program, whether
 
93
gratis or for a fee, you must give the recipients all the rights that
 
94
you have.  You must make sure that they, too, receive or can get the
 
95
source code.  And you must show them these terms so they know their
 
96
rights.
 
97
</p>
 
98
 
 
99
<p>
 
100
  We protect your rights with two steps: (1) copyright the software, and
 
101
(2) offer you this license which gives you legal permission to copy,
 
102
distribute and/or modify the software.
 
103
</p>
 
104
 
 
105
<p>
 
106
  Also, for each author's protection and ours, we want to make certain
 
107
that everyone understands that there is no warranty for this free
 
108
software.  If the software is modified by someone else and passed on, we
 
109
want its recipients to know that what they have is not the original, so
 
110
that any problems introduced by others will not reflect on the original
 
111
authors' reputations.
 
112
</p>
 
113
 
 
114
<p>
 
115
  Finally, any free program is threatened constantly by software
 
116
patents.  We wish to avoid the danger that redistributors of a free
 
117
program will individually obtain patent licenses, in effect making the
 
118
program proprietary.  To prevent this, we have made it clear that any
 
119
patent must be licensed for everyone's free use or not licensed at all.
 
120
</p>
 
121
 
 
122
<p>
 
123
  The precise terms and conditions for copying, distribution and
 
124
modification follow.
 
125
</p>
 
126
 
 
127
 
 
128
<h3><a name="SEC3" href="#TOC3">TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION</a></h3>
 
129
 
 
130
 
 
131
<p>
 
132
<strong>0.</strong>
 
133
 This License applies to any program or other work which contains
 
134
a notice placed by the copyright holder saying it may be distributed
 
135
under the terms of this General Public License.  The "Program", below,
 
136
refers to any such program or work, and a "work based on the Program"
 
137
means either the Program or any derivative work under copyright law:
 
138
that is to say, a work containing the Program or a portion of it,
 
139
either verbatim or with modifications and/or translated into another
 
140
language.  (Hereinafter, translation is included without limitation in
 
141
the term "modification".)  Each licensee is addressed as "you".
 
142
</p>
 
143
 
 
144
<p>
 
145
Activities other than copying, distribution and modification are not
 
146
covered by this License; they are outside its scope.  The act of
 
147
running the Program is not restricted, and the output from the Program
 
148
is covered only if its contents constitute a work based on the
 
149
Program (independent of having been made by running the Program).
 
150
Whether that is true depends on what the Program does.
 
151
</p>
 
152
 
 
153
<p>
 
154
<strong>1.</strong>
 
155
 You may copy and distribute verbatim copies of the Program's
 
156
source code as you receive it, in any medium, provided that you
 
157
conspicuously and appropriately publish on each copy an appropriate
 
158
copyright notice and disclaimer of warranty; keep intact all the
 
159
notices that refer to this License and to the absence of any warranty;
 
160
and give any other recipients of the Program a copy of this License
 
161
along with the Program.
 
162
</p>
 
163
 
 
164
<p>
 
165
You may charge a fee for the physical act of transferring a copy, and
 
166
you may at your option offer warranty protection in exchange for a fee.
 
167
</p>
 
168
 
 
169
<p>
 
170
<strong>2.</strong>
 
171
 You may modify your copy or copies of the Program or any portion
 
172
of it, thus forming a work based on the Program, and copy and
 
173
distribute such modifications or work under the terms of Section 1
 
174
above, provided that you also meet all of these conditions:
 
175
</p>
 
176
 
 
177
<dl>
 
178
  <dt></dt>
 
179
    <dd>
 
180
      <strong>a)</strong>
 
181
      You must cause the modified files to carry prominent notices
 
182
      stating that you changed the files and the date of any change.
 
183
    </dd>
 
184
  <dt></dt>
 
185
    <dd>
 
186
      <strong>b)</strong>
 
187
      You must cause any work that you distribute or publish, that in
 
188
      whole or in part contains or is derived from the Program or any
 
189
      part thereof, to be licensed as a whole at no charge to all third
 
190
      parties under the terms of this License.
 
191
    </dd>
 
192
  <dt></dt>
 
193
    <dd>
 
194
      <strong>c)</strong>
 
195
      If the modified program normally reads commands interactively
 
196
      when run, you must cause it, when started running for such
 
197
      interactive use in the most ordinary way, to print or display an
 
198
      announcement including an appropriate copyright notice and a
 
199
      notice that there is no warranty (or else, saying that you provide
 
200
      a warranty) and that users may redistribute the program under
 
201
      these conditions, and telling the user how to view a copy of this
 
202
      License.  (Exception: if the Program itself is interactive but
 
203
      does not normally print such an announcement, your work based on
 
204
      the Program is not required to print an announcement.)
 
205
    </dd>
 
206
</dl>
 
207
 
 
208
<p>
 
209
These requirements apply to the modified work as a whole.  If
 
210
identifiable sections of that work are not derived from the Program,
 
211
and can be reasonably considered independent and separate works in
 
212
themselves, then this License, and its terms, do not apply to those
 
213
sections when you distribute them as separate works.  But when you
 
214
distribute the same sections as part of a whole which is a work based
 
215
on the Program, the distribution of the whole must be on the terms of
 
216
this License, whose permissions for other licensees extend to the
 
217
entire whole, and thus to each and every part regardless of who wrote it.
 
218
</p>
 
219
 
 
220
<p>
 
221
Thus, it is not the intent of this section to claim rights or contest
 
222
your rights to work written entirely by you; rather, the intent is to
 
223
exercise the right to control the distribution of derivative or
 
224
collective works based on the Program.
 
225
</p>
 
226
 
 
227
<p>
 
228
In addition, mere aggregation of another work not based on the Program
 
229
with the Program (or with a work based on the Program) on a volume of
 
230
a storage or distribution medium does not bring the other work under
 
231
the scope of this License.
 
232
</p>
 
233
 
 
234
<p>
 
235
<strong>3.</strong>
 
236
 You may copy and distribute the Program (or a work based on it,
 
237
under Section 2) in object code or executable form under the terms of
 
238
Sections 1 and 2 above provided that you also do one of the following:
 
239
</p>
 
240
 
 
241
<!-- we use this doubled UL to get the sub-sections indented, -->
 
242
<!-- while making the bullets as unobvious as possible. -->
 
243
 
 
244
<dl>
 
245
  <dt></dt>
 
246
    <dd>
 
247
      <strong>a)</strong>
 
248
      Accompany it with the complete corresponding machine-readable
 
249
      source code, which must be distributed under the terms of Sections
 
250
      1 and 2 above on a medium customarily used for software interchange; or,
 
251
    </dd>
 
252
  <dt></dt>
 
253
    <dd>
 
254
      <strong>b)</strong>
 
255
      Accompany it with a written offer, valid for at least three
 
256
      years, to give any third party, for a charge no more than your
 
257
      cost of physically performing source distribution, a complete
 
258
      machine-readable copy of the corresponding source code, to be
 
259
      distributed under the terms of Sections 1 and 2 above on a medium
 
260
      customarily used for software interchange; or,
 
261
    </dd>
 
262
  <dt></dt>
 
263
    <dd>
 
264
      <strong>c)</strong>
 
265
      Accompany it with the information you received as to the offer
 
266
      to distribute corresponding source code.  (This alternative is
 
267
      allowed only for noncommercial distribution and only if you
 
268
      received the program in object code or executable form with such
 
269
      an offer, in accord with Subsection b above.)
 
270
    </dd>
 
271
</dl>
 
272
 
 
273
<p>
 
274
The source code for a work means the preferred form of the work for
 
275
making modifications to it.  For an executable work, complete source
 
276
code means all the source code for all modules it contains, plus any
 
277
associated interface definition files, plus the scripts used to
 
278
control compilation and installation of the executable.  However, as a
 
279
special exception, the source code distributed need not include
 
280
anything that is normally distributed (in either source or binary
 
281
form) with the major components (compiler, kernel, and so on) of the
 
282
operating system on which the executable runs, unless that component
 
283
itself accompanies the executable.
 
284
</p>
 
285
 
 
286
<p>
 
287
If distribution of executable or object code is made by offering
 
288
access to copy from a designated place, then offering equivalent
 
289
access to copy the source code from the same place counts as
 
290
distribution of the source code, even though third parties are not
 
291
compelled to copy the source along with the object code.
 
292
</p>
 
293
 
 
294
<p>
 
295
<strong>4.</strong>
 
296
 You may not copy, modify, sublicense, or distribute the Program
 
297
except as expressly provided under this License.  Any attempt
 
298
otherwise to copy, modify, sublicense or distribute the Program is
 
299
void, and will automatically terminate your rights under this License.
 
300
However, parties who have received copies, or rights, from you under
 
301
this License will not have their licenses terminated so long as such
 
302
parties remain in full compliance.
 
303
</p>
 
304
 
 
305
<p>
 
306
<strong>5.</strong>
 
307
 You are not required to accept this License, since you have not
 
308
signed it.  However, nothing else grants you permission to modify or
 
309
distribute the Program or its derivative works.  These actions are
 
310
prohibited by law if you do not accept this License.  Therefore, by
 
311
modifying or distributing the Program (or any work based on the
 
312
Program), you indicate your acceptance of this License to do so, and
 
313
all its terms and conditions for copying, distributing or modifying
 
314
the Program or works based on it.
 
315
</p>
 
316
 
 
317
<p>
 
318
<strong>6.</strong>
 
319
 Each time you redistribute the Program (or any work based on the
 
320
Program), the recipient automatically receives a license from the
 
321
original licensor to copy, distribute or modify the Program subject to
 
322
these terms and conditions.  You may not impose any further
 
323
restrictions on the recipients' exercise of the rights granted herein.
 
324
You are not responsible for enforcing compliance by third parties to
 
325
this License.
 
326
</p>
 
327
 
 
328
<p>
 
329
<strong>7.</strong>
 
330
 If, as a consequence of a court judgment or allegation of patent
 
331
infringement or for any other reason (not limited to patent issues),
 
332
conditions are imposed on you (whether by court order, agreement or
 
333
otherwise) that contradict the conditions of this License, they do not
 
334
excuse you from the conditions of this License.  If you cannot
 
335
distribute so as to satisfy simultaneously your obligations under this
 
336
License and any other pertinent obligations, then as a consequence you
 
337
may not distribute the Program at all.  For example, if a patent
 
338
license would not permit royalty-free redistribution of the Program by
 
339
all those who receive copies directly or indirectly through you, then
 
340
the only way you could satisfy both it and this License would be to
 
341
refrain entirely from distribution of the Program.
 
342
</p>
 
343
 
 
344
<p>
 
345
If any portion of this section is held invalid or unenforceable under
 
346
any particular circumstance, the balance of the section is intended to
 
347
apply and the section as a whole is intended to apply in other
 
348
circumstances.
 
349
</p>
 
350
 
 
351
<p>
 
352
It is not the purpose of this section to induce you to infringe any
 
353
patents or other property right claims or to contest validity of any
 
354
such claims; this section has the sole purpose of protecting the
 
355
integrity of the free software distribution system, which is
 
356
implemented by public license practices.  Many people have made
 
357
generous contributions to the wide range of software distributed
 
358
through that system in reliance on consistent application of that
 
359
system; it is up to the author/donor to decide if he or she is willing
 
360
to distribute software through any other system and a licensee cannot
 
361
impose that choice.
 
362
</p>
 
363
 
 
364
<p>
 
365
This section is intended to make thoroughly clear what is believed to
 
366
be a consequence of the rest of this License.
 
367
</p>
 
368
 
 
369
<p>
 
370
<strong>8.</strong>
 
371
 If the distribution and/or use of the Program is restricted in
 
372
certain countries either by patents or by copyrighted interfaces, the
 
373
original copyright holder who places the Program under this License
 
374
may add an explicit geographical distribution limitation excluding
 
375
those countries, so that distribution is permitted only in or among
 
376
countries not thus excluded.  In such case, this License incorporates
 
377
the limitation as if written in the body of this License.
 
378
</p>
 
379
 
 
380
<p>
 
381
<strong>9.</strong>
 
382
 The Free Software Foundation may publish revised and/or new versions
 
383
of the General Public License from time to time.  Such new versions will
 
384
be similar in spirit to the present version, but may differ in detail to
 
385
address new problems or concerns.
 
386
</p>
 
387
 
 
388
<p>
 
389
Each version is given a distinguishing version number.  If the Program
 
390
specifies a version number of this License which applies to it and "any
 
391
later version", you have the option of following the terms and conditions
 
392
either of that version or of any later version published by the Free
 
393
Software Foundation.  If the Program does not specify a version number of
 
394
this License, you may choose any version ever published by the Free Software
 
395
Foundation.
 
396
</p>
 
397
 
 
398
<p>
 
399
<strong>10.</strong>
 
400
 If you wish to incorporate parts of the Program into other free
 
401
programs whose distribution conditions are different, write to the author
 
402
to ask for permission.  For software which is copyrighted by the Free
 
403
Software Foundation, write to the Free Software Foundation; we sometimes
 
404
make exceptions for this.  Our decision will be guided by the two goals
 
405
of preserving the free status of all derivatives of our free software and
 
406
of promoting the sharing and reuse of software generally.
 
407
</p>
 
408
 
 
409
<p><strong>NO WARRANTY</strong></p>
 
410
 
 
411
<p>
 
412
<strong>11.</strong>
 
413
 BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
 
414
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
 
415
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
 
416
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
 
417
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 
418
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
 
419
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
 
420
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
 
421
REPAIR OR CORRECTION.
 
422
</p>
 
423
 
 
424
<p>
 
425
<strong>12.</strong>
 
426
 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
 
427
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
 
428
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
 
429
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
 
430
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
 
431
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
 
432
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
 
433
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
 
434
POSSIBILITY OF SUCH DAMAGES.
 
435
</p>
 
436
 
 
437
<h3>END OF TERMS AND CONDITIONS</h3>
 
438
 
 
439
<h3><a name="SEC4" href="#TOC4">How to Apply These Terms to Your New Programs</a></h3>
 
440
 
 
441
<p>
 
442
  If you develop a new program, and you want it to be of the greatest
 
443
possible use to the public, the best way to achieve this is to make it
 
444
free software which everyone can redistribute and change under these terms.
 
445
</p>
 
446
 
 
447
<p>
 
448
  To do so, attach the following notices to the program.  It is safest
 
449
to attach them to the start of each source file to most effectively
 
450
convey the exclusion of warranty; and each file should have at least
 
451
the "copyright" line and a pointer to where the full notice is found.
 
452
</p>
 
453
 
 
454
<pre>
 
455
<var>one line to give the program's name and an idea of what it does.</var>
 
456
Copyright (C) <var>yyyy</var>  <var>name of author</var>
 
457
 
 
458
This program is free software; you can redistribute it and/or
 
459
modify it under the terms of the GNU General Public License
 
460
as published by the Free Software Foundation; either version 2
 
461
of the License, or (at your option) any later version.
 
462
 
 
463
This program is distributed in the hope that it will be useful,
 
464
but WITHOUT ANY WARRANTY; without even the implied warranty of
 
465
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
466
GNU General Public License for more details.
 
467
 
 
468
You should have received a copy of the GNU General Public License
 
469
along with this program; if not, write to the Free Software
 
470
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
471
</pre>
 
472
 
 
473
<p>
 
474
Also add information on how to contact you by electronic and paper mail.
 
475
</p>
 
476
 
 
477
<p>
 
478
If the program is interactive, make it output a short notice like this
 
479
when it starts in an interactive mode:
 
480
</p>
 
481
 
 
482
<pre>
 
483
Gnomovision version 69, Copyright (C) <var>year</var> <var>name of author</var>
 
484
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details
 
485
type `show w'.  This is free software, and you are welcome
 
486
to redistribute it under certain conditions; type `show c' 
 
487
for details.
 
488
</pre>
 
489
 
 
490
<p>
 
491
The hypothetical commands <samp>`show w'</samp> and <samp>`show c'</samp> should show
 
492
the appropriate parts of the General Public License.  Of course, the
 
493
commands you use may be called something other than <samp>`show w'</samp> and
 
494
<samp>`show c'</samp>; they could even be mouse-clicks or menu items--whatever
 
495
suits your program.
 
496
</p>
 
497
 
 
498
<p>
 
499
You should also get your employer (if you work as a programmer) or your
 
500
school, if any, to sign a "copyright disclaimer" for the program, if
 
501
necessary.  Here is a sample; alter the names:
 
502
</p>
 
503
 
 
504
 
 
505
<pre>
 
506
Yoyodyne, Inc., hereby disclaims all copyright
 
507
interest in the program `Gnomovision'
 
508
(which makes passes at compilers) written 
 
509
by James Hacker.
 
510
 
 
511
<var>signature of Ty Coon</var>, 1 April 1989
 
512
Ty Coon, President of Vice
 
513
</pre>
 
514
 
 
515
<p>
 
516
This General Public License does not permit incorporating your program into
 
517
proprietary programs.  If your program is a subroutine library, you may
 
518
consider it more useful to permit linking proprietary applications with the
 
519
library.  If this is what you want to do, use the 
 
520
<em>GNU Lesser General Public License</em>
 
521
instead of this License.
 
522
</p>
 
523
</body>
 
 
b'\\ No newline at end of file'