/usr/share/doc/slime/copyright is in slime 2:2.18-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 | This package was debianized by Sean Champ <schamp@commonwerx.org> on
Sat, 28 Aug 2004 10:41:53 -0700.
Then it was shamelessly ripped by Peter Van Eynde and uploaded.
It was downloaded from:
https://github.com/slime/slime/releases
Upstream Authors:
Luke Gorrie, Helmut Eller, James Bielman, Daniel Barlow, and other
contributors
Copyright:
SLIME is free software. All files, unless explicitly stated
otherwise, are public domain.
These files with a different license are:
GPL-v3 or same as Emacs:
contrib/bridge.el
;;; Copyright (C) 1991 Chris McConnell, ccm@cs.cmu.edu
contrib/inferior-slime.el
;; Author: Luke Gorrie <luke@synap.se>
contrib/slime-cl-indent.el
;; Copyright (C) 1987, 2000-2011 Free Software Foundation, Inc.
contrib/slime-macrostep.el
;; Authors: Luís Oliveira <luismbo@gmail.com>
;; Jon Oddie <j.j.oddie@gmail.com
contrib/slime-motd.el
contrib/slime-repl.el
;; Original Author: Helmut Eller
;; Contributors: too many to mention
contrib/slime-scheme.el
;; Authors: Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
contrib/swank-goo.goo
;;; Copyright (C) 2005 Helmut Eller
contrib/swank-jolt.k
;; Copyright (C) 2008 Helmut Eller
contrib/swank-kawa.scm
;;; Copyright (C) 2007 Helmut Eller
contrib/swank-mit-scheme.scm
;; Copyright (C) 2008 Helmut Eller
lib/cl-lib.el
;; Copyright (C) 2012, 2013, 2014 Free Software Foundation, Inc.
lib/ert.el
lib/ert-x.el
;; Copyright (C) 2007, 2008, 2010 Free Software Foundation, Inc.
lib/macrostep.el
;; Copyright (C) 2012-2015 Jon Oddie <j.j.oddie@gmail.com>
On Debian systems, the complete text of the GNU General Public License
version 2 can be found in `/usr/share/common-licenses/GPL-3'.
GPL-v2:
swank/swank-clisp.lisp
;;;; Copyright (C) 2003, 2004 W. Jenkner, V. Sedach
lib/hyperspec.el
;; Copyright 1997 Naggum Software
;; Author: Erik Naggum <erik@naggum.no>
slime.el
;; Copyright (C) 2003 Eric Marsden, Luke Gorrie, Helmut Eller
;; Copyright (C) 2004,2005,2006 Luke Gorrie, Helmut Eller
;; Copyright (C) 2007,2008,2009 Helmut Eller, Tobias C. Rittweiler
slime-autoloads.el
;; Copyright (C) 2007 Helmut Eller
slime-tests.el
;; Copyright (C) 2003 Eric Marsden, Luke Gorrie, Helmut Eller
;; Copyright (C) 2004,2005,2006 Luke Gorrie, Helmut Eller
;; Copyright (C) 2007,2008,2009 Helmut Eller, Tobias C. Rittweiler
contrib/swank-media.lisp
;; Authors: Christophe Rhodes <csr21@cantab.net>
On Debian systems, the complete text of the GNU General Public License
version 2 can be found in `/usr/share/common-licenses/GPL-2'.
LLGPL:
swank/swank-ccl.lisp
;;; Copyright (C) 2003, James Bielman <jamesjb@jamesjb.com>
swank/swank-openmcl.lisp
;;; Copyright (C) 2003, James Bielman <jamesjb@jamesjb.com>
;;; This program is licensed under the terms of the Lisp Lesser GNU
;;; Public License, known as the LLGPL, and distributed with OpenMCL
;;; as the file "LICENSE". The LLGPL consists of a preamble and the
;;; LGPL, which is distributed with OpenMCL as the file "LGPL". Where
;;; these conflict, the preamble takes precedence.
;;;
;;; The LLGPL is also available online at
;;; http://opensource.franz.com/preamble.html
The full text of the preamble is:
Preamble to the Gnu Lesser General Public License
-------------------------------------------------
Copyright (c) 2000 Franz Incorporated, Berkeley, CA 94704
The concept of the GNU Lesser General Public License version 2.1
("LGPL") has been adopted to govern the use and distribution of
above-mentioned application. However, the LGPL uses terminology that
is more appropriate for a program written in C than one written in
Lisp. Nevertheless, the LGPL can still be applied to a Lisp program if
certain clarifications are made. This document details those
clarifications. Accordingly, the license for the open-source Lisp
applications consists of this document plus the LGPL. Wherever there
is a conflict between this document and the LGPL, this document takes
precedence over the LGPL.
A "Library" in Lisp is a collection of Lisp functions, data and
foreign modules. The form of the Library can be Lisp source code (for
processing by an interpreter) or object code (usually the result of
compilation of source code or built with some other
mechanisms). Foreign modules are object code in a form that can be
linked into a Lisp executable. When we speak of functions we do so in
the most general way to include, in addition, methods and unnamed
functions. Lisp "data" is also a general term that includes the data
structures resulting from defining Lisp classes. A Lisp application
may include the same set of Lisp objects as does a Library, but this
does not mean that the application is necessarily a "work based on the
Library" it contains.
The Library consists of everything in the distribution file set before
any modifications are made to the files. If any of the functions or
classes in the Library are redefined in other files, then those
redefinitions ARE considered a work based on the Library. If
additional methods are added to generic functions in the Library,
those additional methods are NOT considered a work based on the
Library. If Library classes are subclassed, these subclasses are NOT
considered a work based on the Library. If the Library is modified to
explicitly call other functions that are neither part of Lisp itself
nor an available add-on module to Lisp, then the functions called by
the modified Library ARE considered a work based on the Library. The
goal is to ensure that the Library will compile and run without
getting undefined function errors.
It is permitted to add proprietary source code to the Library, but it
must be done in a way such that the Library will still run without
that proprietary code present. Section 5 of the LGPL distinguishes
between the case of a library being dynamically linked at runtime and
one being statically linked at build time. Section 5 of the LGPL
states that the former results in an executable that is a "work that
uses the Library." Section 5 of the LGPL states that the latter
results in one that is a "derivative of the Library", which is
therefore covered by the LGPL. Since Lisp only offers one choice,
which is to link the Library into an executable at build time, we
declare that, for the purpose applying the LGPL to the Library, an
executable that results from linking a "work that uses the Library"
with the Library is considered a "work that uses the Library" and is
therefore NOT covered by the LGPL.
Because of this declaration, section 6 of LGPL is not applicable to
the Library. However, in connection with each distribution of this
executable, you must also deliver, in accordance with the terms and
conditions of the LGPL, the source code of Library (or your derivative
thereof) that is incorporated into this executable.
BSD-like:
swank-corman.lisp
;;; License
;;; =======
;;; This software is provided 'as-is', without any express or implied
;;; warranty. In no event will the author be held liable for any damages
;;; arising from the use of this software.
;;;
;;; Permission is granted to anyone to use this software for any purpose,
;;; including commercial applications, and to alter it and redistribute
;;; it freely, subject to the following restrictions:
;;;
;;; 1. The origin of this software must not be misrepresented; you must
;;; not claim that you wrote the original software. If you use this
;;; software in a product, an acknowledgment in the product documentation
;;; would be appreciated but is not required.
;;;
;;; 2. Altered source versions must be plainly marked as such, and must
;;; not be misrepresented as being the original software.
;;;
;;; 3. This notice may not be removed or altered from any source
;;; distribution.
;;;
MIT:
contrib/swank-sprof.lisp
;; Authors: Juho Snellman
Other:
swank/match.lisp
;; Copyright 1990 Stephen Adams
;;
;; You are free to copy, distribute and make derivative works of this
;; source provided that this copyright notice is displayed near the
;; beginning of the file. No liability is accepted for the
;; correctness or performance of the code. If you modify the code
;; please indicate this fact both at the place of modification and in
;; this copyright message.
|