diff options
Diffstat (limited to 'debian/copyright')
-rw-r--r-- | debian/copyright | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..8e52f00 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,39 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: libtraceevent +Upstream-Contact: Steven Rostedt <rostedt@goodmis.org> +Source: https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git + +Files: * +Copyright: 2009, 2010, 2012, 2015, Red Hat Inc, Steven Rostedt <srostedt@redhat.com> + 2009, Frederic Weisbecker + 2017, National Instruments Corp. + 2009, Johannes Berg <johannes@sipsolutions.net> + 2020, VMware, Tzvetomir Stoyanov <tz.stoyanov@gmail.com> + 2022, Google Inc, Steven Rostedt <rostedt@goodmis.org> +License: LGPL-2.1 + +Files: Makefile + include/asm/bug.h + include/linux/compiler-gcc.h + include/linux/compiler.h + include/linux/time64.h + plugins/Makefile + plugins/plugin_cfg80211.c + plugins/plugin_scsi.c + plugins/plugin_xen.c + scripts/utilities.mak +Copyright: 2015, Sam Ravnborg <sam@mars.ravnborg.org> + 2015, Linus Torvalds <torvalds@linux-foundation.org> +License: GPL-2.0 + +Files: debian/* +Copyright: 2020-2022, Sudip Mukherjee <sudipm.mukherjee@gmail.com> +License: LGPL-2.1 + +License: LGPL-2.1 + On Debian systems the full text of the GNU Lesser General Public Licnse, + version 2.1, can be found in the /usr/share/common-licenses/LGPL-2.1 file. + +License: GPL-2.0 + On Debian systems the full text of the GPL-2 can be found in + /usr/share/common-licenses/GPL-2 file. |