diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 07:26:16 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 07:26:16 +0000 |
commit | acdb9c14da22fa018b848e74e6b3505308232c9d (patch) | |
tree | a8886de45de94c715609a00ceef7bde7c0a1b2e3 /debian/copyright | |
parent | Adding upstream version 1.6.4. (diff) | |
download | libtracefs-debian.tar.xz libtracefs-debian.zip |
Adding debian version 1.6.4-1.debian/1.6.4-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/copyright')
-rw-r--r-- | debian/copyright | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..2a73dbc --- /dev/null +++ b/debian/copyright @@ -0,0 +1,41 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: libtracefs +Upstream-Contact: Steven Rostedt <rostedt@goodmis.org> +Source: https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/ + +Files: * +Copyright: 2019-2022, VMware, Tzvetomir Stoyanov <tz.stoyanov@gmail.com> + 2008-2010, Red Hat Inc, Steven Rostedt <srostedt@redhat.com> + 2020-2021, VMware, Inc. + 2021, VMware Inc, Steven Rostedt <rostedt@goodmis.org> + 2022, Google, Inc + 2022, Google Inc, Steven Rostedt <rostedt@goodmis.org> +License: LGPL-2.1 + +Files: scripts/features.mk +Copyright: 2008-2010, Red Hat Inc, Steven Rostedt <srostedt@redhat.com> +License: GPL-2.0 + +Files: debian/* +Copyright: 2020-2022, Sudip Mukherjee <sudipm.mukherjee@gmail.com> +License: LGPL-2.1 + +License: LGPL-2.1 + This module is free software; you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License version + 2.1 as published by the Free Software Foundation. + . + This module 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. + . + On Debian systems, the complete text of the license can be found in + the file /usr/share/common-licenses/LGPL-2.1 + +License: GPL-2.0 + 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; version 2 dated June, 1991. + . + On Debian systems, the complete text of version 2 of the GNU General + Public License can be found in '/usr/share/common-licenses/GPL-2'. |