1 This package was debianised by Thorsten Glaser <tg@mirbsd.de> on
2 Wed Sep 16 12:17:14 UTC 2009 based on the mksh package, with some
3 texts taken from the joe package.
5 It was downloaded from:
6 https://www.mirbsd.org/MirOS/dist/jupp/joe-3.1jupp30.tgz
9 Copyright (c) 1992-2017 by
12 Thorsten "mirabilos" Glaser
13 and their contributors, among others:
14 Larry Foard (entropy@world.std.com)
15 Gary Gray (ggray@world.std.com)
16 Dirk Schenkewitz <Dirk.Schenkewitz (AT) gmx.de>
17 Tomas Szepe <szepe@pinerecords.com>
18 Malte Thoma (thoma@uni-muenster.de)
19 Andreas Totlis (atotlis@t-online.de)
21 Jupp is available under the GNU General Public License, version 1,
22 whose complete text is in '/usr/share/common-licenses/GPL-1' on
23 Debian systems; linking with work under any GPL version permitted.
25 Several source files are covered by GPL-compatible licences, as
26 reproduced below (merged):
28 * Copyright © 2004, 2005, 2006, 2007, 2008, 2011, 2012, 2013,
30 * Thorsten “mirabilos” Glaser <tg@mirbsd.org>
32 * Provided that these terms and disclaimer and all copyright notices
33 * are retained or reproduced in an accompanying document, permission
34 * is granted to deal in this work without restriction, including un‐
35 * limited rights to use, publicly perform, distribute, sell, modify,
36 * merge, give away, or sublicence.
38 * This work is provided “AS IS” and WITHOUT WARRANTY of any kind, to
39 * the utmost extent permitted by applicable law, neither express nor
40 * implied; without malicious intent or gross negligence. In no event
41 * may a licensor, author or contributor be held liable for indirect,
42 * direct, other damage, loss, or other issues arising in any way out
43 * of dealing in the work, even if advised of the possibility of such
44 * damage or existence of a defect, except proven that it results out
45 * of said person’s immediate fault when using the work as intended.
47 * Copyright (c) 1988, 1993
48 * The Regents of the University of California. All rights reserved.
50 * This code is derived from software written by Ken Arnold and
51 * published in UNIX Review, Vol. 6, No. 8.
53 * Redistribution and use in source and binary forms, with or without
54 * modification, are permitted provided that the following conditions
56 * 1. Redistributions of source code must retain the above copyright
57 * notice, this list of conditions and the following disclaimer.
58 * 2. Redistributions in binary form must reproduce the above copyright
59 * notice, this list of conditions and the following disclaimer in the
60 * documentation and/or other materials provided with the distribution.
61 * 3. Neither the name of the University nor the names of its contributors
62 * may be used to endorse or promote products derived from this software
63 * without specific prior written permission.
65 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
66 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
67 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
68 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
69 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
70 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
71 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
72 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
73 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
74 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
77 * Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
79 * Permission to use, copy, modify, and distribute this software for any
80 * purpose with or without fee is hereby granted, provided that the above
81 * copyright notice and this permission notice appear in all copies.
83 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
84 # 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
86 # This file is free software; the Free Software Foundation
87 # gives unlimited permission to copy and/or distribute it,
88 # with or without modifications, as long as this notice is preserved.
90 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
91 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
92 # Free Software Foundation, Inc.
93 # Parts by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
94 # Parts by Noah Friedman <friedman@prep.ai.mit.edu>
96 # As a special exception to the GNU General Public License, if you
97 # distribute this file as part of a program that contains a
98 # configuration script generated by Autoconf, you may include it under
99 # the same distribution terms that you use for the rest of that program.
101 # Copyright (C) 1994 X Consortium
103 # Permission is hereby granted, free of charge, to any person obtaining a copy
104 # of this software and associated documentation files (the "Software"), to
105 # deal in the Software without restriction, including without limitation the
106 # rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
107 # sell copies of the Software, and to permit persons to whom the Software is
108 # furnished to do so, subject to the following conditions:
110 # The above copyright notice and this permission notice shall be included in
111 # all copies or substantial portions of the Software.
113 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
114 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
115 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
116 # X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
117 # AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
118 # TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
120 # Except as contained in this notice, the name of the X Consortium shall not
121 # be used in advertising or otherwise to promote the sale, use or other deal-
122 # ings in this Software without prior written authorization from the X Consor-