diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 17:03:56 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 17:03:56 +0000 |
commit | ad07a2b86334c23fe063be97e8dd44e586c324b4 (patch) | |
tree | bb0f3e91284adc84f813a6e46867915be34b704f /debian/copyright | |
parent | Adding upstream version 31+20240202. (diff) | |
download | kmod-ad07a2b86334c23fe063be97e8dd44e586c324b4.tar.xz kmod-ad07a2b86334c23fe063be97e8dd44e586c324b4.zip |
Adding debian version 31+20240202-2.debian/31+20240202-2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/copyright')
-rw-r--r-- | debian/copyright | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..84c441f --- /dev/null +++ b/debian/copyright @@ -0,0 +1,57 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: https://www.kernel.org/pub/linux/utils/kernel/kmod/ + +Files: * +Copyright: (C) 2011-2013 ProFUSION embedded systems + (C) 2013-2016 Intel Corporation. All rights reserved. + (C) 2012 Lucas De Marchi <lucas.de.marchi@gmail.com> + (C) 2019 Alexey Gladkov <gladkov.alexey@gmail.com> + (C) 2012 Pedro Pedruzzi + (C) 2013 Michal Marek, SUSE +License: LGPL-2.1+ + +Files: shell-completion/bash/kmod +Copyright: 2010 Ran Benita + (C) 2013 Intel Corporation. All rights reserved. +License: LGPL-2.1+ + +Files: tools/* +Copyright: (C) 2011-2013 ProFUSION embedded systems. + (C) 2014-2016 Intel Corporation. All rights reserved. + (C) 2012-2013 Lucas De Marchi <lucas.de.marchi@gmail.com> + (C) 2012 Pedro Pedruzzi +License: GPL-2+ + +License: 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 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/>. +Comment: + On Debian systems the complete text of the license can be found in + /usr/share/common-licenses/GPL-2 . + +License: LGPL-2.1+ + This program 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 program 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 Lesser General Public License + along with this program; if not, see <http://www.gnu.org/licenses/>. +Comment: + On Debian systems the complete text of the license can be found in + /usr/share/common-licenses/LGPL-2.1 . |