diff options
Diffstat (limited to 'debian/copyright')
-rw-r--r-- | debian/copyright | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..d1628f7 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,61 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: fence-agents +Source: https://github.com/ClusterLabs/fence-agents + +Files: * +Copyright: 1997-2003 Sistina Software, Inc. All rights reserved. + 2004-2008 Red Hat, Inc. All rights reserved. +License: GPL-2+ + +Files: debian/* +Copyright: 2011 Andres Rodriguez <andreserl@ubuntu.com> + 2011-2014 Martin Loschwitz <madkiss@debian.org> + 2014 Aurelien Jarno <aurel32@debian.org> + 2014-2017 Christoph Berg <myon@debian.org> + 2016 Adrian Vondendriesch <adrian.vondendriesch@credativ.de> + 2017-2023 Valentin Vidic <vvidic@debian.org> +License: GPL-2+ + +Files: agents/apc_snmp/powernet369.mib +Copyright: 2005 American Power Conversion, Inc. +License: GPL-2+ + +Files: agents/ifmib/fence_ifmib.py +Copyright: 2008 Ross Vandegrift. +License: GPL-2+ + +Files: agents/vmware/fence_vmware_helper.pl +Copyright: Zach Lowry <zach at zachlowry.net> +License: GPL-2+ + +Files: agents/zvm/fence_zvm.* +Copyright: (C) 2012 Sine Nomine Associates +License: LGPL-2.1+ + +License: GPL-2+ + This package 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 package 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 this program. If not, see <http://www.gnu.org/licenses/> + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". + +License: LGPL-2.1+ + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + . + This library 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 + Lesser General Public License for more details. |