summaryrefslogtreecommitdiffstats
path: root/debian/copyright
diff options
context:
space:
mode:
Diffstat (limited to 'debian/copyright')
-rw-r--r--debian/copyright41
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'.