1 /*
2 Copyright (C) 2017-2021, Dirk Krause
3 SPDX-License-Identifier: BSD-3-Clause
4 */
5 
6 /*
7 	WARNING: This file was generated by the dkct program (see
8 	http://dktools.sourceforge.net/ for details).
9 	Changes you make here will be lost if dkct is run again!
10 	You should modify the original source and run dkct on it.
11 	Original source: w2llic.ctr
12 */
13 
14 /**	@file w2llic.c The w2llic module.
15 */
16 
17 
18 
19 #include <wxd2lat/wxd2lat.h>
20 
21 
22 
23 
24 
25 
26 /**	License text.
27 */
28 static const dkChar	* const	wxd2lat_license_text[] = {
29 dkT(""),
30 dkT("Overview"),
31 dkT("========"),
32 dkT("This software uses code from the following projects either directly"),
33 dkT("or as a library:"),
34 dkT(""),
35 dkT("dktools\tDirk Krause's tools and libraries."),
36 dkT("\tSee http://sourceforge.net/p/wiki/Home/ for information."),
37 #if	DK4_HAVE_PNG_H
38 dkT(""),
39 dkT("libpng\tPNG reference library."),
40 dkT("\tSee http://www.libpng.org/pub/png/libpng.html for information."),
41 #endif
42 #if	DK4_HAVE_JPEGLIB_H
43 dkT(""),
44 dkT("jpeg\tIndependent JPEG groups free JPEG library."),
45 dkT("\tSee http://www.ijg.org/ for information."),
46 #endif
47 #if DK4_HAVE_TIFF_H
48 dkT(""),
49 dkT("libtiff\tTIFF library."),
50 dkT("\tSee http://www.remotesensing.org/libtiff/ for information."),
51 #endif
52 #if	DK4_HAVE_ZLIB_H
53 dkT(""),
54 dkT("zlib\tCompression library."),
55 dkT("\tSee http://www.zlib.net/ for information."),
56 #endif
57 dkT(""),
58 dkT("Your use of the bmpp program must be in compliance with the license conditions"),
59 dkT("for the dktools project and the license conditions for all the libraries used"),
60 dkT("by bmpp."),
61 dkT(""),
62 dkT("License for the dktools project"),
63 dkT("==============================="),
64 dkT("Copyright (c) 2011-2018, Dirk Krause"),
65 dkT("All rights reserved."),
66 dkT(""),
67 dkT("Redistribution and use in source and binary forms,"),
68 dkT("with or without modification, are permitted provided"),
69 dkT("that the following conditions are met:"),
70 dkT(""),
71 dkT("* Redistributions of source code must retain the above copyright notice,"),
72 dkT("  this list of conditions and the following disclaimer."),
73 dkT("* Redistributions in binary form must reproduce the above copyright notice,"),
74 dkT("  this list of conditions and the following disclaimer in the documentation"),
75 dkT("  and/or other materials provided with the distribution."),
76 dkT("* Neither the name of the copyright holder(s) nor the names of contributors"),
77 dkT("  may be used to endorse or promote products derived from this software"),
78 dkT("  without specific prior written permission."),
79 dkT(""),
80 dkT("THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\""),
81 dkT("AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE"),
82 dkT("IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE"),
83 dkT("ARE DISCLAIMED."),
84 dkT(""),
85 dkT("IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY"),
86 dkT("DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES"),
87 dkT("(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;"),
88 dkT("LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND"),
89 dkT("ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT"),
90 dkT("(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF"),
91 dkT("THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."),
92 #if	DK4_HAVE_PNG_H
93 dkT(""),
94 dkT("libpng license"),
95 dkT("=============="),
96 dkT(""),
97 dkT("This copy of the libpng notices is provided for your convenience.  In case of"),
98 dkT("any discrepancy between this copy and the notices in the file png.h that is"),
99 dkT("included in the libpng distribution, the latter shall prevail."),
100 dkT(""),
101 dkT("COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:"),
102 dkT(""),
103 dkT("If you modify libpng you may insert additional notices immediately following"),
104 dkT("this sentence."),
105 dkT(""),
106 dkT("This code is released under the libpng license."),
107 dkT(""),
108 dkT("libpng versions 1.2.6, August 15, 2004, through 1.2.46, July 9, 2011, are"),
109 dkT("Copyright (c) 2004, 2006-2009 Glenn Randers-Pehrson, and are"),
110 dkT("distributed according to the same disclaimer and license as libpng-1.2.5"),
111 dkT("with the following individual added to the list of Contributing Authors"),
112 dkT(""),
113 dkT("   Cosmin Truta"),
114 dkT(""),
115 dkT("libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are"),
116 dkT("Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are"),
117 dkT("distributed according to the same disclaimer and license as libpng-1.0.6"),
118 dkT("with the following individuals added to the list of Contributing Authors"),
119 dkT(""),
120 dkT("   Simon-Pierre Cadieux"),
121 dkT("   Eric S. Raymond"),
122 dkT("   Gilles Vollant"),
123 dkT(""),
124 dkT("and with the following additions to the disclaimer:"),
125 dkT(""),
126 dkT("   There is no warranty against interference with your enjoyment of the"),
127 dkT("   library or against infringement.  There is no warranty that our"),
128 dkT("   efforts or the library will fulfill any of your particular purposes"),
129 dkT("   or needs.  This library is provided with all faults, and the entire"),
130 dkT("   risk of satisfactory quality, performance, accuracy, and effort is with"),
131 dkT("   the user."),
132 dkT(""),
133 dkT("libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are"),
134 dkT("Copyright (c) 1998, 1999 Glenn Randers-Pehrson, and are"),
135 dkT("distributed according to the same disclaimer and license as libpng-0.96,"),
136 dkT("with the following individuals added to the list of Contributing Authors:"),
137 dkT(""),
138 dkT("   Tom Lane"),
139 dkT("   Glenn Randers-Pehrson"),
140 dkT("   Willem van Schaik"),
141 dkT(""),
142 dkT("libpng versions 0.89, June 1996, through 0.96, May 1997, are"),
143 dkT("Copyright (c) 1996, 1997 Andreas Dilger"),
144 dkT("Distributed according to the same disclaimer and license as libpng-0.88,"),
145 dkT("with the following individuals added to the list of Contributing Authors:"),
146 dkT(""),
147 dkT("   John Bowler"),
148 dkT("   Kevin Bracey"),
149 dkT("   Sam Bushell"),
150 dkT("   Magnus Holmgren"),
151 dkT("   Greg Roelofs"),
152 dkT("   Tom Tanner"),
153 dkT(""),
154 dkT("libpng versions 0.5, May 1995, through 0.88, January 1996, are"),
155 dkT("Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc."),
156 dkT(""),
157 dkT("For the purposes of this copyright and license, \"Contributing Authors\""),
158 dkT("is defined as the following set of individuals:"),
159 dkT(""),
160 dkT("   Andreas Dilger"),
161 dkT("   Dave Martindale"),
162 dkT("   Guy Eric Schalnat"),
163 dkT("   Paul Schmidt"),
164 dkT("   Tim Wegner"),
165 dkT(""),
166 dkT("The PNG Reference Library is supplied \"AS IS\".  The Contributing Authors"),
167 dkT("and Group 42, Inc. disclaim all warranties, expressed or implied,"),
168 dkT("including, without limitation, the warranties of merchantability and of"),
169 dkT("fitness for any purpose.  The Contributing Authors and Group 42, Inc."),
170 dkT("assume no liability for direct, indirect, incidental, special, exemplary,"),
171 dkT("or consequential damages, which may result from the use of the PNG"),
172 dkT("Reference Library, even if advised of the possibility of such damage."),
173 dkT(""),
174 dkT("Permission is hereby granted to use, copy, modify, and distribute this"),
175 dkT("source code, or portions hereof, for any purpose, without fee, subject"),
176 dkT("to the following restrictions:"),
177 dkT(""),
178 dkT("1. The origin of this source code must not be misrepresented."),
179 dkT(""),
180 dkT("2. Altered versions must be plainly marked as such and must not"),
181 dkT("   be misrepresented as being the original source."),
182 dkT(""),
183 dkT("3. This Copyright notice may not be removed or altered from any"),
184 dkT("   source or altered source distribution."),
185 dkT(""),
186 dkT("The Contributing Authors and Group 42, Inc. specifically permit, without"),
187 dkT("fee, and encourage the use of this source code as a component to"),
188 dkT("supporting the PNG file format in commercial products.  If you use this"),
189 dkT("source code in a product, acknowledgment is not required but would be"),
190 dkT("appreciated."),
191 dkT(""),
192 dkT(""),
193 dkT("A \"png_get_copyright\" function is available, for convenient use in \"about\""),
194 dkT("boxes and the like:"),
195 dkT(""),
196 dkT("   printf(\"%s\",png_get_copyright(NULL));"),
197 dkT(""),
198 dkT("Also, the PNG logo (in PNG format, of course) is supplied in the"),
199 dkT("files \"pngbar.png\" and \"pngbar.jpg (88x31) and \"pngnow.png\" (98x31)."),
200 dkT(""),
201 dkT("Libpng is OSI Certified Open Source Software.  OSI Certified Open Source is a"),
202 dkT("certification mark of the Open Source Initiative."),
203 dkT(""),
204 dkT("Glenn Randers-Pehrson"),
205 dkT("glennrp at users.sourceforge.net"),
206 dkT("July 9, 2011"),
207 #endif
208 #if	DK4_HAVE_JPEGLIB_H
209 dkT(""),
210 dkT("jpeglib license"),
211 dkT("==============="),
212 dkT(""),
213 dkT("In plain English:"),
214 dkT(""),
215 dkT("1. We don't promise that this software works.  (But if you find any bugs,"),
216 dkT("   please let us know!)"),
217 dkT("2. You can use this software for whatever you want.  You don't have to pay us."),
218 dkT("3. You may not pretend that you wrote this software.  If you use it in a"),
219 dkT("   program, you must acknowledge somewhere in your documentation that"),
220 dkT("   you've used the IJG code."),
221 dkT(""),
222 dkT("In legalese:"),
223 dkT(""),
224 dkT("The authors make NO WARRANTY or representation, either express or implied,"),
225 dkT("with respect to this software, its quality, accuracy, merchantability, or"),
226 dkT("fitness for a particular purpose.  This software is provided \"AS IS\", and you,"),
227 dkT("its user, assume the entire risk as to its quality and accuracy."),
228 dkT(""),
229 dkT("This software is copyright (C) 1991-1998, Thomas G. Lane."),
230 dkT("All Rights Reserved except as specified below."),
231 dkT(""),
232 dkT("Permission is hereby granted to use, copy, modify, and distribute this"),
233 dkT("software (or portions thereof) for any purpose, without fee, subject to these"),
234 dkT("conditions:"),
235 dkT("(1) If any part of the source code for this software is distributed, then this"),
236 dkT("README file must be included, with this copyright and no-warranty notice"),
237 dkT("unaltered; and any additions, deletions, or changes to the original files"),
238 dkT("must be clearly indicated in accompanying documentation."),
239 dkT("(2) If only executable code is distributed, then the accompanying"),
240 dkT("documentation must state that \"this software is based in part on the work of"),
241 dkT("the Independent JPEG Group\"."),
242 dkT("(3) Permission for use of this software is granted only if the user accepts"),
243 dkT("full responsibility for any undesirable consequences; the authors accept"),
244 dkT("NO LIABILITY for damages of any kind."),
245 dkT(""),
246 dkT("These conditions apply to any software derived from or based on the IJG code,"),
247 dkT("not just to the unmodified library.  If you use our work, you ought to"),
248 dkT("acknowledge us."),
249 dkT(""),
250 dkT("Permission is NOT granted for the use of any IJG author's name or company name"),
251 dkT("in advertising or publicity relating to this software or products derived from"),
252 dkT("it.  This software may be referred to only as \"the Independent JPEG Group's"),
253 dkT("software\"."),
254 dkT(""),
255 dkT("We specifically permit and encourage the use of this software as the basis of"),
256 dkT("commercial products, provided that all warranty or liability claims are"),
257 dkT("assumed by the product vendor."),
258 dkT(""),
259 dkT("ansi2knr.c is included in this distribution by permission of L. Peter Deutsch,"),
260 dkT("sole proprietor of its copyright holder, Aladdin Enterprises of Menlo Park, CA."),
261 dkT("ansi2knr.c is NOT covered by the above copyright and conditions, but instead"),
262 dkT("by the usual distribution terms of the Free Software Foundation; principally,"),
263 dkT("that you must include source code if you redistribute it.  (See the file"),
264 dkT("ansi2knr.c for full details.)  However, since ansi2knr.c is not needed as part"),
265 dkT("of any program generated from the IJG code, this does not limit you more than"),
266 dkT("the foregoing paragraphs do."),
267 dkT(""),
268 dkT("The Unix configuration script \"configure\" was produced with GNU Autoconf."),
269 dkT("It is copyright by the Free Software Foundation but is freely distributable."),
270 dkT("The same holds for its supporting scripts (config.guess, config.sub,"),
271 dkT("ltconfig, ltmain.sh).  Another support script, install-sh, is copyright"),
272 dkT("by M.I.T. but is also freely distributable."),
273 dkT(""),
274 dkT("It appears that the arithmetic coding option of the JPEG spec is covered by"),
275 dkT("patents owned by IBM, AT&T, and Mitsubishi.  Hence arithmetic coding cannot"),
276 dkT("legally be used without obtaining one or more licenses.  For this reason,"),
277 dkT("support for arithmetic coding has been removed from the free JPEG software."),
278 dkT("(Since arithmetic coding provides only a marginal gain over the unpatented"),
279 dkT("Huffman mode, it is unlikely that very many implementations will support it.)"),
280 dkT("So far as we are aware, there are no patent restrictions on the remaining"),
281 dkT("code."),
282 dkT(""),
283 dkT("The IJG distribution formerly included code to read and write GIF files."),
284 dkT("To avoid entanglement with the Unisys LZW patent, GIF reading support has"),
285 dkT("been removed altogether, and the GIF writer has been simplified to produce"),
286 dkT("\"uncompressed GIFs\".  This technique does not use the LZW algorithm; the"),
287 dkT("resulting GIF files are larger than usual, but are readable by all standard"),
288 dkT("GIF decoders."),
289 dkT(""),
290 dkT("We are required to state that"),
291 dkT("    \"The Graphics Interchange Format(c) is the Copyright property of"),
292 dkT("    CompuServe Incorporated.  GIF(sm) is a Service Mark property of"),
293 dkT("    CompuServe Incorporated.\""),
294 #endif
295 #if DK4_HAVE_TIFF_H
296 dkT(""),
297 dkT("libtiff license"),
298 dkT("==============="),
299 dkT(""),
300 dkT("Copyright (c) 1988-1997 Sam Leffler"),
301 dkT("Copyright (c) 1991-1997 Silicon Graphics, Inc."),
302 dkT(""),
303 dkT("Permission to use, copy, modify, distribute, and sell this software and "),
304 dkT("its documentation for any purpose is hereby granted without fee, provided"),
305 dkT("that (i) the above copyright notices and this permission notice appear in"),
306 dkT("all copies of the software and related documentation, and (ii) the names of"),
307 dkT("Sam Leffler and Silicon Graphics may not be used in any advertising or"),
308 dkT("publicity relating to the software without the specific, prior written"),
309 dkT("permission of Sam Leffler and Silicon Graphics."),
310 dkT(""),
311 dkT("THE SOFTWARE IS PROVIDED \"AS-IS\" AND WITHOUT WARRANTY OF ANY KIND, "),
312 dkT("EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY "),
313 dkT("WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  "),
314 dkT(""),
315 dkT("IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR"),
316 dkT("ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,"),
317 dkT("OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,"),
318 dkT("WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF "),
319 dkT("LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE "),
320 dkT("OF THIS SOFTWARE."),
321 #endif
322 #if	DK4_HAVE_ZLIB_H
323 dkT(""),
324 dkT("zlib license"),
325 dkT("============"),
326 dkT(""),
327 dkT(" (C) 1995-2004 Jean-loup Gailly and Mark Adler"),
328 dkT(""),
329 dkT("  This software is provided 'as-is', without any express or implied"),
330 dkT("  warranty.  In no event will the authors be held liable for any damages"),
331 dkT("  arising from the use of this software."),
332 dkT(""),
333 dkT("  Permission is granted to anyone to use this software for any purpose,"),
334 dkT("  including commercial applications, and to alter it and redistribute it"),
335 dkT("  freely, subject to the following restrictions:"),
336 dkT(""),
337 dkT("  1. The origin of this software must not be misrepresented; you must not"),
338 dkT("     claim that you wrote the original software. If you use this software"),
339 dkT("     in a product, an acknowledgment in the product documentation would be"),
340 dkT("     appreciated but is not required."),
341 dkT("  2. Altered source versions must be plainly marked as such, and must not be"),
342 dkT("     misrepresented as being the original software."),
343 dkT("  3. This notice may not be removed or altered from any source distribution."),
344 dkT(""),
345 dkT("  Jean-loup Gailly        Mark Adler"),
346 dkT("  jloup@gzip.org          madler@alumni.caltech.edu"),
347 dkT(""),
348 dkT("If you use the zlib library in a product, we would appreciate *not*"),
349 dkT("receiving lengthy legal documents to sign. The sources are provided"),
350 dkT("for free but without warranty of any kind.  The library has been"),
351 dkT("entirely written by Jean-loup Gailly and Mark Adler; it does not"),
352 dkT("include third-party code."),
353 dkT(""),
354 dkT("If you redistribute modified sources, we would appreciate that you include"),
355 dkT("in the file ChangeLog history information documenting your changes. Please"),
356 dkT("read the FAQ for more information on the distribution of modified source"),
357 dkT("versions."),
358 #endif
359 dkT(""),
360 NULL
361 
362 };
363 
364 
365 
366 const dkChar * const *
w2llic_get_text(void)367 w2llic_get_text(void)
368 {
369 	return wxd2lat_license_text;
370 }
371 
372 
373 /* vim: set ai sw=4 ts=4 : */
374