summaryrefslogtreecommitdiff
path: root/debian/copyright
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2025-03-16 16:22:19 +0100
committerJörg Frings-Fürst <debian@jff.email>2025-03-16 16:22:19 +0100
commit693dfd0a0be617a930e05891b871c9d5536567c0 (patch)
tree95bef27dfb05a2f4115a6c35463016cf19b5ce36 /debian/copyright
parent38741bb7ee46ee294b73e4f61a1a56c2f87cc4a3 (diff)
d/copyright: Rewrite to make lrc happy.
Diffstat (limited to 'debian/copyright')
-rw-r--r--debian/copyright130
1 files changed, 127 insertions, 3 deletions
diff --git a/debian/copyright b/debian/copyright
index 59a9ac7..73074ce 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -10,6 +10,26 @@ Copyright: 2002-2004 Service Availability(TM) Forum
2010-2017 Andy Cress <arcress@users.sourceforge.net>
License: BSD-3-clause
+Files: aclocal.m4
+Copyright: 1996-2009 Free Software Foundation, Inc.
+License: (FSFULLR and/or GPL-2+) with Libtool exception
+
+Files: configure
+Copyright: 1992-2008 Free Software Foundation, Inc.
+License: FSFUL
+
+Files: install-sh
+Copyright: 1994 X Consortium.
+License: X11
+
+Files: ltmain.sh
+Copyright: 1996-2008 Free Software Foundation, Inc.
+License: GPL-2+ with Libtool exception
+
+Files: test/Makefile
+Copyright: 1999-2007 Intel Corporation
+License: GPL-2+
+
Files: debian/*
Copyright: 2014-2025 Jörg Frings-Fürst <debian@jff.email>
License: BSD-3-clause
@@ -29,12 +49,16 @@ Copyright: 2002 MontaVista Software Inc.
License: GPL-2+
Files: util/AnsiTerm.*
-Copyright: 2009 Robert Nelson <robertnelson@users.sourceforge.net>
+Copyright: 2009 Robert Nelson <robertnelson@users.sourceforge.net>
+License: BSD-2-clause
+
+Files: util/iseltime.c
+Copyright: 2013 Andy Cress
License: BSD-2-clause
Files: util/md2.h
-Copyright: 2003 FreeIPMI Core Team
-License: GPL-2+ with OpenSSL exception
+Copyright: 2003 FreeIPMI Core Team
+License: BSD-4-clause and/or GPL-2+
Files: util/md5.c
Copyright: 1999-2002 Aladdin Enterprises
@@ -329,3 +353,103 @@ License: Zlib
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.
+
+License: (FSFULLR and/or GPL-2+) with Libtool exception
+ GNU Libtool is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of
+ the License, or (at your option) any later version.
+ .
+ As a special exception to the GNU General Public License,
+ if you distribute this file as part of a program or library that
+ is built using GNU Libtool, you may include this file under the
+ same distribution terms that you use for the rest of that program.
+ .
+ GNU Libtool is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with GNU Libtool; see the file COPYING. If not, a copy
+ can be downloaded from http://www.gnu.org/licenses/gpl.html, or
+ obtained by writing to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
+License: FSFUL
+ This configure script is free software; the Free Software Foundation
+ gives unlimited permission to copy, distribute and modify it.
+
+License: X11
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to
+ deal in the Software without restriction, including without limitation the
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ sell copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+ AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
+ TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ .
+ Except as contained in this notice, the name of the X Consortium shall not
+ be used in advertising or otherwise to promote the sale, use or other deal-
+ ings in this Software without prior written authorization from the X Consor-
+ tium.
+
+License: gpl-2+ with libtool exception
+ GNU Libtool is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ As a special exception to the GNU General Public License,
+ if you distribute this file as part of a program or library that
+ is built using GNU Libtool, you may include this file under the
+ same distribution terms that you use for the rest of that program.
+ .
+ GNU Libtool is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with GNU Libtool; see the file COPYING. If not, a copy
+ can be downloaded from http://www.gnu.org/licenses/gpl.html,
+ or obtained by writing to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
+License: bsd-4-clause and/or gpl-2+
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful, but
+ is provided AS IS, WITHOUT ANY WARRANTY; without even the implied
+ warranty of MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, and
+ NON-INFRINGEMENT. See the GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+ MA 02111-1307, USA.
+ .
+ In addition, as a special exception, the copyright holders give
+ permission to link the code of portions of this program with the
+ OpenSSL library under certain conditions as described in each
+ individual source file, and distribute linked combinations
+ including the two.
+ You must obey the GNU General Public License in all respects
+ for all of the code used other than OpenSSL. If you modify
+ file(s) with this exception, you may extend this exception to your
+ version of the file(s), but you are not obligated to do so. If you
+ do not wish to do so, delete this exception statement from your
+ version. If you delete this exception statement from all source
+ files in the program, then also delete it here.