Browse code

avcodec/j2kenc: Add attribution to OpenJPEG project:

http://ghostscript.com/~tor/gs-browse/gs/openjpeg/libopenjpeg/t1.c

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit b6b4b0a65e02495edf9d7e5b23bef99a92921147)

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

Aaron Boxer authored on 2016/04/01 05:02:14
Showing 1 changed files
... ...
@@ -17,8 +17,46 @@
17 17
  * You should have received a copy of the GNU Lesser General Public
18 18
  * License along with FFmpeg; if not, write to the Free Software
19 19
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20
+ *
21
+ * **********************************************************************************************************************
22
+ *
23
+ *
24
+ *
25
+ * This source code incorporates work covered by the following copyright and
26
+ * permission notice:
27
+ *
28
+ * Copyright (c) 2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
29
+ * Copyright (c) 2002-2007, Professor Benoit Macq
30
+ * Copyright (c) 2001-2003, David Janssens
31
+ * Copyright (c) 2002-2003, Yannick Verschueren
32
+ * Copyright (c) 2003-2007, Francois-Olivier Devaux and Antonin Descampe
33
+ * Copyright (c) 2005, Herve Drolon, FreeImage Team
34
+ * Copyright (c) 2007, Callum Lerwick <seg@haxxed.com>
35
+ * All rights reserved.
36
+ *
37
+ * Redistribution and use in source and binary forms, with or without
38
+ * modification, are permitted provided that the following conditions
39
+ * are met:
40
+ * 1. Redistributions of source code must retain the above copyright
41
+ *    notice, this list of conditions and the following disclaimer.
42
+ * 2. Redistributions in binary form must reproduce the above copyright
43
+ *    notice, this list of conditions and the following disclaimer in the
44
+ *    documentation and/or other materials provided with the distribution.
45
+ *
46
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS `AS IS'
47
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
48
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
49
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
50
+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
51
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
52
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
53
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
54
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
55
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
56
+ * POSSIBILITY OF SUCH DAMAGE.
20 57
  */
21 58
 
59
+
22 60
 /**
23 61
  * JPEG2000 image encoder
24 62
  * @file