~ubuntu-branches/debian/sid/wordpress/sid

« back to all changes in this revision

Viewing changes to debian/missing-sources/plupload-1.5.4/csharp/Plupload/FJCore/IJG.txt

  • Committer: Package Import Robot
  • Author(s): Raphaël Hertzog
  • Date: 2013-09-04 23:18:58 UTC
  • mfrom: (1.2.28)
  • Revision ID: package-import@ubuntu.com-20130904231858-nljmn1buzswh63jk
Tags: 3.6+dfsg-1
* New upstream release.
* Improve wp-settings to verify that $_SERVER['HTTP_X_FORWARDED_PROTO']
  exists before accessing it (avoids a PHP notice).
  Thanks to Paul Dreik <slask@pauldreik.se> for the report and the patch.
* Document in README.Debian the need to login to /wp-admin/ to complete
  an upgrade.
* Drop useless debian/README.source
* Drop 008CVE2008-2392.patch since upstream now disables unfiltered
  uploads by default. See http://core.trac.wordpress.org/ticket/10692
* Drop 009CVE2008-6767.patch since the backto parameter is validated
  against a whitelist, and externally triggered upgrades are not a
  security problem as long as they work.
* Update debian/missing-sources with latest versions.
* Update upstream l10n.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
This software is based in part on the work of the Independent JPEG Group:
2
 
 
3
 
The Independent JPEG Group's JPEG software
4
 
==========================================
5
 
 
6
 
LEGAL ISSUES
7
 
============
8
 
 
9
 
In plain English:
10
 
 
11
 
1. We don't promise that this software works.  (But if you find any bugs,
12
 
   please let us know!)
13
 
2. You can use this software for whatever you want.  You don't have to pay us.
14
 
3. You may not pretend that you wrote this software.  If you use it in a
15
 
   program, you must acknowledge somewhere in your documentation that
16
 
   you've used the IJG code.
17
 
 
18
 
In legalese:
19
 
 
20
 
The authors make NO WARRANTY or representation, either express or implied,
21
 
with respect to this software, its quality, accuracy, merchantability, or
22
 
fitness for a particular purpose.  This software is provided "AS IS", and you,
23
 
its user, assume the entire risk as to its quality and accuracy.
24
 
 
25
 
This software is copyright (C) 1991-1998, Thomas G. Lane.
26
 
All Rights Reserved except as specified below.
27
 
 
28
 
Permission is hereby granted to use, copy, modify, and distribute this
29
 
software (or portions thereof) for any purpose, without fee, subject to these
30
 
conditions:
31
 
(1) If any part of the source code for this software is distributed, then this
32
 
README file must be included, with this copyright and no-warranty notice
33
 
unaltered; and any additions, deletions, or changes to the original files
34
 
must be clearly indicated in accompanying documentation.
35
 
(2) If only executable code is distributed, then the accompanying
36
 
documentation must state that "this software is based in part on the work of
37
 
the Independent JPEG Group".
38
 
(3) Permission for use of this software is granted only if the user accepts
39
 
full responsibility for any undesirable consequences; the authors accept
40
 
NO LIABILITY for damages of any kind.
41
 
 
42
 
These conditions apply to any software derived from or based on the IJG code,
43
 
not just to the unmodified library.  If you use our work, you ought to
44
 
acknowledge us.
45
 
 
46
 
Permission is NOT granted for the use of any IJG author's name or company name
47
 
in advertising or publicity relating to this software or products derived from
48
 
it.  This software may be referred to only as "the Independent JPEG Group's
49
 
software".
50
 
 
51
 
We specifically permit and encourage the use of this software as the basis of
52
 
commercial products, provided that all warranty or liability claims are
53
 
assumed by the product vendor.
54
 
 
55
 
 
56
 
ansi2knr.c is included in this distribution by permission of L. Peter Deutsch,
57
 
sole proprietor of its copyright holder, Aladdin Enterprises of Menlo Park, CA.
58
 
ansi2knr.c is NOT covered by the above copyright and conditions, but instead
59
 
by the usual distribution terms of the Free Software Foundation; principally,
60
 
that you must include source code if you redistribute it.  (See the file
61
 
ansi2knr.c for full details.)  However, since ansi2knr.c is not needed as part
62
 
of any program generated from the IJG code, this does not limit you more than
63
 
the foregoing paragraphs do.
64
 
 
65
 
The Unix configuration script "configure" was produced with GNU Autoconf.
66
 
It is copyright by the Free Software Foundation but is freely distributable.
67
 
The same holds for its supporting scripts (config.guess, config.sub,
68
 
ltconfig, ltmain.sh).  Another support script, install-sh, is copyright
69
 
by M.I.T. but is also freely distributable.
70
 
 
71
 
It appears that the arithmetic coding option of the JPEG spec is covered by
72
 
patents owned by IBM, AT&T, and Mitsubishi.  Hence arithmetic coding cannot
73
 
legally be used without obtaining one or more licenses.  For this reason,
74
 
support for arithmetic coding has been removed from the free JPEG software.
75
 
(Since arithmetic coding provides only a marginal gain over the unpatented
76
 
Huffman mode, it is unlikely that very many implementations will support it.)
77
 
So far as we are aware, there are no patent restrictions on the remaining
78
 
code.
79
 
 
80
 
The IJG distribution formerly included code to read and write GIF files.
81
 
To avoid entanglement with the Unisys LZW patent, GIF reading support has
82
 
been removed altogether, and the GIF writer has been simplified to produce
83
 
"uncompressed GIFs".  This technique does not use the LZW algorithm; the
84
 
resulting GIF files are larger than usual, but are readable by all standard
85
 
GIF decoders.
86
 
 
87
 
We are required to state that
88
 
    "The Graphics Interchange Format(c) is the Copyright property of
89
 
    CompuServe Incorporated.  GIF(sm) is a Service Mark property of
90
 
    CompuServe Incorporated."